aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfpaquett <francis.paquette@amdocs.com>2018-11-05 13:15:26 -0500
committerfpaquett <francis.paquette@amdocs.com>2018-11-05 13:15:40 -0500
commit9b079dffe778a09c7bd0fb41585a30ad346d3409 (patch)
tree6fb2a90079dfe5d44ac58068678319c44e5f927a
parent499899a4c73e7cdc9ec0cc6be2694642a3be9c27 (diff)
Updated version to Dublin
Issue-ID: AAI-1850 Change-Id: Iad6387d241dc1160ac32dc06847c3350b117b8e8 Signed-off-by: fpaquett <francis.paquette@amdocs.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 04e1a32..20b6535 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
</parent>
<groupId>org.onap.aai.data-router</groupId>
<artifactId>data-router</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<name>aai-data-router</name>
<properties>
diff --git a/version.properties b/version.properties
index 0969948..668657e 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=3
-patch=2
+minor=4
+patch=0
base_version=${major}.${minor}.${patch}