Repository: servicemix-bundles Updated Branches: refs/heads/master 52a24e846 -> 917df6908
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/917df690 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/917df690 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/917df690 Branch: refs/heads/master Commit: 917df6908ddd1b73089f5c37188b53c09be98634 Parents: 52a24e8 Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Mar 6 18:25:39 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Mar 6 18:25:39 2015 +0100 ---------------------------------------------------------------------- opensaml-2.6.5/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/917df690/opensaml-2.6.5/pom.xml ---------------------------------------------------------------------- diff --git a/opensaml-2.6.5/pom.xml b/opensaml-2.6.5/pom.xml index fc84c7d..95c01b1 100644 --- a/opensaml-2.6.5/pom.xml +++ b/opensaml-2.6.5/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>org.opensaml</pkgGroupId> <pkgArtifactId>opensaml</pkgArtifactId>
