|
3 | 3 | #%L
|
4 | 4 | wcm.io
|
5 | 5 | %%
|
6 |
| - Copyright (C) 2017 wcm.io |
| 6 | + Copyright (C) 2014 wcm.io |
7 | 7 | %%
|
8 | 8 | Licensed under the Apache License, Version 2.0 (the "License");
|
9 | 9 | you may not use this file except in compliance with the License.
|
|
43 | 43 | </repository>
|
44 | 44 |
|
45 | 45 | <repository>
|
46 |
| - <id>wcm-io-apache-intermediate-release</id> |
47 |
| - <url>https://wcm.io/maven/repositories/apache-intermediate-release</url> |
48 |
| - <layout>default</layout> |
49 |
| - <releases> |
50 |
| - <enabled>true</enabled> |
51 |
| - <updatePolicy>never</updatePolicy> |
52 |
| - </releases> |
53 |
| - <snapshots> |
54 |
| - <enabled>false</enabled> |
55 |
| - </snapshots> |
56 |
| - </repository> |
57 |
| - |
58 |
| - <repository> |
59 |
| - <id>oss-snapshots</id> |
60 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 46 | + <id>sonatype-central-snapshots</id> |
| 47 | + <url>https://central.sonatype.com/repository/maven-snapshots</url> |
61 | 48 | <layout>default</layout>
|
62 | 49 | <releases>
|
63 | 50 | <enabled>false</enabled>
|
|
99 | 86 | </pluginRepository>
|
100 | 87 |
|
101 | 88 | <pluginRepository>
|
102 |
| - <id>wcm-io-apache-intermediate-release</id> |
103 |
| - <url>https://wcm.io/maven/repositories/apache-intermediate-release</url> |
104 |
| - <layout>default</layout> |
105 |
| - <releases> |
106 |
| - <enabled>true</enabled> |
107 |
| - <updatePolicy>never</updatePolicy> |
108 |
| - </releases> |
109 |
| - <snapshots> |
110 |
| - <enabled>false</enabled> |
111 |
| - </snapshots> |
112 |
| - </pluginRepository> |
113 |
| - |
114 |
| - <pluginRepository> |
115 |
| - <id>oss-snapshots</id> |
116 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 89 | + <id>sonatype-central-snapshots</id> |
| 90 | + <url>https://central.sonatype.com/repository/maven-snapshots</url> |
117 | 91 | <layout>default</layout>
|
118 | 92 | <releases>
|
119 | 93 | <enabled>false</enabled>
|
|
149 | 123 |
|
150 | 124 | <servers>
|
151 | 125 | <server>
|
152 |
| - <id>ossrh</id> |
| 126 | + <id>sonatype-central</id> |
| 127 | + <username>${env.SONATYPE_USERNAME}</username> |
| 128 | + <password>${env.SONATYPE_PASSWORD}</password> |
| 129 | + </server> |
| 130 | + <server> |
| 131 | + <id>sonatype-central-snapshots</id> |
153 | 132 | <username>${env.SONATYPE_USERNAME}</username>
|
154 | 133 | <password>${env.SONATYPE_PASSWORD}</password>
|
155 | 134 | </server>
|
|
0 commit comments