diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-15 16:30:22 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-15 16:30:22 -0500 |
commit | cbf28e8929492b03d654196fd5e422845fba3e46 (patch) | |
tree | 33814bdc486e5732315c8ae7faf0a7865aa3150d /template-node | |
parent | fd9c0625e350f595ce0d8b0d896bc79ee1383cc1 (diff) |
Roll to next snapshot
Roll to snapshot 0.3.3-SNAPSHOT
Change-Id: Ib580530a5d30e40e970a9ca379b9a7603ca6facf
Issue-ID: CCSDK-679
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'template-node')
-rw-r--r-- | template-node/features/ccsdk-template-node/pom.xml | 2 | ||||
-rw-r--r-- | template-node/features/features-template-node/pom.xml | 4 | ||||
-rw-r--r-- | template-node/features/pom.xml | 4 | ||||
-rw-r--r-- | template-node/installer/pom.xml | 4 | ||||
-rw-r--r-- | template-node/pom.xml | 4 | ||||
-rw-r--r-- | template-node/provider/pom.xml | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/template-node/features/ccsdk-template-node/pom.xml b/template-node/features/ccsdk-template-node/pom.xml index a174382f..c0d6004f 100644 --- a/template-node/features/ccsdk-template-node/pom.xml +++ b/template-node/features/ccsdk-template-node/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>ccsdk-template-node</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> <packaging>feature</packaging> diff --git a/template-node/features/features-template-node/pom.xml b/template-node/features/features-template-node/pom.xml index c67e5eac..a2b78cea 100644 --- a/template-node/features/features-template-node/pom.xml +++ b/template-node/features/features-template-node/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.1.2</version> + <version>1.1.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>features-template-node</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> <packaging>feature</packaging> <dependencies> diff --git a/template-node/features/pom.xml b/template-node/features/pom.xml index d9c80eef..d9009159 100644 --- a/template-node/features/pom.xml +++ b/template-node/features/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2</version> + <version>1.1.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node-features</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> <packaging>pom</packaging> <modules> diff --git a/template-node/installer/pom.xml b/template-node/installer/pom.xml index afafad15..0baed92a 100644 --- a/template-node/installer/pom.xml +++ b/template-node/installer/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2</version> + <version>1.1.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node-installer</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/template-node/pom.xml b/template-node/pom.xml index 14cc529c..d2ddba91 100644 --- a/template-node/pom.xml +++ b/template-node/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2</version> + <version>1.1.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> <packaging>pom</packaging> <modules> diff --git a/template-node/provider/pom.xml b/template-node/provider/pom.xml index a828c861..4b85d2a9 100644 --- a/template-node/provider/pom.xml +++ b/template-node/provider/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.2</version> + <version>1.1.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node-provider</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |