Upgrade bundles-pom
Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/eba42ff0 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/eba42ff0 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/eba42ff0 Branch: refs/heads/master Commit: eba42ff0ad71f5ff1ea246bc8d803924602b3b5a Parents: 0d5422f Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Jul 2 22:04:30 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Jul 2 22:04:30 2017 +0200 ---------------------------------------------------------------------- ws-commons-util-1.0.2/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eba42ff0/ws-commons-util-1.0.2/pom.xml ---------------------------------------------------------------------- diff --git a/ws-commons-util-1.0.2/pom.xml b/ws-commons-util-1.0.2/pom.xml index 1bf4d0d..6742c4f 100644 --- a/ws-commons-util-1.0.2/pom.xml +++ b/ws-commons-util-1.0.2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>9-SNAPSHOT</version> + <version>13</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -35,6 +35,12 @@ <name>Apache ServiceMix :: Bundles :: WS Commons Util</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + </scm> + <properties> <pkgGroupId>org.apache.ws.commons.util</pkgGroupId> <pkgArtifactId>ws-commons-util</pkgArtifactId>
