aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-03-10 14:54:53 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-03-10 15:14:57 -0500
commit3234eb071e48263e4be760115f9aaf5ba2e49d33 (patch)
tree451ebde7a13cf9fcc143f99e8a75c73e5dbf45ba /pom.xml
parent98fd6feca6b10c2ad0d50d9f9ad1985b25e4eb84 (diff)
v1.1.0-SNAPSHOT
Change-Id: Ic5ecc20d4024a52e2cd0549c11190d761238c8c6 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ccfa475d6..370160ce0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.openecomp.policy.engine</groupId>
<artifactId>PolicyEngineSuite</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ECOMP Policy Engine</name>
@@ -30,7 +30,7 @@
<sonar.jacoco.itReportPath>/opt/app/policy/it-results/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
- <common-modules.version>1.0.0</common-modules.version>
+ <common-modules.version>1.1.0-SNAPSHOT</common-modules.version>
<nexusproxy>https://nexus.openecomp.org</nexusproxy>
</properties>
@@ -73,6 +73,11 @@
<name>OpenECOMP Staging Repository</name>
<url>${nexusproxy}/content/repositories/staging/</url>
</repository>
+ <repository>
+ <id>ecomp-snapshots</id>
+ <name>OpenECOMP Snapshot Repository</name>
+ <url>${nexusproxy}/content/repositories/snapshots/</url>
+ </repository>
</repositories>
<distributionManagement>