Skip to content

Commit aa113a8

Browse files
committed
update scm url after moving to jeasy organisation
1 parent 3439574 commit aa113a8

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

easyrules-archetype/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
</developers>
2525

2626
<scm>
27-
<url>[email protected]:EasyRules/easyrules.git</url>
28-
<connection>scm:git:[email protected]:EasyRules/easyrules.git</connection>
29-
<developerConnection>scm:git:[email protected]:EasyRules/easyrules.git</developerConnection>
27+
<url>[email protected]:j-easy/easy-rules.git</url>
28+
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
29+
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
3030
<tag>HEAD</tag>
3131
</scm>
3232

3333
<issueManagement>
3434
<system>GitHub</system>
35-
<url>https://github.com/EasyRules/easyrules/issues</url>
35+
<url>https://github.com/j-easy/easy-rules/issues</url>
3636
</issueManagement>
3737

3838
<ciManagement>
3939
<system>Travis CI</system>
40-
<url>https://travis-ci.org/EasyRules/easyrules</url>
40+
<url>https://travis-ci.org/j-easy/easy-rules</url>
4141
</ciManagement>
4242

4343
<licenses>

easyrules-core/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
<description>Public API and core implementation of Easy Rules</description>
1515

1616
<scm>
17-
<url>[email protected]:EasyRules/easyrules.git</url>
18-
<connection>scm:git:[email protected]:EasyRules/easyrules.git</connection>
19-
<developerConnection>scm:git:[email protected]:EasyRules/easyrules.git</developerConnection>
17+
<url>[email protected]:j-easy/easy-rules.git</url>
18+
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
19+
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
2020
<tag>HEAD</tag>
2121
</scm>
2222

2323
<issueManagement>
2424
<system>GitHub</system>
25-
<url>https://github.com/EasyRules/easyrules/issues</url>
25+
<url>https://github.com/j-easy/easy-rules/issues</url>
2626
</issueManagement>
2727

2828
<ciManagement>
2929
<system>Travis CI</system>
30-
<url>https://travis-ci.org/EasyRules/easyrules</url>
30+
<url>https://travis-ci.org/j-easy/easy-rules</url>
3131
</ciManagement>
3232

3333
<developers>

easyrules-quartz/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
<description>Module providing support for engine scheduling using Quartz</description>
1515

1616
<scm>
17-
<url>[email protected]:EasyRules/easyrules.git</url>
18-
<connection>scm:git:[email protected]:EasyRules/easyrules.git</connection>
19-
<developerConnection>scm:git:[email protected]:EasyRules/easyrules.git</developerConnection>
17+
<url>[email protected]:j-easy/easy-rules.git</url>
18+
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
19+
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
2020
<tag>HEAD</tag>
2121
</scm>
2222

2323
<issueManagement>
2424
<system>GitHub</system>
25-
<url>https://github.com/EasyRules/easyrules/issues</url>
25+
<url>https://github.com/j-easy/easy-rules/issues</url>
2626
</issueManagement>
2727

2828
<ciManagement>
2929
<system>Travis CI</system>
30-
<url>https://travis-ci.org/EasyRules/easyrules</url>
30+
<url>https://travis-ci.org/j-easy/easy-rules</url>
3131
</ciManagement>
3232

3333
<developers>

easyrules-spring-boot-starter/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
<description>Module providing Spring Boot autoconfiguration</description>
1818

1919
<scm>
20-
<url>[email protected]:EasyRules/easyrules.git</url>
21-
<connection>scm:git:[email protected]:EasyRules/easyrules.git</connection>
22-
<developerConnection>scm:git:[email protected]:EasyRules/easyrules.git</developerConnection>
20+
<url>[email protected]:j-easy/easy-rules.git</url>
21+
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
22+
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
2323
<tag>HEAD</tag>
2424
</scm>
2525

2626
<issueManagement>
2727
<system>GitHub</system>
28-
<url>https://github.com/EasyRules/easyrules/issues</url>
28+
<url>https://github.com/j-easy/easy-rules/issues</url>
2929
</issueManagement>
3030

3131
<ciManagement>
3232
<system>Travis CI</system>
33-
<url>https://travis-ci.org/EasyRules/easyrules</url>
33+
<url>https://travis-ci.org/j-easy/easy-rules</url>
3434
</ciManagement>
3535

3636
<developers>

easyrules-spring/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
<description>Module providing support for engine configuration using Spring</description>
1515

1616
<scm>
17-
<url>[email protected]:EasyRules/easyrules.git</url>
18-
<connection>scm:git:[email protected]:EasyRules/easyrules.git</connection>
19-
<developerConnection>scm:git:[email protected]:EasyRules/easyrules.git</developerConnection>
17+
<url>[email protected]:j-easy/easy-rules.git</url>
18+
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
19+
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
2020
<tag>HEAD</tag>
2121
</scm>
2222

2323
<issueManagement>
2424
<system>GitHub</system>
25-
<url>https://github.com/EasyRules/easyrules/issues</url>
25+
<url>https://github.com/j-easy/easy-rules/issues</url>
2626
</issueManagement>
2727

2828
<ciManagement>
2929
<system>Travis CI</system>
30-
<url>https://travis-ci.org/EasyRules/easyrules</url>
30+
<url>https://travis-ci.org/j-easy/easy-rules</url>
3131
</ciManagement>
3232

3333
<developers>

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
4444
</properties>
4545

4646
<scm>
47-
<url>[email protected]:EasyRules/easyrules.git</url>
48-
<connection>scm:git:[email protected]:EasyRules/easyrules.git</connection>
49-
<developerConnection>scm:git:[email protected]:EasyRules/easyrules.git</developerConnection>
47+
<url>[email protected]:j-easy/easy-rules.git</url>
48+
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
49+
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
5050
<tag>HEAD</tag>
5151
</scm>
5252

5353
<issueManagement>
5454
<system>GitHub</system>
55-
<url>https://github.com/EasyRules/easyrules/issues</url>
55+
<url>https://github.com/j-easy/easy-rules/issues</url>
5656
</issueManagement>
5757

5858
<ciManagement>
5959
<system>Travis CI</system>
60-
<url>https://travis-ci.org/EasyRules/easyrules</url>
60+
<url>https://travis-ci.org/j-easy/easy-rules</url>
6161
</ciManagement>
6262

6363
<developers>

0 commit comments

Comments
 (0)