aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common-logging/pom.xml2
-rw-r--r--integrity-audit/pom.xml2
-rw-r--r--integrity-monitor/pom.xml2
-rw-r--r--pom.xml27
-rw-r--r--site-manager/pom.xml2
-rw-r--r--version.properties2
6 files changed, 31 insertions, 6 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index 3352d4f6..400434c1 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<artifactId>ONAP-Logging</artifactId>
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml
index 0e6fbb1e..7f20620f 100644
--- a/integrity-audit/pom.xml
+++ b/integrity-audit/pom.xml
@@ -30,7 +30,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<name>Integrity Audit</name>
diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml
index 4a31a522..3ee95c71 100644
--- a/integrity-monitor/pom.xml
+++ b/integrity-monitor/pom.xml
@@ -30,7 +30,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<name>Integrity Monitor</name>
diff --git a/pom.xml b/pom.xml
index 580f4377..5785b692 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -64,6 +64,31 @@
</site>
</distributionManagement>
+ <repositories>
+ <!-- LF repositories -->
+ <repository>
+ <id>ecomp-releases</id>
+ <name>Release Repository</name>
+ <url>${nexusproxy}/content/repositories/releases/</url>
+ </repository>
+ <repository>
+ <id>ecomp-staging</id>
+ <name>Staging Repository</name>
+ <url>${nexusproxy}/content/repositories/staging/</url>
+ </repository>
+ <repository>
+ <id>ecomp-snapshots</id>
+ <name>Snapshots Repository</name>
+ <url>${nexusproxy}/content/repositories/snapshots/</url>
+ </repository>
+ <repository>
+ <id>ecomp-public</id>
+ <name>Public Repository</name>
+ <url>${nexusproxy}/content/repositories/public/</url>
+ </repository>
+ <!-- LF repositories END-->
+ </repositories>
+
<build>
<plugins>
<plugin>
diff --git a/site-manager/pom.xml b/site-manager/pom.xml
index da0fa471..8726825e 100644
--- a/site-manager/pom.xml
+++ b/site-manager/pom.xml
@@ -31,7 +31,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<name>site-manager</name>
diff --git a/version.properties b/version.properties
index 7f86aa15..c0fa9d52 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=1
-patch=0
+patch=2
base_version=${major}.${minor}.${patch}