File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.apache.maven.shared</groupId >
24
24
<artifactId >maven-shared-components</artifactId >
25
- <version >39 </version >
25
+ <version >41 </version >
26
26
<relativePath />
27
27
</parent >
28
28
29
29
<artifactId >maven-script-interpreter</artifactId >
30
30
<version >1.5-SNAPSHOT</version >
31
31
32
32
<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 >
34
35
35
36
<scm >
36
37
<connection >scm:git:https://gitbox.apache.org/repos/asf/maven-script-interpreter.git</connection >
60
61
61
62
<dependencyManagement >
62
63
<dependencies >
64
+ <!-- MPOM-455 remove with parent 42 upgrade -->
63
65
<dependency >
64
66
<groupId >org.junit</groupId >
65
67
<artifactId >junit-bom</artifactId >
104
106
105
107
<dependency >
106
108
<groupId >org.junit.jupiter</groupId >
107
- <artifactId >junit-jupiter</artifactId >
109
+ <artifactId >junit-jupiter-api </artifactId >
108
110
<scope >test</scope >
109
111
</dependency >
110
112
111
113
</dependencies >
112
114
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 >
127
115
</project >
You can’t perform that action at this time.
0 commit comments