We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d06f67 commit e1bb306Copy full SHA for e1bb306
pom.xml
@@ -19,7 +19,7 @@
19
</modules>
20
21
<scm>
22
- <connection>scm:git:git@github.com:rackerlabs/api-checker.git</connection>
+ <connection>scm:git:https://github.com/rackerlabs/api-checker.git</connection>
23
<tag>HEAD</tag>
24
</scm>
25
@@ -232,13 +232,13 @@
232
<configuration>
233
<arguments>-DskipTests</arguments>
234
</configuration>
235
- <dependencies>
+ <!-- <dependencies>
236
<dependency>
237
<groupId>org.apache.maven.scm</groupId>
238
<artifactId>maven-scm-provider-gitexe</artifactId>
239
<version>1.9.4</version>
240
</dependency>
241
- </dependencies>
+ </dependencies> -->
242
</plugin>
243
</plugins>
244
</pluginManagement>
0 commit comments