|
114 | 114 |
|
115 | 115 | <repositories> |
116 | 116 | <repository> |
117 | | - <id>releases.jenkins.io</id> |
118 | | - <url>https://repo.jenkins-ci.org/releases/</url> |
| 117 | + <id>repo.jenkins-ci.org</id> |
| 118 | + <url>https://repo.jenkins-ci.org/public/</url> |
119 | 119 | </repository> |
120 | | - <repository> |
121 | | - <id>repo1.maven.org</id> |
122 | | - <url>https://repo1.maven.org/maven2/</url> |
123 | | - </repository> |
124 | | - <repository> |
125 | | - <id>central</id> |
126 | | - <url>https://repo.maven.apache.org/maven2</url> |
127 | | - </repository> |
128 | | - <repository> |
129 | | - <id>repo.eclipse.org</id> |
130 | | - <url>https://repo.eclipse.org/content/repositories/jgit-releases/</url> |
131 | | - </repository> |
132 | | - <repository> |
133 | | - <!-- jbcrypt 1.0.0 --> |
134 | | - <id>jcenter-cache.jenkins.io</id> |
135 | | - <url>https://repo.jenkins-ci.org/jcenter-cache/</url> |
136 | | - </repository> |
137 | | - <!-- Intentionally not included in order to detect missing repositories --> |
138 | | - <!-- <repository> --> |
139 | | - <!-- <id>repo.jenkins-ci.org</id> --> |
140 | | - <!-- <url>https://repo.jenkins-ci.org/public/</url> --> |
141 | | - <!-- </repository> --> |
142 | 120 | </repositories> |
143 | 121 |
|
144 | 122 | <pluginRepositories> |
145 | 123 | <pluginRepository> |
146 | | - <id>releases.jenkins.io</id> |
147 | | - <url>https://repo.jenkins-ci.org/releases/</url> |
148 | | - </pluginRepository> |
149 | | - <pluginRepository> |
150 | | - <id>repo1.maven.org</id> |
151 | | - <url>https://repo1.maven.org/maven2/</url> |
152 | | - </pluginRepository> |
153 | | - <pluginRepository> |
154 | | - <id>central</id> |
155 | | - <url>https://repo.maven.apache.org/maven2</url> |
156 | | - </pluginRepository> |
157 | | - <pluginRepository> |
158 | | - <id>repo.eclipse.org</id> |
159 | | - <url>https://repo.eclipse.org/content/repositories/jgit-releases/</url> |
160 | | - </pluginRepository> |
161 | | - <pluginRepository> |
162 | | - <!-- jbcrypt 1.0.0 --> |
163 | | - <id>jcenter-cache.jenkins.io</id> |
164 | | - <url>https://repo.jenkins-ci.org/jcenter-cache/</url> |
| 124 | + <id>repo.jenkins-ci.org</id> |
| 125 | + <url>https://repo.jenkins-ci.org/public/</url> |
165 | 126 | </pluginRepository> |
166 | | - <!-- Intentionally not included in order to detect missing repositories --> |
167 | | - <!-- <pluginRepository> --> |
168 | | - <!-- <id>repo.jenkins-ci.org</id> --> |
169 | | - <!-- <url>https://repo.jenkins-ci.org/public/</url> --> |
170 | | - <!-- </pluginRepository> --> |
171 | 127 | </pluginRepositories> |
172 | 128 |
|
173 | 129 | <build> |
|
0 commit comments