Merge "Instructions how to run the front end gui"
authorLiam Fallon <liam.fallon@est.tech>
Tue, 12 Apr 2022 19:36:54 +0000 (19:36 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 12 Apr 2022 19:36:54 +0000 (19:36 +0000)
integration/pom.xml
pom.xml
releases/3.5.2.yaml [new file with mode: 0644]
resources/pom.xml
version.properties

index 8bdb518..abd3751 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>3.5.2-SNAPSHOT</version>
+        <version>3.5.3-SNAPSHOT</version>
     </parent>
     <artifactId>integration</artifactId>
     <packaging>pom</packaging>
@@ -37,7 +37,7 @@
     <properties>
         <java.version>11</java.version>
         <!-- NOTE: For RELEASE/SNAPSHOT always set to the project version -->
-        <version.parent.resources>3.5.1</version.parent.resources>
+        <version.parent.resources>3.5.2</version.parent.resources>
         <version.logback>1.2.10</version.logback>
         <version.dmaap>1.1.12</version.dmaap>
         <version.powermock>2.0.9</version.powermock>
diff --git a/pom.xml b/pom.xml
index 8cc29ae..595019e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     </parent>
     <groupId>org.onap.policy.parent</groupId>
     <artifactId>policy-parent</artifactId>
-    <version>3.5.2-SNAPSHOT</version>
+    <version>3.5.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/releases/3.5.2.yaml b/releases/3.5.2.yaml
new file mode 100644 (file)
index 0000000..42f4e51
--- /dev/null
@@ -0,0 +1,4 @@
+distribution_type: 'maven'
+version: '3.5.2'
+project: 'policy-parent'
+log_dir: 'policy-parent-maven-stage-master/1036/'
index 92286ef..58022f8 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>3.5.2-SNAPSHOT</version>
+        <version>3.5.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>policy-parent-resources</artifactId>
index d430d85..e396fc3 100644 (file)
@@ -4,7 +4,7 @@
 
 major=3
 minor=5
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}