Skip to content

Commit 70a759a

Browse files
author
igorm
committed
improved pom.xml links for github
1 parent 8f08835 commit 70a759a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
<name>jbbp</name>
1111
<description>JBBP (Java Binary Block Parser) is a small lightweight framework to parse binary blocks and streamss to their binary parts, also it has DSL to form binary blocks.</description>
12-
<url>http://java-binary-block-parser.googlecode.com/</url>
12+
<url>https://github.com/raydac/java-binary-block-parser</url>
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
</properties>
1717

1818
<issueManagement>
19-
<system>code.google.com</system>
20-
<url>https://code.google.com/p/java-binary-block-parser/issues/list</url>
19+
<system>GitHub Issues</system>
20+
<url>https://github.com/raydac/java-binary-block-parser/issues</url>
2121
</issueManagement>
2222

2323
<inceptionYear>2014</inceptionYear>
@@ -41,10 +41,9 @@
4141
</prerequisites>
4242

4343
<scm>
44-
<connection>https://java-binary-block-parser.googlecode.com/hg/</connection>
45-
<developerConnection>https://java-binary-block-parser.googlecode.com/hg/</developerConnection>
46-
<tag>HEAD</tag>
47-
<url>http://java-binary-block-parser.googlecode.com/</url>
44+
<url>https://github.com/raydac/java-binary-block-parser</url>
45+
<connection>scm:git:git://github.com/raydac/java-binary-block-parser.git</connection>
46+
<developerConnection>scm:git:git@github.com:raydac/java-binary-block-parser.git</developerConnection>
4847
</scm>
4948

5049
<organization>

0 commit comments

Comments
 (0)