File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed
Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 2424 xsi : schemaLocation =" http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd" >
2525 <body >
2626
27+ <release version =" 2.0.0" date =" not released" >
28+ <action type =" remove" dev =" sseifert" >
29+ Remove management of slf4j-api and slf4j-simple dependencies.
30+ </action >
31+ <action type =" update" dev =" sseifert" >
32+ Update to global-parent 62.
33+ </action >
34+ </release >
35+
2736 <release version =" 1.5.0" date =" 2025-02-19" >
2837 <action type =" update" dev =" sseifert" >
2938 Switch to latest maven-site-plugin and update to reflow-maven-skin 1.3.4.
Original file line number Diff line number Diff line change 3131
3232 <groupId >io.wcm.devops</groupId >
3333 <artifactId >io.wcm.devops.parent_toplevel</artifactId >
34- <version >1.5.1 -SNAPSHOT</version >
34+ <version >2.0.0 -SNAPSHOT</version >
3535 <packaging >pom</packaging >
3636
3737 <name >Toplevel Parent</name >
133133 <dependencyManagement >
134134 <dependencies >
135135
136- <!-- Logging -->
137- <dependency >
138- <groupId >org.slf4j</groupId >
139- <artifactId >slf4j-api</artifactId >
140- <version >1.7.36</version >
141- </dependency >
142- <dependency >
143- <groupId >org.slf4j</groupId >
144- <artifactId >slf4j-simple</artifactId >
145- <version >1.7.36</version >
146- </dependency >
147-
148136 <!-- Testing -->
149137 <dependency >
150138 <groupId >org.hamcrest</groupId >
You can’t perform that action at this time.
0 commit comments