aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfpaquett <francis.paquette@amdocs.com>2018-11-01 15:24:53 -0400
committerfpaquett <francis.paquette@amdocs.com>2018-11-01 15:25:21 -0400
commita411d6ca32c6664b09dd07febb75a98ccfb61589 (patch)
treee20bed23096d403ba301792488f9c41702457604
parent050f85cbe0c0e261347a371ac720077e2c3d8dcf (diff)
Upversion to 1.3.2-SNAPSHOT3.0.0-ONAP
Issue-ID: AAI-1825 Change-Id: I886183987bcbd84e34b200124498894de049660a Signed-off-by: fpaquett <francis.paquette@amdocs.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 64a5b44..8ea35b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
<groupId>org.onap.aai.router-core</groupId>
<artifactId>router-core</artifactId>
<packaging>bundle</packaging>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<name>aai-router-core</name>
<properties>
<checkstyle.config.location>google_checks.xml</checkstyle.config.location>
diff --git a/version.properties b/version.properties
index fb21064..0969948 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=3
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}