aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2018-10-15 10:41:21 -0400
committersblimkie <steven.blimkie@amdocs.com>2018-10-15 10:41:54 -0400
commite37afeef1662bbbe281c4424b5ee53c727841dd0 (patch)
treef44e5ef8ae063a38a6a09f21ddfcf788d1d77ef6
parentc8add316a178558e292d1ab112f632b7e13b1794 (diff)
Issue-ID: AAI-1740 Signed-off-by: sblimkie <steven.blimkie@amdocs.com> Change-Id: I3f6538a9dccfdd0e9f8e112bbbec5293bc696370
-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 73d2f00..25c4cf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ limitations under the License.
<groupId>org.onap.aai</groupId>
<artifactId>rest-client</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<name>aai-rest-client</name>
<properties>
diff --git a/version.properties b/version.properties
index a254b21..fb21064 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=3
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}