summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2018-11-19 16:11:06 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2018-11-19 16:11:06 -0500
commit468c90a3947475512eda20f089d05492b15bd063 (patch)
treea30e67fea2e16e182640bf777da622e3b6caf806
parent988f3a13c9567aff18b39bc8064133d2d6fe8d38 (diff)
Roll to next snapshot
Roll to snapshot 1.4.3-SNAPSHOT Change-Id: I81fb21e8b93b8aeae77c5e818bd7af8073748ed4 Issue-ID: SDNC-521 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r--client/pom.xml4
-rw-r--r--pom.xml4
-rw-r--r--pomba/network-discovery-api/pom.xml2
-rw-r--r--pomba/network-discovery/pom.xml2
-rw-r--r--pomba/pom.xml2
-rw-r--r--pomba/service-decomposition/pom.xml2
-rw-r--r--version.properties2
7 files changed, 9 insertions, 9 deletions
diff --git a/client/pom.xml b/client/pom.xml
index 56e269d..2c20c17 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -8,7 +8,7 @@
<packaging>jar</packaging>
<groupId>org.onap.sdnc.apps</groupId>
<artifactId>client</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
<url>http://wiki.onap.org</url>
@@ -17,7 +17,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>client-parent</artifactId>
- <version>1.1.2</version>
+ <version>1.1.3-SNAPSHOT</version>
</parent>
<properties>
diff --git a/pom.xml b/pom.xml
index c77539e..8bea4df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,12 +8,12 @@
<packaging>pom</packaging>
<groupId>org.onap.sdnc</groupId>
<artifactId>apps</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.1.2</version>
+ <version>1.1.3-SNAPSHOT</version>
</parent>
<name>sdnc-apps</name>
diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml
index 9087bfe..4a899fe 100644
--- a/pomba/network-discovery-api/pom.xml
+++ b/pomba/network-discovery-api/pom.xml
@@ -28,7 +28,7 @@ limitations under the License.
<groupId>org.onap.sdnc.apps.pomba</groupId>
<artifactId>network-discovery-api</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
<name>Network Discovery API</name>
<dependencies>
diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml
index 8fc952c..86406b4 100644
--- a/pomba/network-discovery/pom.xml
+++ b/pomba/network-discovery/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>org.onap.sdnc.apps.pomba</groupId>
<artifactId>pomba</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pomba/pom.xml b/pomba/pom.xml
index 327bcb4..455a730 100644
--- a/pomba/pom.xml
+++ b/pomba/pom.xml
@@ -28,7 +28,7 @@ limitations under the License.
<groupId>org.onap.sdnc.apps.pomba</groupId>
<artifactId>pomba</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml
index d0f8351..b281e73 100644
--- a/pomba/service-decomposition/pom.xml
+++ b/pomba/service-decomposition/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
<parent>
<groupId>org.onap.sdnc.apps.pomba</groupId>
<artifactId>pomba</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/version.properties b/version.properties
index 77e67b1..44e6ad0 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=4
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}