summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-19 11:26:51 -0400
committerDan Timoney <dtimoney@att.com>2020-03-19 11:26:51 -0400
commit038619f15df9b97d4b62d242c4315c9fdd76bfa9 (patch)
tree95d5923341b1e42030e5a7007b5e6c64072b4e3a
parent9ecd51383a2af613af39682f484870c5c69947a2 (diff)
Roll to next Frankfurt snapshot
Roll to next Frankfurt snapshot (1.8.1-SNAPSHOT) Change-Id: Ic49d23879f6537c824c453520d932388673e29b5 Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--pom.xml2
-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
6 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index f7a9e28..d6237a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.onap.sdnc</groupId>
<artifactId>apps</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sdnc-apps</name>
diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml
index a60a51d..c29ced7 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.8.0-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</version>
<name>Network Discovery API</name>
diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml
index 616efae..b61b429 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.8.0-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pomba/pom.xml b/pomba/pom.xml
index 06e6103..a5c4d64 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.8.0-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml
index 24a9434..9b2a4e8 100644
--- a/pomba/service-decomposition/pom.xml
+++ b/pomba/service-decomposition/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>org.onap.sdnc.apps.pomba</groupId>
<artifactId>pomba</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/version.properties b/version.properties
index 9a2a5d8..beae667 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
release_name=1
sprint_number=8
-feature_revision=0
+feature_revision=1
base_version=${release_name}.${sprint_number}.${feature_revision}