diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-11-23 10:06:18 +0100 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-11-25 09:37:39 +0100 |
commit | 5c6a6192a60fde5421d85fab52e62fd4a6018abc (patch) | |
tree | 02c2842f2926d39fcce1cad511a0da3e0abe14eb /mod | |
parent | bbdab5451c551706574a587f32144845e13277a1 (diff) |
Blueprint Generator - Update groupId, add version.properties
Issue-ID: DCAEGEN2-2529
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Icbc011714f0996e1915b9e4ae8081972a53fdfac
Diffstat (limited to 'mod')
-rw-r--r-- | mod/bpgenerator/common/pom.xml | 3 | ||||
-rw-r--r-- | mod/bpgenerator/onap/pom.xml | 3 | ||||
-rw-r--r-- | mod/bpgenerator/pom.xml | 4 | ||||
-rw-r--r-- | mod/bpgenerator/version.properties | 6 |
4 files changed, 10 insertions, 6 deletions
diff --git a/mod/bpgenerator/common/pom.xml b/mod/bpgenerator/common/pom.xml index a947e20..58b7839 100644 --- a/mod/bpgenerator/common/pom.xml +++ b/mod/bpgenerator/common/pom.xml @@ -27,7 +27,6 @@ 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> - <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>blueprint-generator-common</artifactId> <version>2.0.0</version> <packaging>jar</packaging> @@ -41,4 +40,4 @@ <version>1.7.0-SNAPSHOT</version> </parent> -</project>
\ No newline at end of file +</project> diff --git a/mod/bpgenerator/onap/pom.xml b/mod/bpgenerator/onap/pom.xml index 799a683..9b5f85d 100644 --- a/mod/bpgenerator/onap/pom.xml +++ b/mod/bpgenerator/onap/pom.xml @@ -27,7 +27,6 @@ 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> - <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>blueprint-generator-onap</artifactId> <version>1.7.0</version> <packaging>jar</packaging> @@ -68,4 +67,4 @@ <finalName>onap-blueprint-generator-${project.version}</finalName> </build> -</project>
\ No newline at end of file +</project> diff --git a/mod/bpgenerator/pom.xml b/mod/bpgenerator/pom.xml index b0a4f17..724aad8 100644 --- a/mod/bpgenerator/pom.xml +++ b/mod/bpgenerator/pom.xml @@ -27,7 +27,7 @@ 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> - <groupId>org.onap.dcaegen2.platform</groupId> + <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>blueprint-generator</artifactId> <version>1.7.0-SNAPSHOT</version> <packaging>pom</packaging> @@ -183,4 +183,4 @@ </plugins> </build> -</project>
\ No newline at end of file +</project> diff --git a/mod/bpgenerator/version.properties b/mod/bpgenerator/version.properties new file mode 100644 index 0000000..24828c2 --- /dev/null +++ b/mod/bpgenerator/version.properties @@ -0,0 +1,6 @@ +major=1 +minor=7 +patch=0 +base_version=${major}.${minor}.${patch} +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |