Skip to content

Commit 597030a

Browse files
author
jvanzyl
committed
o updating all the POMs, going to let CI tell me what breaks and then move on
1 parent 882b2c5 commit 597030a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

plexus-interactivity-api/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<dependency>
1313
<groupId>org.codehaus.plexus</groupId>
1414
<artifactId>plexus-utils</artifactId>
15-
<version>1.4</version>
1615
</dependency>
1716
</dependencies>
1817
</project>

plexus-interactivity-jline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.codehaus.plexus</groupId>
1919
<artifactId>plexus-interactivity-api</artifactId>
20-
<version>1.0-alpha-6</version>
20+
<version>${project.version}</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>plexus-components</artifactId>
44
<groupId>org.codehaus.plexus</groupId>
5-
<version>1.1.9</version>
5+
<version>1.1.14-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>plexus-interactivity</artifactId>

0 commit comments

Comments
 (0)