aboutsummaryrefslogtreecommitdiffstats
path: root/policy-regression-tests
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2024-04-25 11:42:08 +0100
committersaul.gill <saul.gill@est.tech>2024-04-25 11:42:08 +0100
commit0d7c8284756c9a15d526c2d282cfc1dfd1595ffb (patch)
tree37b322646fd4b6d500bcac01f619e7abb4bb2305 /policy-regression-tests
parentb5981c8a48d21908d0ead6dc8d35b982c1917eb7 (diff)
Update snapshot and/or references of policy/docker to latest snapshots
policy/docker updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4970 Change-Id: I65037035cac97829a152d4290ebc578517d5dea8 Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'policy-regression-tests')
-rw-r--r--policy-regression-tests/pom.xml2
-rw-r--r--policy-regression-tests/pom.xml.versionsBackup36
2 files changed, 37 insertions, 1 deletions
diff --git a/policy-regression-tests/pom.xml b/policy-regression-tests/pom.xml
index 339782ac..abd574df 100644
--- a/policy-regression-tests/pom.xml
+++ b/policy-regression-tests/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.onap.policy.docker</groupId>
<artifactId>docker</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<groupId>org.onap.policy.regression</groupId>
diff --git a/policy-regression-tests/pom.xml.versionsBackup b/policy-regression-tests/pom.xml.versionsBackup
new file mode 100644
index 00000000..339782ac
--- /dev/null
+++ b/policy-regression-tests/pom.xml.versionsBackup
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.onap.policy.docker</groupId>
+ <artifactId>docker</artifactId>
+ <version>3.1.2-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.onap.policy.regression</groupId>
+ <artifactId>policy-regression-tests</artifactId>
+ <name>policy regression tests</name>
+ <version>1.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>policy-clamp-regression</module>
+ </modules>
+
+ <build>
+ <finalName>${project.artifactId}-${project.version}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>