summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2018-10-31 11:24:53 -0400
committersblimkie <steven.blimkie@amdocs.com>2018-10-31 11:24:53 -0400
commit49afdecb96cca3035930900c7d726df0cb2116a8 (patch)
treefaf208d48604701a0884dc16356c1b309b1d3462
parent2c169b4daaa9550d1d113d743894c57811ebd976 (diff)
upversion to 1.3.1
Change-Id: I7990df11ed3682a2d37c9e18be5dcdf82d67729c Issue-ID: AAI-1788 Signed-off-by: sblimkie <steven.blimkie@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 0674a6e..c4664f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
<groupId>org.onap.aai.validation</groupId>
<artifactId>validation</artifactId>
<name>aai-validation</name>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
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}