Repository: servicemix-bundles Updated Branches: refs/heads/master 9d9921399 -> 9de3f037f
Prepare bundles-2015.06 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/9de3f037 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/9de3f037 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/9de3f037 Branch: refs/heads/master Commit: 9de3f037feabad7ad34a93b1be21bcb42656230b Parents: 9d99213 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Jul 7 10:40:08 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Jul 7 10:40:08 2015 +0200 ---------------------------------------------------------------------- jregex-1.2_01/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/9de3f037/jregex-1.2_01/pom.xml ---------------------------------------------------------------------- diff --git a/jregex-1.2_01/pom.xml b/jregex-1.2_01/pom.xml index 0a8aea5..faee608 100644 --- a/jregex-1.2_01/pom.xml +++ b/jregex-1.2_01/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.sourceforge.jregex</pkgGroupId> <pkgArtifactId>jregex</pkgArtifactId>
