Skip to content

Commit f114fea

Browse files
committed
Replace Google Code references with GitHub repo references. Fixes issue #478.
1 parent 3475e86 commit f114fea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,11 @@
433433
<version>2.3</version>
434434
<configuration>
435435
<issueIDRegexPattern>[Ii]ssue[# ]*(\d)+</issueIDRegexPattern>
436-
<issueLinkUrl>http://code.google.com/p/owasp-esapi-java/issues/detail?id=%ISSUE%</issueLinkUrl>
436+
<issueLinkUrl>https://github.com/ESAPI/esapi-java-legacy/issues/%ISSUE%</issueLinkUrl>
437437
<type>date</type>
438438
<dates>
439-
<date>2013-09-02 00:00:00</date>
439+
<!-- Should be date of previous official release -->
440+
<date>2015-02-05 00:00:00</date>
440441
</dates>
441442
</configuration>
442443
</plugin>
@@ -678,7 +679,7 @@
678679
<artifactId>maven-release-plugin</artifactId>
679680
<version>2.5.3</version>
680681
<configuration>
681-
<tagBase>https://owasp-esapi-java.googlecode.com/svn/tags/releases/</tagBase>
682+
<tagBase>https://github.com/ESAPI/esapi-java-legacy/tags</tagBase>
682683
</configuration>
683684
</plugin>
684685

0 commit comments

Comments
 (0)