Skip to content

Commit

Permalink
Merge pull request #281 from laurentschoelens/jt-176
Browse files Browse the repository at this point in the history
JT-176 : Bump plexus-utils / plexus-build-api
  • Loading branch information
mattrpav authored Aug 8, 2023
2 parents badf414 + c3277db commit a071b68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion maven-plugin/plugin-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<artifactId>maven-plugin-api</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
</dependency>
<dependency>
Expand Down
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
<junit4.version>4.13.2</junit4.version>
<slf4j.version>1.7.36</slf4j.version>
<stax-ex.version>1.8.3</stax-ex.version>
<plexus-build-api.version>1.2.0</plexus-build-api.version>
<plexus-utils.version>3.5.1</plexus-utils.version>
<!-- Maven plugin versions -->
<maven.plugin.testing.version>2.1</maven.plugin.testing.version>
<maven.plugin.plugin.version>3.7.1</maven.plugin.plugin.version>
Expand Down Expand Up @@ -338,14 +340,14 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
<version>0.0.7</version>
<version>${plexus-build-api.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.5.15</version>
<version>${plexus-utils.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit a071b68

Please sign in to comment.