Repository: servicemix-bundles Updated Branches: refs/heads/master 1b1ed6ec6 -> 8b87097ed
Prepare bundles 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/8b87097e Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/8b87097e Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/8b87097e Branch: refs/heads/master Commit: 8b87097edb7cb76cdf810c49c6b55e90b5599526 Parents: 1b1ed6e Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Jun 4 14:42:13 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Jun 4 14:42:13 2015 +0200 ---------------------------------------------------------------------- swagger-core-1.3.7/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/8b87097e/swagger-core-1.3.7/pom.xml ---------------------------------------------------------------------- diff --git a/swagger-core-1.3.7/pom.xml b/swagger-core-1.3.7/pom.xml index 664d305..d7dbf1f 100644 --- a/swagger-core-1.3.7/pom.xml +++ b/swagger-core-1.3.7/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>com.wordnik</pkgGroupId> <pkgArtifactId>swagger-core_2.10</pkgArtifactId>
