Skip to content

Commit 668e210

Browse files
committed
[MSHARED-1350] Upgrade parent POM to version 41
1 parent fc14762 commit 668e210

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

pom.xml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@
2222
<parent>
2323
<groupId>org.apache.maven.shared</groupId>
2424
<artifactId>maven-shared-components</artifactId>
25-
<version>39</version>
25+
<version>41</version>
2626
<relativePath />
2727
</parent>
2828

2929
<artifactId>maven-script-interpreter</artifactId>
3030
<version>1.5-SNAPSHOT</version>
3131

3232
<name>Apache Maven Script Interpreter</name>
33-
<description>This component provides some utilities to interpret/execute some scripts for various implementations: groovy or beanshell.</description>
33+
<description>This component provides some utilities to interpret/execute some scripts for various implementations:
34+
groovy or beanshell.</description>
3435

3536
<scm>
3637
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-script-interpreter.git</connection>
@@ -60,6 +61,7 @@
6061

6162
<dependencyManagement>
6263
<dependencies>
64+
<!-- MPOM-455 remove with parent 42 upgrade -->
6365
<dependency>
6466
<groupId>org.junit</groupId>
6567
<artifactId>junit-bom</artifactId>
@@ -104,24 +106,10 @@
104106

105107
<dependency>
106108
<groupId>org.junit.jupiter</groupId>
107-
<artifactId>junit-jupiter</artifactId>
109+
<artifactId>junit-jupiter-api</artifactId>
108110
<scope>test</scope>
109111
</dependency>
110112

111113
</dependencies>
112114

113-
<build>
114-
<pluginManagement>
115-
<plugins>
116-
<plugin>
117-
<!-- remove with next parent MPOM-371 -->
118-
<groupId>org.apache.maven.plugins</groupId>
119-
<artifactId>maven-checkstyle-plugin</artifactId>
120-
<configuration>
121-
<configLocation>config/maven_checks_nocodestyle.xml</configLocation>
122-
</configuration>
123-
</plugin>
124-
</plugins>
125-
</pluginManagement>
126-
</build>
127115
</project>

0 commit comments

Comments
 (0)