diff options
-rw-r--r-- | binding-parent/pom.xml | 2 | ||||
-rw-r--r-- | bundle-parent/pom.xml | 2 | ||||
-rw-r--r-- | feature-repo-parent/pom.xml | 2 | ||||
-rw-r--r-- | odlparent-lite/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | single-feature-parent/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index 5c7bb1b..082a204 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7.1</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index bc74940..58316cc 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>bundle-parent</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7.1</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml index 1b01e8a..657a10b 100644 --- a/feature-repo-parent/pom.xml +++ b/feature-repo-parent/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7.1</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index 9c0d125..4e32d83 100644 --- a/odlparent-lite/pom.xml +++ b/odlparent-lite/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7.1</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>parent</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7.1</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index d6785cc..1b68d37 100644 --- a/single-feature-parent/pom.xml +++ b/single-feature-parent/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.7.1</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> |