Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed Apr 28, 2015
1 parent 76a9082 commit 1dc6dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'war'

group = 'ARIN'
version = '1000.0-SNAPSHOT'
version = '1.0.0'

description = """RDAP Bootstrap Server"""

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>ARIN</groupId>
<artifactId>rdap_bootstrap_server</artifactId>
<packaging>war</packaging>
<version>1000.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>RDAP Bootstrap Server</name>
<url>http://maven.apache.org</url>
<build>
Expand Down

0 comments on commit 1dc6dae

Please sign in to comment.