diff options
Diffstat (limited to 'appc-core')
-rw-r--r-- | appc-core/appc-common-bundle/pom.xml | 2 | ||||
-rw-r--r-- | appc-core/appc-core-features/onap-appc-common/pom.xml | 2 | ||||
-rw-r--r-- | appc-core/appc-core-features/onap-appc-core/pom.xml | 2 | ||||
-rw-r--r-- | appc-core/appc-core-features/pom.xml | 2 | ||||
-rw-r--r-- | appc-core/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/appc-core/appc-common-bundle/pom.xml b/appc-core/appc-common-bundle/pom.xml index 10556e598..b3cf6cdf7 100644 --- a/appc-core/appc-common-bundle/pom.xml +++ b/appc-core/appc-common-bundle/pom.xml @@ -21,7 +21,7 @@ <parent>
<groupId>org.onap.appc.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.6.0</version>
+ <version>2.6.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.appc</groupId>
diff --git a/appc-core/appc-core-features/onap-appc-common/pom.xml b/appc-core/appc-core-features/onap-appc-common/pom.xml index 74d50e5f2..c5592e9d9 100644 --- a/appc-core/appc-core-features/onap-appc-common/pom.xml +++ b/appc-core/appc-core-features/onap-appc-common/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.onap.appc.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>2.6.0</version>
+ <version>2.6.1-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/appc-core/appc-core-features/onap-appc-core/pom.xml b/appc-core/appc-core-features/onap-appc-core/pom.xml index ada383fec..a700cc960 100644 --- a/appc-core/appc-core-features/onap-appc-core/pom.xml +++ b/appc-core/appc-core-features/onap-appc-core/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.onap.appc.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>2.6.0</version>
+ <version>2.6.1-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/appc-core/appc-core-features/pom.xml b/appc-core/appc-core-features/pom.xml index 1dd674fbb..a10c988f6 100644 --- a/appc-core/appc-core-features/pom.xml +++ b/appc-core/appc-core-features/pom.xml @@ -23,7 +23,7 @@ <parent>
<groupId>org.onap.appc.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.6.0</version>
+ <version>2.6.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.appc</groupId>
diff --git a/appc-core/pom.xml b/appc-core/pom.xml index fc3f6d31f..8a715013e 100644 --- a/appc-core/pom.xml +++ b/appc-core/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.onap.appc.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.6.0</version>
+ <version>2.6.1-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>org.onap.appc</groupId>
|