Merge "Architecture documentation section 2 (Part)"
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 14 Apr 2020 12:22:56 +0000 (12:22 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 14 Apr 2020 12:22:56 +0000 (12:22 +0000)
integration/pom.xml
pom.xml
releases/3.1.2.yaml [new file with mode: 0644]
version.properties

index 0e06fc8..1ec5a34 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>policy-parent</artifactId>
-        <version>3.1.2-SNAPSHOT</version>
+        <version>3.1.3-SNAPSHOT</version>
     </parent>
     <artifactId>integration</artifactId>
     <packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index c9c48e9..92aff3e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.onap.policy.parent</groupId>
     <artifactId>policy-parent</artifactId>
-    <version>3.1.2-SNAPSHOT</version>
+    <version>3.1.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/releases/3.1.2.yaml b/releases/3.1.2.yaml
new file mode 100644 (file)
index 0000000..03776ea
--- /dev/null
@@ -0,0 +1,4 @@
+distribution_type: 'maven'
+version: '3.1.2'
+project: 'policy-parent'
+log_dir: 'policy-parent-maven-stage-master/299/'
index d3faa02..9547659 100644 (file)
@@ -4,7 +4,7 @@
 
 major=3
 minor=1
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}