Skip to content

Commit c1ded7d

Browse files
committed
changing scm url back to upstream url to allow clean pull request merge
1 parent cc2a7f7 commit c1ded7d

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
@@ -18,9 +18,9 @@
1818
</dependency>
1919
</dependencies>
2020
<scm>
21-
<connection>scm:git:https://github.com/mosabua/javaee7-simple-sample.git</connection>
22-
<url>https://github.com/mosabua/javaee7-simple-sample.git</url>
23-
<developerConnection>scm:git:https://github.com/mosabua/javaee7-simple-sample.git</developerConnection>
21+
<connection>scm:git:https://github.com/javaee-samples/javaee7-simple-sample.git</connection>
22+
<url>https://github.com/javaee-samples/javaee7-simple-sample.git</url>
23+
<developerConnection>scm:git:https://github.com/javaee-samples/javaee7-simple-sample.git</developerConnection>
2424
<tag>v1.5</tag>
2525
</scm>
2626
<developers>

0 commit comments

Comments
 (0)