8000 Update issue management and scm · DingaGa/google-http-java-client@c0329e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit c0329e4

Browse files
committed
Update issue management and scm
1 parent 5b21529 commit c0329e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<url>http://code.google.com/p/google-http-java-client/</url>
1717

1818
<issueManagement>
19-
<system>code.google.com</system>
20-
<url>http://code.google.com/p/google-http-java-client/issues/list</url>
19+
<system>Git 9822 Hub</system>
20+
<url>https://github.com/google/google-http-java-client/issues</url>
2121
</issueManagement>
2222

2323
<inceptionYear>2011</inceptionYear>
@@ -27,9 +27,9 @@
2727
</prerequisites>
2828

2929
<scm>
30-
<connection>scm:hg:https://code.google.com/p/google-http-java-client/</connection>
31-
<developerConnection>scm:hg:https://code.google.com/p/google-http-java-client/</developerConnection>
32-
<url>http://code.google.com/p/google-http-java-client/source/browse/</url>
30+
<connection>scm:git:https://github.com/google/google-http-java-client.git</connection>
31+
<developerConnection>scm:git:git@github.com:google/google-http-java-client.git</developerConnection>
32+
<url>https://github.com/google/google-http-java-client</url>
3333
</scm>
3434

3535
<organization>

0 commit comments

Comments
 (0)
0