Repository: servicemix-bundles Updated Branches: refs/heads/master bc5f15b32 -> 1476e71e6
Add scm element Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/1476e71e Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/1476e71e Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/1476e71e Branch: refs/heads/master Commit: 1476e71e6e071448ee6f4669660c7c5b5b25618a Parents: bc5f15b Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Sep 10 13:01:35 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Sep 10 13:01:35 2015 +0200 ---------------------------------------------------------------------- javax-cache-api-1.0.0/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/1476e71e/javax-cache-api-1.0.0/pom.xml ---------------------------------------------------------------------- diff --git a/javax-cache-api-1.0.0/pom.xml b/javax-cache-api-1.0.0/pom.xml index e98aff2..ec6b090 100644 --- a/javax-cache-api-1.0.0/pom.xml +++ b/javax-cache-api-1.0.0/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>javax.cache</pkgGroupId> <pkgArtifactId>cache-api</pkgArtifactId>
