diff options
Diffstat (limited to 'odlparent/bundle-parent/pom.xml')
-rwxr-xr-x | odlparent/bundle-parent/pom.xml | 28 |
1 files changed, 5 insertions, 23 deletions
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index ff841b5f..59bdde7d 100755 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-parent/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>bundle-parent</artifactId> - <version>3.1.1</version> + <version>3.1.3</version> <relativePath /> </parent> @@ -30,7 +30,7 @@ <properties> - <!--- properties from oparent --> + <!-- properties from oparent --> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -50,7 +50,7 @@ <swagger-properties>${basedir}/src/main/resources/swagger.properties</swagger-properties> <!-- If following file exist, auto-generation of sdk will be done --> <swagger-json>${basedir}/src/main/resources/swagger.json</swagger-json> - <!--- end of properties from oparent --> + <!-- end of properties from oparent --> <!-- ONAP repositories --> <onap.nexus.host>nexus.onap.org</onap.nexus.host> @@ -103,8 +103,8 @@ <!-- Support libraries used by OpenDaylight --> - <odl.mdsal.version>1.7.1</odl.mdsal.version> - <odl.mdsal.model.version>0.12.1</odl.mdsal.model.version> + <odl.mdsal.version>1.7.3</odl.mdsal.version> + <odl.mdsal.model.version>0.12.3</odl.mdsal.model.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.10</commons.codec.version> <!-- Used by netconf, ovsdb --> @@ -1088,24 +1088,6 @@ </execution> </executions> </plugin> - <plugin> - <artifactId>maven-source-plugin</artifactId> - <version>2.1.1</version> - <executions> - <execution> - <id>bundle-sources</id> - <phase>package</phase> - <goals> - <!-- produce source artifact for main project sources --> - <goal>jar-no-fork</goal> - - <!-- produce source artifact for project test sources --> - <goal>test-jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> |