diff options
author | fpaquett <francis.paquette@amdocs.com> | 2018-11-01 15:24:53 -0400 |
---|---|---|
committer | fpaquett <francis.paquette@amdocs.com> | 2018-11-01 15:25:21 -0400 |
commit | a411d6ca32c6664b09dd07febb75a98ccfb61589 (patch) | |
tree | e20bed23096d403ba301792488f9c41702457604 | |
parent | 050f85cbe0c0e261347a371ac720077e2c3d8dcf (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.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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} |