Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
OPENDJ-2231 Hardcode the revision to mimic the svn 2.6.0 release build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisridd authored and BrunoLavitForgerock committed Jun 26, 2013
1 parent f69e2a1 commit a9f19ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
!
!
! Copyright 2006-2010 Sun Microsystems, Inc.
! Portions Copyright 2011-2013 ForgeRock AS
! Portions Copyright 2011-2015 ForgeRock AS
! Portions Copyright 2012 Delta Victor Consultants
! -->

Expand Down Expand Up @@ -575,7 +575,7 @@
</classpath>
</taskdef>

<getsvnrevision property="REVISION_NUMBER" />
<property name="REVISION_NUMBER" value="9086" />

<!-- Get the url repo of the current Subversion workspace -->
<taskdef name="getsvnurlrepo"
Expand All @@ -590,7 +590,7 @@
</classpath>
</taskdef>

<getsvnurlrepo property="URL_REPOSITORY" />
<property name="URL_REPOSITORY" value="ssh://git@stash.forgerock.org:7999/opendj/opendj.git" />


<!-- Construct the version number string -->
Expand Down

0 comments on commit a9f19ff

Please sign in to comment.