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/feedbb6b Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/feedbb6b Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/feedbb6b Branch: refs/heads/master Commit: feedbb6bf95314450dd6530176e782a2ad4b96e4 Parents: 3130600 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Mar 26 16:05:24 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Mar 26 16:05:24 2015 +0100 ---------------------------------------------------------------------- xstream-1.4/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/feedbb6b/xstream-1.4/pom.xml ---------------------------------------------------------------------- diff --git a/xstream-1.4/pom.xml b/xstream-1.4/pom.xml index 15cacf0..39f0c29 100644 --- a/xstream-1.4/pom.xml +++ b/xstream-1.4/pom.xml @@ -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>
