Repository: servicemix-bundles Updated Branches: refs/heads/master 1e2b56b75 -> dda013a76
Add missing scm element in the flatpack bundle Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/dda013a7 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/dda013a7 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/dda013a7 Branch: refs/heads/master Commit: dda013a761a417b45d3108147dba8c084ceefaa0 Parents: 1e2b56b Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Aug 4 07:11:44 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Aug 4 07:11:44 2015 +0200 ---------------------------------------------------------------------- flatpack-3.4.2/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/dda013a7/flatpack-3.4.2/pom.xml ---------------------------------------------------------------------- diff --git a/flatpack-3.4.2/pom.xml b/flatpack-3.4.2/pom.xml index edac521..0d66000 100644 --- a/flatpack-3.4.2/pom.xml +++ b/flatpack-3.4.2/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>net.sf.flatpack</pkgGroupId> <pkgArtifactId>flatpack</pkgArtifactId>
