Skip to content

Commit e1bb306

Browse files
fix scm settings
1 parent 2d06f67 commit e1bb306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</modules>
2020

2121
<scm>
22-
<connection>scm:git:git@github.com:rackerlabs/api-checker.git</connection>
22+
<connection>scm:git:https://github.com/rackerlabs/api-checker.git</connection>
2323
<tag>HEAD</tag>
2424
</scm>
2525

@@ -232,13 +232,13 @@
232232
<configuration>
233233
<arguments>-DskipTests</arguments>
234234
</configuration>
235-
<dependencies>
235+
<!-- <dependencies>
236236
<dependency>
237237
<groupId>org.apache.maven.scm</groupId>
238238
<artifactId>maven-scm-provider-gitexe</artifactId>
239239
<version>1.9.4</version>
240240
</dependency>
241-
</dependencies>
241+
</dependencies> -->
242242
</plugin>
243243
</plugins>
244244
</pluginManagement>

0 commit comments

Comments
 (0)