Skip to content

Commit e18e70e

Browse files
committed
moved repo to OWASP
1 parent 16d8da2 commit e18e70e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
</parent>
8282

8383
<scm>
84-
<developerConnection>scm:git:[email protected]:jmanico/owasp-java-encoder.git</developerConnection>
85-
<connection>scm:git:[email protected]:jmanico/owasp-java-encoder.git</connection>
86-
<url>https://github.com/jmanico/owasp-java-encoder</url>
84+
<developerConnection>scm:git:[email protected]:owasp/owasp-java-encoder.git</developerConnection>
85+
<connection>scm:git:[email protected]:owasp/owasp-java-encoder.git</connection>
86+
<url>https://github.com/owasp/owasp-java-encoder</url>
8787
</scm>
8888
<distributionManagement>
8989
<site>
9090
<id>gh-pages</id>
9191
<name>gh-pages</name>
92-
<url>http://jmanico.github.io/owasp-java-encoder</url>
92+
<url>http://owasp.github.io/owasp-java-encoder</url>
9393
</site>
9494
</distributionManagement>
9595
<mailingLists>
@@ -104,7 +104,7 @@
104104

105105
<issueManagement>
106106
<system>github</system>
107-
<url>https://github.com/jmanico/owasp-java-encoder/issues</url>
107+
<url>https://github.com/owasp/owasp-java-encoder/issues</url>
108108
</issueManagement>
109109

110110
<developers>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
4646
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
4747
<sideBarEnabled>true</sideBarEnabled>
4848
<gitHub>
49-
<projectId>jmanico/owasp-java-encoder</projectId>
49+
<projectId>owasp/owasp-java-encoder</projectId>
5050
<ribbonOrientation>right</ribbonOrientation>
5151
<ribbonColor>gray</ribbonColor>
5252
</gitHub>

0 commit comments

Comments
 (0)