Repository: servicemix-bundles Updated Branches: refs/heads/master e10b4f3b5 -> 8080812a2
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/8080812a Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/8080812a Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/8080812a Branch: refs/heads/master Commit: 8080812a2ad7344aa1dbcacd84f81d0bbad7cd63 Parents: e10b4f3 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Mar 7 08:12:39 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Mar 7 08:12:39 2015 +0100 ---------------------------------------------------------------------- xstream-1.4.8/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/8080812a/xstream-1.4.8/pom.xml ---------------------------------------------------------------------- diff --git a/xstream-1.4.8/pom.xml b/xstream-1.4.8/pom.xml index cf556f9..dfb06b0 100644 --- a/xstream-1.4.8/pom.xml +++ b/xstream-1.4.8/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>11</version> + <version>12</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -35,6 +35,13 @@ <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> + <tag>HEAD</tag> + </scm> + <properties> <pkgGroupId>com.thoughtworks.xstream</pkgGroupId> <pkgArtifactId>xstream</pkgArtifactId>
