diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/features/ccsdk-slicore-utils/pom.xml | 6 | ||||
-rw-r--r-- | utils/features/features-util/pom.xml | 6 | ||||
-rwxr-xr-x | utils/features/pom.xml | 2 | ||||
-rwxr-xr-x | utils/installer/pom.xml | 8 | ||||
-rwxr-xr-x | utils/pom.xml | 2 | ||||
-rw-r--r-- | utils/provider/pom.xml | 8 |
6 files changed, 22 insertions, 10 deletions
diff --git a/utils/features/ccsdk-slicore-utils/pom.xml b/utils/features/ccsdk-slicore-utils/pom.xml index c019687d..7ff4d768 100644 --- a/utils/features/ccsdk-slicore-utils/pom.xml +++ b/utils/features/ccsdk-slicore-utils/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath/> </parent> @@ -15,6 +15,10 @@ <packaging>feature</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> + + <properties> + <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version> + </properties> <dependencyManagement> <dependencies> diff --git a/utils/features/features-util/pom.xml b/utils/features/features-util/pom.xml index 5b038695..9981b2cd 100644 --- a/utils/features/features-util/pom.xml +++ b/utils/features/features-util/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath/> </parent> @@ -15,6 +15,10 @@ <packaging>feature</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> + + <properties> + <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version> + </properties> <dependencies> <dependency> diff --git a/utils/features/pom.xml b/utils/features/pom.xml index 30117399..33277b88 100755 --- a/utils/features/pom.xml +++ b/utils/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath/> </parent> diff --git a/utils/installer/pom.xml b/utils/installer/pom.xml index 902120ae..b0c1d4a3 100755 --- a/utils/installer/pom.xml +++ b/utils/installer/pom.xml @@ -1,14 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.0-SNAPSHOT</version> - <relativePath /> + <version>1.2.0</version> + <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> diff --git a/utils/pom.xml b/utils/pom.xml index 68f20cb7..be130eb5 100755 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath/> </parent> diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml index e4c446b5..88983bd8 100644 --- a/utils/provider/pom.xml +++ b/utils/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <relativePath/> </parent> @@ -15,6 +15,12 @@ <packaging>bundle</packaging> <name>ccsdk-sli-core :: utils :: ${project.artifactId}</name> + + + <properties> + <ccsdk.sli.core.version>${project.version}</ccsdk.sli.core.version> + </properties> + <description> The SLI Core Utilities Package provides common functionality for setting up SLI connectivity. </description> |