Repository: servicemix-bundles Updated Branches: refs/heads/master b759b244d -> 250cc0d07
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/250cc0d0 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/250cc0d0 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/250cc0d0 Branch: refs/heads/master Commit: 250cc0d074c0a4d0c7fca3841af8bebfee4a834a Parents: b759b24 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Jun 4 14:17:19 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Jun 4 14:17:19 2015 +0200 ---------------------------------------------------------------------- swagger-core-1.3.4/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/250cc0d0/swagger-core-1.3.4/pom.xml ---------------------------------------------------------------------- diff --git a/swagger-core-1.3.4/pom.xml b/swagger-core-1.3.4/pom.xml index 964eb9c..bbdd699 100644 --- a/swagger-core-1.3.4/pom.xml +++ b/swagger-core-1.3.4/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>
