|
62 | 62 |
|
63 | 63 | <distributionManagement>
|
64 | 64 | <repository>
|
65 |
| - <id>jboss-releases-repository</id> |
66 |
| - <name>JBoss Releases Repository</name> |
67 |
| - <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url> |
| 65 | + <id>apache-release-staging-repository</id> |
| 66 | + <name>Apache Release Staging Repository</name> |
| 67 | + <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> |
68 | 68 | </repository>
|
69 | 69 | <snapshotRepository>
|
70 |
| - <id>jboss-snapshots-repository</id> |
71 |
| - <name>JBoss Snapshot Repository</name> |
72 |
| - <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url> |
| 70 | + <id>apache-snapshots-repository</id> |
| 71 | + <name>Apache Snapshot Repository</name> |
| 72 | + <url>https://repository.apache.org/content/repositories/snapshots/</url> |
73 | 73 | </snapshotRepository>
|
74 | 74 | </distributionManagement>
|
75 | 75 |
|
76 | 76 | <repositories>
|
77 | 77 | <repository>
|
78 |
| - <id>jboss-public-repository-group</id> |
79 |
| - <url>https://repository.jboss.org/nexus/content/groups/public/</url> |
| 78 | + <id>apache-public-repository-group</id> |
| 79 | + <url>https://repository.apache.org/content/groups/public/</url> |
80 | 80 | <releases>
|
81 | 81 | <!-- Get releases only from Maven Central which is faster. -->
|
82 | 82 | <enabled>false</enabled>
|
|
88 | 88 | </repositories>
|
89 | 89 | <pluginRepositories>
|
90 | 90 | <pluginRepository>
|
91 |
| - <id>jboss-public-repository-group</id> |
92 |
| - <name>JBoss Public Repository Group</name> |
93 |
| - <url>https://repository.jboss.org/nexus/content/groups/public/</url> |
| 91 | + <id>apache-public-repository-group</id> |
| 92 | + <name>Apache Public Repository Group</name> |
| 93 | + <url>https://repository.apache.org/content/groups/public/</url> |
94 | 94 | <layout>default</layout>
|
95 | 95 | <releases>
|
96 |
| - <!-- Only get SNAPSHOTS from JBoss repository, |
| 96 | + <!-- Only get SNAPSHOTS from Apache repository, |
97 | 97 | so it tries to get releases first (and only) from Maven Central. -->
|
98 | 98 | <enabled>false</enabled>
|
99 | 99 | </releases>
|
|
105 | 105 | </pluginRepositories>
|
106 | 106 |
|
107 | 107 | <scm>
|
108 |
| - < connection>scm:git: [email protected]: kiegroup/optaplanner.git</ connection> |
109 |
| - < developerConnection>scm:git: [email protected]: kiegroup/optaplanner.git</ developerConnection> |
110 |
| - <url>https://github.com/kiegroup/optaplanner</url> |
| 108 | + < connection>scm:git: [email protected]: apache/incubator-kie-optaplanner.git</ connection> |
| 109 | + < developerConnection>scm:git: [email protected]: apache/incubator-kie-optaplanner.git</ developerConnection> |
| 110 | + <url>https://github.com/apache/incubator-kie-optaplanner</url> |
111 | 111 | </scm>
|
112 | 112 | <issueManagement>
|
113 |
| - <system>jira</system> |
114 |
| - <url>https://issues.redhat.com/browse/PLANNER</url> |
| 113 | + <system>GitHub Issues</system> |
| 114 | + <url>https://github.com/apache/incubator-kie-issues/issues</url> |
115 | 115 | </issueManagement>
|
116 | 116 | <developers>
|
117 | 117 | <developer>
|
|
126 | 126 | </contributor>
|
127 | 127 | </contributors>
|
128 | 128 | <mailingLists>
|
| 129 | + <mailingList> |
| 130 | + <name>Development mailing list</name> |
| 131 | + |
| 132 | + < subscribe> [email protected]</ subscribe> |
| 133 | + < unsubscribe> [email protected]</ unsubscribe> |
| 134 | + < archive>https://lists.apache.org/ [email protected]</ archive> |
| 135 | + </mailingList> |
129 | 136 | <mailingList>
|
130 | 137 | <name>setup</name>
|
131 | 138 | <subscribe>https://groups.google.com/forum/#!forum/optaplanner-dev</subscribe>
|
|
0 commit comments