aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-11-22 21:51:11 +0000
committerliamfallon <liam.fallon@est.tech>2022-11-22 21:51:11 +0000
commit4fed554212b6dfcb21476bdff9a554ff312c9e61 (patch)
treec018a5f2f885378184031acbaa162c71e68f4012
parentd9ebe7c10e738204efe5023a2b1e1a1b59174357 (diff)
Update snapshot and/or references of policy/api to latest snapshotskohn
policy/api updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4461 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ifcaba0256455a1f7eb214ab91ed07d811f0335a4
-rw-r--r--main/pom.xml2
-rw-r--r--packages/policy-api-docker/pom.xml2
-rw-r--r--packages/policy-api-docker/src/main/docker/Dockerfile2
-rw-r--r--packages/policy-api-tarball/pom.xml2
-rw-r--r--packages/pom.xml2
-rw-r--r--pom.xml8
-rw-r--r--testsuites/performance/pom.xml2
-rw-r--r--testsuites/pom.xml2
-rw-r--r--testsuites/stability/pom.xml2
-rw-r--r--version.properties2
10 files changed, 13 insertions, 13 deletions
diff --git a/main/pom.xml b/main/pom.xml
index ea389a34..ac2ecf94 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>policy-api</artifactId>
- <version>2.7.2-SNAPSHOT</version>
+ <version>2.7.3-SNAPSHOT</version>
</parent>
<artifactId>api-main</artifactId>
diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml
index 301faf1b..c81e53cf 100644
--- a/packages/policy-api-docker/pom.xml
+++ b/packages/policy-api-docker/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>api-packages</artifactId>
- <version>2.7.2-SNAPSHOT</version>
+ <version>2.7.3-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
diff --git a/packages/policy-api-docker/src/main/docker/Dockerfile b/packages/policy-api-docker/src/main/docker/Dockerfile
index 9dfa4e7f..5e9e2231 100644
--- a/packages/policy-api-docker/src/main/docker/Dockerfile
+++ b/packages/policy-api-docker/src/main/docker/Dockerfile
@@ -26,7 +26,7 @@ RUN mkdir /packages /extracted
COPY /maven/lib/policy-api.tar.gz /packages/
RUN tar xvzf /packages/policy-api.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:2.5.1
+FROM onap/policy-jre-alpine:2.5.2-SNAPSHOT
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy API"
diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml
index b332e015..f0f73178 100644
--- a/packages/policy-api-tarball/pom.xml
+++ b/packages/policy-api-tarball/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>api-packages</artifactId>
- <version>2.7.2-SNAPSHOT</version>
+ <version>2.7.3-SNAPSHOT</version>
</parent>
<artifactId>policy-api-tarball</artifactId>
diff --git a/packages/pom.xml b/packages/pom.xml
index 871cfaf2..4de53bbb 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>policy-api</artifactId>
- <version>2.7.2-SNAPSHOT</version>
+ <version>2.7.3-SNAPSHOT</version>
</parent>
<artifactId>api-packages</artifactId>
diff --git a/pom.xml b/pom.xml
index 3effd7ce..e4a13316 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,13 +28,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.6.1</version>
+ <version>3.6.2-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>policy-api</artifactId>
- <version>2.7.2-SNAPSHOT</version>
+ <version>2.7.3-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -42,8 +42,8 @@
<description>Code that define our external API.</description>
<properties>
- <policy.common.version>1.11.1</policy.common.version>
- <policy.models.version>2.7.2</policy.models.version>
+ <policy.common.version>1.11.2-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.7.3-SNAPSHOT</policy.models.version>
</properties>
<modules>
diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml
index e709b508..f420dc58 100644
--- a/testsuites/performance/pom.xml
+++ b/testsuites/performance/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>api-testsuites</artifactId>
- <version>2.7.2-SNAPSHOT</version>
+ <version>2.7.3-SNAPSHOT</version>
</parent>
<artifactId>api-performance</artifactId>
<build>
diff --git a/testsuites/pom.xml b/testsuites/pom.xml
index ebb85579..e5168d98 100644
--- a/testsuites/pom.xml
+++ b/testsuites/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>policy-api</artifactId>
- <version>2.7.2-SNAPSHOT</version>
+ <version>2.7.3-SNAPSHOT</version>
</parent>
<artifactId>api-testsuites</artifactId>
diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml
index 6bd3740d..204bbb87 100644
--- a/testsuites/stability/pom.xml
+++ b/testsuites/stability/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.policy.api</groupId>
<artifactId>api-testsuites</artifactId>
- <version>2.7.2-SNAPSHOT</version>
+ <version>2.7.3-SNAPSHOT</version>
</parent>
<artifactId>api-stability</artifactId>
<build>
diff --git a/version.properties b/version.properties
index 4c7e888e..1e26e286 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=2
minor=7
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}