Upgrade to bundles-pom 12
Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/a69a67e8 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/a69a67e8 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/a69a67e8 Branch: refs/heads/master Commit: a69a67e8480d3a86f811956627a439972438dc4d Parents: feedbb6 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Mar 26 16:07:14 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Mar 26 16:07:14 2015 +0100 ---------------------------------------------------------------------- xstream-1.4.2/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/a69a67e8/xstream-1.4.2/pom.xml ---------------------------------------------------------------------- diff --git a/xstream-1.4.2/pom.xml b/xstream-1.4.2/pom.xml index d329e4c..f88cc29 100644 --- a/xstream-1.4.2/pom.xml +++ b/xstream-1.4.2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>9-SNAPSHOT</version> + <version>12</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -35,6 +35,12 @@ <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</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>com.thoughtworks.xstream</pkgGroupId> <pkgArtifactId>xstream</pkgArtifactId>
