diff options
-rw-r--r-- | policy-db-migrator/pom.xml | 2 | ||||
-rw-r--r-- | policy-jdk/alpine/pom.xml | 2 | ||||
-rw-r--r-- | policy-jdk/pom.xml | 2 | ||||
-rw-r--r-- | policy-jre/alpine/pom.xml | 2 | ||||
-rw-r--r-- | policy-jre/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 6 |
7 files changed, 9 insertions, 9 deletions
diff --git a/policy-db-migrator/pom.xml b/policy-db-migrator/pom.xml index dcdabee8..f1a1d955 100644 --- a/policy-db-migrator/pom.xml +++ b/policy-db-migrator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>2.6.3-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>policy-db-migrator</artifactId> diff --git a/policy-jdk/alpine/pom.xml b/policy-jdk/alpine/pom.xml index d9f1c7f7..f8a3a829 100644 --- a/policy-jdk/alpine/pom.xml +++ b/policy-jdk/alpine/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>policy-jdk</artifactId> - <version>2.6.3-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index 1a70dda3..8c150a6e 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>2.6.3-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>policy-jdk</artifactId> diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml index 45ccfbcf..1dde8bc1 100644 --- a/policy-jre/alpine/pom.xml +++ b/policy-jre/alpine/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>policy-jre</artifactId> - <version>2.6.3-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index abda0ca8..e75daf94 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>2.6.3-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>policy-jre</artifactId> @@ -31,7 +31,7 @@ <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>2.6.3-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>policy-docker</name> diff --git a/version.properties b/version.properties index d4663f28..4ba0a9a8 100644 --- a/version.properties +++ b/version.properties @@ -2,9 +2,9 @@ # 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=2 -minor=6 -patch=3 +minor=3 +minor=0 +patch=0 base_version=${major}.${minor}.${patch} |