Repository: servicemix-bundles Updated Branches: refs/heads/master ed1e6da00 -> da493dcf4
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/da493dcf Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/da493dcf Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/da493dcf Branch: refs/heads/master Commit: da493dcf44211891f4058d03960248e7e29c6e25 Parents: ed1e6da Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Mar 6 18:11:15 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Mar 6 18:11:15 2015 +0100 ---------------------------------------------------------------------- lucene-sandbox-5.0.0/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/da493dcf/lucene-sandbox-5.0.0/pom.xml ---------------------------------------------------------------------- diff --git a/lucene-sandbox-5.0.0/pom.xml b/lucene-sandbox-5.0.0/pom.xml index c57a269..79d137f 100644 --- a/lucene-sandbox-5.0.0/pom.xml +++ b/lucene-sandbox-5.0.0/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.apache.lucene</pkgGroupId> <pkgArtifactId>lucene-sandbox</pkgArtifactId>
