We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a9082 commit 1dc6daeCopy full SHA for 1dc6dae
build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'java'
2
apply plugin: 'war'
3
4
group = 'ARIN'
5
-version = '1000.0-SNAPSHOT'
+version = '1.0.0'
6
7
description = """RDAP Bootstrap Server"""
8
pom.xml
@@ -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>
9
<url>http://maven.apache.org</url>
10
<build>
0 commit comments