Skip to content

Commit 69bbf77

Browse files
authored
Update parent to 60 (#190)
1 parent b3fd65d commit 69bbf77

3 files changed

Lines changed: 17 additions & 8 deletions

File tree

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.takari</groupId>
1616
<artifactId>takari</artifactId>
17-
<version>56</version>
17+
<version>60</version>
1818
</parent>
1919

2020
<groupId>io.takari.maven.plugins</groupId>
@@ -43,10 +43,9 @@
4343
<guava.version>33.3.0-jre</guava.version>
4444
<mavenPluginPluginVersion>3.15.0</mavenPluginPluginVersion>
4545
<m2eWorkspaceVersion>0.4.0</m2eWorkspaceVersion>
46-
<plexusVersion>3.5.1</plexusVersion>
47-
<pluginTestingVersion>3.0.4</pluginTestingVersion>
48-
49-
<takari.lifecycleVersion>2.1.7</takari.lifecycleVersion>
46+
<plexusUtilsVersion>4.0.1</plexusUtilsVersion>
47+
<plexusXmlVersion>3.0.1</plexusXmlVersion>
48+
<pluginTestingVersion>3.0.5</pluginTestingVersion>
5049
</properties>
5150

5251
<build>

takari-lifecycle-plugin-its/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,13 @@
4646
<dependency>
4747
<groupId>org.codehaus.plexus</groupId>
4848
<artifactId>plexus-utils</artifactId>
49-
<version>${plexusVersion}</version>
49+
<version>${plexusUtilsVersion}</version>
50+
<scope>test</scope>
51+
</dependency>
52+
<dependency>
53+
<groupId>org.codehaus.plexus</groupId>
54+
<artifactId>plexus-xml</artifactId>
55+
<version>${plexusXmlVersion}</version>
5056
<scope>test</scope>
5157
</dependency>
5258
<dependency>

takari-lifecycle-plugin/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,12 @@
6363
<dependency>
6464
<groupId>org.codehaus.plexus</groupId>
6565
<artifactId>plexus-utils</artifactId>
66-
<version>${plexusVersion}</version>
67-
<scope>compile</scope>
66+
<version>${plexusUtilsVersion}</version>
67+
</dependency>
68+
<dependency>
69+
<groupId>org.codehaus.plexus</groupId>
70+
<artifactId>plexus-xml</artifactId>
71+
<version>${plexusXmlVersion}</version>
6872
</dependency>
6973
<dependency>
7074
<groupId>org.codehaus.plexus</groupId>

0 commit comments

Comments
 (0)