File tree 3 files changed +12
-7
lines changed
3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 43
43
</repository >
44
44
45
45
<repository >
46
- <id >oss -snapshots</id >
47
- <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 >
48
48
<layout >default</layout >
49
49
<releases >
50
50
<enabled >false</enabled >
86
86
</pluginRepository >
87
87
88
88
<pluginRepository >
89
- <id >oss -snapshots</id >
90
- <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 >
91
91
<layout >default</layout >
92
92
<releases >
93
93
<enabled >false</enabled >
123
123
124
124
<servers >
125
125
<server >
126
- <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 >
127
132
<username >${env.SONATYPE_USERNAME}</username >
128
133
<password >${env.SONATYPE_PASSWORD}</password >
129
134
</server >
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >io.wcm.devops</groupId >
27
27
<artifactId >io.wcm.devops.parent_toplevel</artifactId >
28
- <version >2.0.0 </version >
28
+ <version >2.0.1-SNAPSHOT </version >
29
29
<relativePath />
30
30
</parent >
31
31
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >io.wcm.devops</groupId >
27
27
<artifactId >io.wcm.devops.parent_toplevel</artifactId >
28
- <version >2.0.0 </version >
28
+ <version >2.0.1-SNAPSHOT </version >
29
29
<relativePath />
30
30
</parent >
31
31
You can’t perform that action at this time.
0 commit comments