Repository: servicemix-bundles Updated Branches: refs/heads/master 83eca21cd -> 2378febfe
Fix elasticsearch 1.3.8 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/2378febf Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/2378febf Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/2378febf Branch: refs/heads/master Commit: 2378febfe2d2dece0332631547ab75d57e876d9a Parents: 83eca21 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Jan 1 18:30:06 2017 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Jan 1 18:30:06 2017 +0100 ---------------------------------------------------------------------- elasticsearch-1.3.8/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/2378febf/elasticsearch-1.3.8/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch-1.3.8/pom.xml b/elasticsearch-1.3.8/pom.xml index ca40c0c..e65b4e7 100644 --- a/elasticsearch-1.3.8/pom.xml +++ b/elasticsearch-1.3.8/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.elasticsearch</pkgGroupId> <pkgArtifactId>elasticsearch</pkgArtifactId>
