Repository: servicemix-bundles Updated Branches: refs/heads/master 81533560f -> 1685e3c95
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/1685e3c9 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/1685e3c9 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/1685e3c9 Branch: refs/heads/master Commit: 1685e3c9528eca3fe304a0e598dfe59530ab4d97 Parents: 8153356 Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Mar 6 19:14:22 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Mar 6 19:14:22 2015 +0100 ---------------------------------------------------------------------- xmltooling-1.4.4/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/1685e3c9/xmltooling-1.4.4/pom.xml ---------------------------------------------------------------------- diff --git a/xmltooling-1.4.4/pom.xml b/xmltooling-1.4.4/pom.xml index d474fb6..d60c019 100644 --- a/xmltooling-1.4.4/pom.xml +++ b/xmltooling-1.4.4/pom.xml @@ -23,7 +23,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> @@ -34,6 +34,13 @@ <version>1.4.4_1-SNAPSHOT</version> <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>org.opensaml</pkgGroupId> <pkgArtifactId>xmltooling</pkgArtifactId>
