diff options
-rw-r--r-- | common-logging/pom.xml | 2 | ||||
-rw-r--r-- | eelf-logging/pom.xml | 2 | ||||
-rw-r--r-- | logging-api/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 532bed7..a01feb3 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index 70b5624..a32f435 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> diff --git a/logging-api/pom.xml b/logging-api/pom.xml index 2a84906..6984935 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> @@ -16,7 +16,7 @@ <groupId>org.openecomp.aai.logging-service</groupId> <artifactId>logging-service</artifactId> <packaging>pom</packaging> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <name>Common Logging Library</name> <properties> diff --git a/version.properties b/version.properties index 7c3f6b7..29cb353 100644 --- a/version.properties +++ b/version.properties @@ -23,8 +23,8 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=0 -minor=9 +major=1 +minor=0 patch=0 base_version=${major}.${minor}.${patch} |