Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 15881df

Browse files
committed
prepare release
1 parent 0a2a5ba commit 15881df

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.codehaus.plexus</groupId>
77
<artifactId>plexus</artifactId>
8-
<version>4.0</version>
8+
<version>6.1</version>
99
<relativePath>../pom/pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>plexus-components</artifactId>
13-
<version>4.1-SNAPSHOT</version>
13+
<version>6.1-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Plexus Components</name>
@@ -32,6 +32,10 @@
3232
</site>
3333
</distributionManagement>
3434

35+
<properties>
36+
<project.build.outputTimestamp>2020-01-20T18:52:48Z</project.build.outputTimestamp>
37+
</properties>
38+
3539
<dependencyManagement>
3640
<dependencies>
3741
<dependency>
@@ -42,7 +46,7 @@
4246
<dependency>
4347
<groupId>org.codehaus.plexus</groupId>
4448
<artifactId>plexus-utils</artifactId>
45-
<version>3.0.22</version>
49+
<version>3.3.0</version>
4650
</dependency>
4751
<dependency>
4852
<groupId>junit</groupId>

0 commit comments

Comments
 (0)