diff options
author | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:40:50 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:40:50 +0100 |
commit | e29a6787a802562dd7d47b8b797994bd3ce19311 (patch) | |
tree | c2c241aefd8cc5366de834bb974c3569e83b6719 | |
parent | 6b61d075fa29f2a3cec319bba3bb953bf41680ab (diff) |
Set snapshot and/or references of policy/docker for new release
policy/docker updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4662
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I35fcba9154ad884a1980e1c6c921f5384b2f259b
-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} |