summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xodlparent-boron-sr3/pom.xml26
-rwxr-xr-xodlparent-carbon-sr1/pom.xml7
-rwxr-xr-xpom.xml8
-rw-r--r--version.properties2
4 files changed, 25 insertions, 18 deletions
diff --git a/odlparent-boron-sr3/pom.xml b/odlparent-boron-sr3/pom.xml
index 1ff21a8a..957e302a 100755
--- a/odlparent-boron-sr3/pom.xml
+++ b/odlparent-boron-sr3/pom.xml
@@ -6,6 +6,7 @@
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent</artifactId>
<version>1.7.3-Boron-SR3</version>
+ <relativePath />
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -108,10 +109,10 @@
<!-- Used by snmp4sdn, yangtools -->
<javassist.version>3.20.0-GA</javassist.version>
- <!-- FIXME remove all dependencies for jersey 1.17 after migration all
- projects -->
- <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all,
- snmp4sdn, toolkit -->
+ <!-- FIXME remove all dependencies for jersey 1.17 after migration
+ all projects -->
+ <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity,
+ defense4all, snmp4sdn, toolkit -->
<jersey.version>1.17</jersey.version>
<!-- Used by sfc -->
<jersey.client.version>1.17</jersey.client.version>
@@ -129,17 +130,18 @@
is fixed (either in PowerMock or with a new JUnit release) -->
<!-- Used everywhere -->
<junit.version>4.11</junit.version>
- <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
+ <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity,
+ toolkit -->
<logback.version>1.1.7</logback.version>
<!-- Used by nic, sfc, sxp, tsdr -->
<mockito.version>1.10.19</mockito.version>
<!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit -->
<netty.version>4.0.44.Final</netty.version>
- <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity,
- toolkit -->
+ <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also
+ affinity, toolkit -->
<slf4j.version>1.7.21</slf4j.version>
- <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit,
- tsdr, ttp -->
+ <!-- Used in integration/distribution; see also affinity, snmp4sdn,
+ toolkit, tsdr, ttp -->
<spring.version>3.2.14.RELEASE</spring.version>
@@ -647,10 +649,12 @@
<id>bundle-sources</id>
<phase>package</phase>
<goals>
- <!-- produce source artifact for main project sources -->
+ <!-- produce source artifact for main project
+ sources -->
<goal>jar-no-fork</goal>
- <!-- produce source artifact for project test sources -->
+ <!-- produce source artifact for project
+ test sources -->
<goal>test-jar-no-fork</goal>
</goals>
</execution>
diff --git a/odlparent-carbon-sr1/pom.xml b/odlparent-carbon-sr1/pom.xml
index 115b4efe..7a3fd8f0 100755
--- a/odlparent-carbon-sr1/pom.xml
+++ b/odlparent-carbon-sr1/pom.xml
@@ -3,9 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.opendaylight.odlparent</groupId>
- <artifactId>odlparent</artifactId>
- <version>1.8.1-Carbon</version>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent-odlparent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath />
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index d5a75c8c..0c0b7c43 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<packaging>pom</packaging>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>parent</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.2-SNAPSHOT</version>
<name>CCSDK Parent POMs</name>
<url>http://wiki.onap.org</url>
@@ -165,10 +165,12 @@
<id>bundle-sources</id>
<phase>package</phase>
<goals>
- <!-- produce source artifact for main project sources -->
+ <!-- produce source artifact for main project
+ sources -->
<goal>jar-no-fork</goal>
- <!-- produce source artifact for project test sources -->
+ <!-- produce source artifact for project
+ test sources -->
<goal>test-jar-no-fork</goal>
</goals>
</execution>
diff --git a/version.properties b/version.properties
index 287781ba..e46107d6 100644
--- a/version.properties
+++ b/version.properties
@@ -6,7 +6,7 @@
release_name=0
sprint_number=0
-feature_revision=1
+feature_revision=2
base_version=${release_name}.${sprint_number}.${feature_revision}