diff options
-rw-r--r-- | dnsdesig/pom.xml | 4 | ||||
-rw-r--r-- | helm/pom.xml | 4 | ||||
-rw-r--r-- | pgaas/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | sshkeyshare/pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/dnsdesig/pom.xml b/dnsdesig/pom.xml index 2d96e81..8e74668 100644 --- a/dnsdesig/pom.xml +++ b/dnsdesig/pom.xml @@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.platform</groupId> <artifactId>plugins</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> @@ -31,7 +31,7 @@ limitations under the License. <artifactId>dnsdesig</artifactId> <name>dnsdesig</name> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <!-- name from the setup.py file --> diff --git a/helm/pom.xml b/helm/pom.xml index 923e1a4..46d2935 100644 --- a/helm/pom.xml +++ b/helm/pom.xml @@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.platform</groupId> <artifactId>plugins</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> @@ -31,7 +31,7 @@ limitations under the License. <artifactId>helm</artifactId> <name>helm</name> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <!-- name from the setup.py file --> diff --git a/pgaas/pom.xml b/pgaas/pom.xml index 1c8eb5c..82e86de 100644 --- a/pgaas/pom.xml +++ b/pgaas/pom.xml @@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.platform</groupId> <artifactId>plugins</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> @@ -31,7 +31,7 @@ limitations under the License. <artifactId>pgaas</artifactId> <name>pgaas</name> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <!-- name from the setup.py file --> @@ -28,7 +28,7 @@ limitations under the License. <groupId>org.onap.ccsdk.platform</groupId> <artifactId>plugins</artifactId> <name>ccsdk-platform-plugins</name> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> <modules> diff --git a/sshkeyshare/pom.xml b/sshkeyshare/pom.xml index c3e6b6b..13d49b6 100644 --- a/sshkeyshare/pom.xml +++ b/sshkeyshare/pom.xml @@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.platform</groupId> <artifactId>plugins</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> @@ -31,7 +31,7 @@ limitations under the License. <artifactId>sshkeyshare</artifactId> <name>sshkeyshare</name> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <!-- name from the setup.py file --> diff --git a/version.properties b/version.properties index 80908d6..388166a 100644 --- a/version.properties +++ b/version.properties @@ -6,7 +6,7 @@ release_name=1 sprint_number=0 -feature_revision=1 +feature_revision=2 base_version=${release_name}.${sprint_number}.${feature_revision} |