File tree Expand file tree Collapse file tree
tooling/conga-aem-maven-plugin/src/it Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 <enabled >true</enabled >
3838 <updatePolicy >never</updatePolicy >
3939 </releases >
40- <!-- workaround for https://github.com/mojohaus/build-helper-maven-plugin/issues/108
4140 <snapshots >
4241 <enabled >false</enabled >
4342 </snapshots >
44- -->
4543 </repository >
4644
4745 <repository >
48- <id >oss -snapshots</id >
49- <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 >
5048 <layout >default</layout >
5149 <releases >
5250 <enabled >false</enabled >
8886 </pluginRepository >
8987
9088 <pluginRepository >
91- <id >oss -snapshots</id >
92- <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 >
9391 <layout >default</layout >
9492 <releases >
9593 <enabled >false</enabled >
125123
126124 <servers >
127125 <server >
128- <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 >
129132 <username >${env.SONATYPE_USERNAME}</username >
130133 <password >${env.SONATYPE_PASSWORD}</password >
131134 </server >
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >io.wcm.devops</groupId >
2727 <artifactId >io.wcm.devops.parent_toplevel</artifactId >
28- <version >2.0.0 </version >
28+ <version >2.0.1-SNAPSHOT </version >
2929 <relativePath />
3030 </parent >
3131
Original file line number Diff line number Diff line change 2626 <parent >
2727 <groupId >io.wcm.maven</groupId >
2828 <artifactId >io.wcm.maven.global-parent</artifactId >
29- <version >62 </version >
29+ <version >63 </version >
3030 <relativePath />
3131 </parent >
3232
Original file line number Diff line number Diff line change 2626 <parent >
2727 <groupId >io.wcm.maven</groupId >
2828 <artifactId >io.wcm.maven.global-parent</artifactId >
29- <version >62 </version >
29+ <version >63 </version >
3030 <relativePath />
3131 </parent >
3232
You can’t perform that action at this time.
0 commit comments