Skip to content

Commit

Permalink
Update parent to 60 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas authored Sep 10, 2024
1 parent b3fd65d commit 69bbf77
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>io.takari</groupId>
<artifactId>takari</artifactId>
<version>56</version>
<version>60</version>
</parent>

<groupId>io.takari.maven.plugins</groupId>
Expand Down Expand Up @@ -43,10 +43,9 @@
<guava.version>33.3.0-jre</guava.version>
<mavenPluginPluginVersion>3.15.0</mavenPluginPluginVersion>
<m2eWorkspaceVersion>0.4.0</m2eWorkspaceVersion>
<plexusVersion>3.5.1</plexusVersion>
<pluginTestingVersion>3.0.4</pluginTestingVersion>

<takari.lifecycleVersion>2.1.7</takari.lifecycleVersion>
<plexusUtilsVersion>4.0.1</plexusUtilsVersion>
<plexusXmlVersion>3.0.1</plexusXmlVersion>
<pluginTestingVersion>3.0.5</pluginTestingVersion>
</properties>

<build>
Expand Down
8 changes: 7 additions & 1 deletion takari-lifecycle-plugin-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>${plexusVersion}</version>
<version>${plexusUtilsVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>${plexusXmlVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 6 additions & 2 deletions takari-lifecycle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,12 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>${plexusVersion}</version>
<scope>compile</scope>
<version>${plexusUtilsVersion}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>${plexusXmlVersion}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 69bbf77

Please sign in to comment.