|
17 | 17 | <name>Kogito Runtimes</name>
|
18 | 18 | <description>Kogito Runtimes</description>
|
19 | 19 |
|
20 |
| - |
21 | 20 | <url>http://kogito.kie.org</url>
|
22 | 21 | <inceptionYear>2019</inceptionYear>
|
23 | 22 | <organization>
|
24 |
| - <name>JBoss by Red Hat</name> |
25 |
| - <url>http://www.jboss.org/</url> |
| 23 | + <name>The Apache Software Foundation</name> |
| 24 | + <url>https://apache.org/</url> |
26 | 25 | </organization>
|
27 | 26 |
|
28 | 27 | <licenses>
|
|
34 | 33 | </licenses>
|
35 | 34 |
|
36 | 35 | <scm>
|
37 |
| - <connection>scm:git:https://github.com/kiegroup/kogito-runtimes.git</connection> |
38 |
| - < developerConnection>scm:git: [email protected]: kiegroup/kogito-runtimes.git</ developerConnection> |
39 |
| - <url>https://github.com/kiegroup/kogito-runtimes</url> |
| 36 | + <connection>scm:git:https://github.com/apache/incubator-kie-kogito-runtimes.git</connection> |
| 37 | + < developerConnection>scm:git: [email protected]: apache/incubator-kie-kogito-runtimes.git</ developerConnection> |
| 38 | + <url>https://github.com/apache/incubator-kie-kogito-runtimes</url> |
40 | 39 | </scm>
|
41 | 40 |
|
42 | 41 | <developers>
|
|
58 | 57 | <!-- distributionManagement section -->
|
59 | 58 | <distributionManagement>
|
60 | 59 | <repository>
|
61 |
| - <id>jboss-releases-repository</id> |
62 |
| - <name>JBoss Releases Repository</name> |
63 |
| - <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url> |
| 60 | + <id>apache-release-staging-repository</id> |
| 61 | + <name>Apache Release Staging Repository</name> |
| 62 | + <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> |
64 | 63 | </repository>
|
65 | 64 | <snapshotRepository>
|
66 |
| - <id>jboss-snapshots-repository</id> |
67 |
| - <name>JBoss Snapshot Repository</name> |
68 |
| - <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url> |
| 65 | + <id>apache-snapshots-repository</id> |
| 66 | + <name>Apache Snapshot Repository</name> |
| 67 | + <url>https://repository.apache.org/content/repositories/snapshots/</url> |
69 | 68 | </snapshotRepository>
|
70 | 69 | </distributionManagement>
|
71 | 70 |
|
72 | 71 | <repositories>
|
73 | 72 | <!-- Bootstrap repository to locate the parent pom when the parent pom
|
74 | 73 | has not been build locally. -->
|
75 | 74 | <repository>
|
76 |
| - <id>jboss-public-repository-group</id> |
77 |
| - <name>JBoss Public Repository Group</name> |
78 |
| - <url>https://repository.jboss.org/nexus/content/groups/public/</url> |
| 75 | + <id>apache-public-repository-group</id> |
| 76 | + <name>Apache Public Repository Group</name> |
| 77 | + <url>https://repository.apache.org/content/groups/public/</url> |
79 | 78 | <layout>default</layout>
|
80 | 79 | <releases>
|
81 | 80 | <enabled>true</enabled>
|
|
91 | 90 | <pluginRepositories>
|
92 | 91 | <pluginRepository>
|
93 | 92 | <!-- Duplicating the Maven Central repository here (as it is already coming from Super POM) makes the build much faster,
|
94 |
| - as the Maven Central is now treated as the first (default) repository (because it is before the JBoss.org one). |
| 93 | + as the Maven Central is now treated as the first (default) repository (because it is before the Apache Nexus one). |
95 | 94 | Artifacts with release (fixed) versions are being downloaded primarily from there. Without the central being the
|
96 |
| - first repository the JBoss.org Nexus would be contacted first and since it is quite slow it slows down the build. |
97 |
| - We use JBoss.org repo only to download our SNAPSHOTs. --> |
| 95 | + first repository the Apache Nexus would be contacted first and since it is quite slow it slows down the build. |
| 96 | + We use Apache Nexus repo only to download our SNAPSHOTs. --> |
98 | 97 | <id>central</id>
|
99 | 98 | <name>Central Repository</name>
|
100 | 99 | <url>https://repo.maven.apache.org/maven2</url>
|
|
104 | 103 | </snapshots>
|
105 | 104 | </pluginRepository>
|
106 | 105 | <pluginRepository>
|
107 |
| - <id>jboss-public-repository-group</id> |
108 |
| - <name>JBoss Public Repository Group</name> |
109 |
| - <url>https://repository.jboss.org/nexus/content/groups/public/</url> |
| 106 | + <id>apache-public-repository-group</id> |
| 107 | + <name>Apache Public Repository Group</name> |
| 108 | + <url>https://repository.apache.org/content/groups/public/</url> |
110 | 109 | <releases>
|
111 | 110 | <enabled>true</enabled>
|
112 | 111 | </releases>
|
|
0 commit comments