aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--deployment/pom.xml6
-rw-r--r--netconfsimulator/pom.xml14
-rw-r--r--pnfsimulator/integration/pom.xml4
-rw-r--r--pnfsimulator/pom.xml14
-rw-r--r--pom.xml10
-rw-r--r--version.properties6
7 files changed, 31 insertions, 24 deletions
diff --git a/.gitignore b/.gitignore
index 8d81d9f..3ec4b09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
**/*.iml
**/.idea
**/target
+deployment/pnf-pnp-simulators-resources.zip
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 25fe08b..4cb6aae 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -23,9 +23,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.simulator</groupId>
- <artifactId>simulator-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
+ <artifactId>integration-pnf-simulator</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>onboarding-package</artifactId>
<build>
diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml
index 23b7592..5896378 100644
--- a/netconfsimulator/pom.xml
+++ b/netconfsimulator/pom.xml
@@ -25,13 +25,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.simulator</groupId>
- <artifactId>simulator-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
+ <artifactId>integration-pnf-simulator</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>netconfsimulator</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -288,7 +288,7 @@
<contextDir>${project.basedir}</contextDir>
<dockerFile>${project.basedir}/Dockerfile_app</dockerFile>
<tags>
- <tag>${project.version}-${maven.build.timestamp}Z</tag>
+ <tag>${project.version}-STAGE-${maven.build.timestamp}Z</tag>
</tags>
</build>
</image>
@@ -319,12 +319,12 @@
<distributionManagement>
<repository>
<id>ecomp-releases</id>
- <name>AAF Release Repository</name>
+ <name>Integration simulators Release Repository</name>
<url>${nexusproxy}${releaseNexusPath}</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
- <name>AAF Snapshot Repository</name>
+ <name>Integration simulators Snapshot Repository</name>
<url>${nexusproxy}${snapshotNexusPath}</url>
</snapshotRepository>
<site>
diff --git a/pnfsimulator/integration/pom.xml b/pnfsimulator/integration/pom.xml
index 21c2f3c..2ab2dcf 100644
--- a/pnfsimulator/integration/pom.xml
+++ b/pnfsimulator/integration/pom.xml
@@ -26,8 +26,8 @@
<parent>
<groupId>org.onap.simulator</groupId>
- <artifactId>simulator-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <artifactId>integration-pnf-simulator</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>pnf-simulator-integration</artifactId>
diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml
index af797de..752914f 100644
--- a/pnfsimulator/pom.xml
+++ b/pnfsimulator/pom.xml
@@ -25,13 +25,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.simulator</groupId>
- <artifactId>simulator-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
+ <artifactId>integration-pnf-simulator</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>pnfsimulator</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>pnfsimulator</name>
@@ -389,7 +389,7 @@
<build>
<dockerFileDir>${project.basedir}</dockerFileDir>
<tags>
- <tag>${project.version}-${maven.build.timestamp}Z</tag>
+ <tag>${project.version}-STAGE-${maven.build.timestamp}Z</tag>
</tags>
</build>
</image>
@@ -404,12 +404,12 @@
<distributionManagement>
<repository>
<id>ecomp-releases</id>
- <name>AAF Release Repository</name>
+ <name>Integration simulators Release Repository</name>
<url>${nexusproxy}${releaseNexusPath}</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
- <name>AAF Snapshot Repository</name>
+ <name>Integration simulators Snapshot Repository</name>
<url>${nexusproxy}${snapshotNexusPath}</url>
</snapshotRepository>
<site>
diff --git a/pom.xml b/pom.xml
index 00eda50..743de34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,9 +31,9 @@
<version>2.0.0</version>
</parent>
- <groupId>org.onap.simulator</groupId>
- <artifactId>simulator-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
+ <artifactId>integration-pnf-simulator</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<modules>
<module>pnfsimulator</module>
<module>netconfsimulator</module>
@@ -85,12 +85,12 @@
<distributionManagement>
<repository>
<id>ecomp-releases</id>
- <name>AAF Release Repository</name>
+ <name>Integration simulators Release Repository</name>
<url>${nexusproxy}${releaseNexusPath}</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
- <name>AAF Snapshot Repository</name>
+ <name>Integration simulators Snapshot Repository</name>
<url>${nexusproxy}${snapshotNexusPath}</url>
</snapshotRepository>
<site>
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..2ddebb3
--- /dev/null
+++ b/version.properties
@@ -0,0 +1,6 @@
+major=1
+minor=0
+patch=0
+base_version=${major}.${minor}.${patch}
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT