Skip to content

Commit c1537c1

Browse files
committed
Prepare for 6.35.1 release; Downgrade plexus-utils to 3.6.1 to maintain compatibility with Maven 3.x
1 parent 9c65b83 commit c1537c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.openrewrite.maven</groupId>
66
<artifactId>rewrite-maven-plugin</artifactId>
7-
<version>6.36.0-SNAPSHOT</version>
7+
<version>6.35.1-SNAPSHOT</version>
88
<packaging>maven-plugin</packaging>
99

1010
<name>rewrite-maven-plugin</name>
@@ -190,7 +190,7 @@
190190
<dependency>
191191
<groupId>org.codehaus.plexus</groupId>
192192
<artifactId>plexus-utils</artifactId>
193-
<version>4.0.3</version>
193+
<version>3.6.1</version>
194194
</dependency>
195195
<dependency>
196196
<groupId>io.micrometer</groupId>

0 commit comments

Comments
 (0)