diff options
-rw-r--r-- | appc-parent/binding-parent/pom.xml | 2 | ||||
-rw-r--r-- | appc-parent/bundle-parent/pom.xml | 2 | ||||
-rw-r--r-- | appc-parent/feature-repo-parent/pom.xml | 2 | ||||
-rw-r--r-- | appc-parent/odlparent-lite/pom.xml | 2 | ||||
-rw-r--r-- | appc-parent/single-feature-parent/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/appc-parent/binding-parent/pom.xml b/appc-parent/binding-parent/pom.xml index 15a12a9cd..e9753b4c1 100644 --- a/appc-parent/binding-parent/pom.xml +++ b/appc-parent/binding-parent/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.0.3</version> + <version>1.1.0-SNAPSHOT</version> <relativePath /> </parent> diff --git a/appc-parent/bundle-parent/pom.xml b/appc-parent/bundle-parent/pom.xml index a5317dd6f..81d7e9b21 100644 --- a/appc-parent/bundle-parent/pom.xml +++ b/appc-parent/bundle-parent/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>bundle-parent</artifactId> - <version>1.0.3</version> + <version>1.1.0-SNAPSHOT</version> <relativePath /> </parent> diff --git a/appc-parent/feature-repo-parent/pom.xml b/appc-parent/feature-repo-parent/pom.xml index f4cd35ba2..f898cfeb6 100644 --- a/appc-parent/feature-repo-parent/pom.xml +++ b/appc-parent/feature-repo-parent/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.0.3</version> + <version>1.1.0-SNAPSHOT</version> <relativePath /> </parent> </project> diff --git a/appc-parent/odlparent-lite/pom.xml b/appc-parent/odlparent-lite/pom.xml index 324721752..60b20742b 100644 --- a/appc-parent/odlparent-lite/pom.xml +++ b/appc-parent/odlparent-lite/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.3</version> + <version>1.1.0-SNAPSHOT</version> <relativePath /> </parent> </project> diff --git a/appc-parent/single-feature-parent/pom.xml b/appc-parent/single-feature-parent/pom.xml index 5286197f7..c504c6b45 100644 --- a/appc-parent/single-feature-parent/pom.xml +++ b/appc-parent/single-feature-parent/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.0.3</version> + <version>1.1.0-SNAPSHOT</version> <relativePath /> </parent> </project> |