Skip to content

Commit 281b680

Browse files
nielsbasjesmichael-o
authored andcommittedMay 31, 2022
[MRELEASE-1096] Many cleanups and updates
* Upgrade to SLF4J 1.7.36 * Upgrade to JUnit 4.13.2 In ITs: * Upgrade to Maven Compiler Plugin 3.10.1 * Upgrade to Maven Invoker Plugin 3.2.2 * Upgrade to Plexus Maven Plugin 1.3.8 * Upgrade to Plexus Component Metadata 1.7.1 This closes #132
1 parent 9bf8fd2 commit 281b680

File tree

50 files changed

+75
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+75
-181
lines changed
 

‎maven-release-manager/pom.xml

+1-15
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.apache.maven.release</groupId>
3737
<artifactId>maven-release-api</artifactId>
38-
<version>3.0.0-M6-SNAPSHOT</version>
38+
<version>${project.version}</version>
3939
</dependency>
4040

4141
<dependency>
@@ -274,18 +274,4 @@
274274
</plugins>
275275
</build>
276276

277-
<profiles>
278-
<profile>
279-
<id>reporting</id>
280-
<reporting>
281-
<plugins>
282-
<plugin>
283-
<groupId>org.codehaus.plexus</groupId>
284-
<artifactId>plexus-maven-plugin</artifactId>
285-
<version>1.3.8</version>
286-
</plugin>
287-
</plugins>
288-
</reporting>
289-
</profile>
290-
</profiles>
291277
</project>

‎maven-release-manager/src/test/resources/pomfinder/pom1.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<dependency>
123123
<groupId>junit</groupId>
124124
<artifactId>junit</artifactId>
125-
<version>3.8.2</version>
125+
<version>${junitVersion}</version>
126126
<scope>test</scope>
127127
</dependency>
128128
<dependency>
@@ -193,7 +193,7 @@
193193
<plugin>
194194
<groupId>org.codehaus.plexus</groupId>
195195
<artifactId>plexus-maven-plugin</artifactId>
196-
<version>1.3.8</version>
196+
<version>@plexusMavenPluginVersion@</version>
Has conversations. Original line has conversations.
197197
<executions>
198198
<execution>
199199
<id>create-component-descriptor</id>

0 commit comments

Comments
 (0)
Please sign in to comment.