Repository: servicemix-bundles Updated Branches: refs/heads/master a0c10c30a -> 9f56dbcc1
Prepare bundles release Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/9f56dbcc Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/9f56dbcc Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/9f56dbcc Branch: refs/heads/master Commit: 9f56dbcc16bf9c83e3cfbaebaa13053434d1ed4f Parents: a0c10c3 Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Jun 5 09:05:27 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Jun 5 09:05:27 2015 +0200 ---------------------------------------------------------------------- opensaml-2.6.4/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/9f56dbcc/opensaml-2.6.4/pom.xml ---------------------------------------------------------------------- diff --git a/opensaml-2.6.4/pom.xml b/opensaml-2.6.4/pom.xml index 63f8e7b..6d856f5 100644 --- a/opensaml-2.6.4/pom.xml +++ b/opensaml-2.6.4/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,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>org.opensaml</pkgGroupId> <pkgArtifactId>opensaml</pkgArtifactId>
