Skip to content

Commit

Permalink
Prepare for 3.0.0-beta-2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Dec 18, 2016
1 parent a85588c commit 430f690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ version.major=3
version.minor=0
version.revision=0
# version.tag should start with a dash (-) unless it is empty
version.tag=-SNAPSHOT
version.tag=-beta-2
2 changes: 1 addition & 1 deletion build/init.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<property name="version.full" value="${version.maven}${version.name}"/>

<!-- This must be set to the Subversion tag for any release -->
<property name="version.svntag" value="master"/>
<property name="version.svntag" value="v3.0.0-beta-2"/>

<!-- Manifest version info -->
<property name="specification.title" value="JSR 221 JDBC API"/>
Expand Down

0 comments on commit 430f690

Please sign in to comment.