Skip to content

Commit 06f6177

Browse files
committed
use last parent pom
Signed-off-by: olivier lamy <[email protected]>
1 parent c88d478 commit 06f6177

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<artifactId>plexus</artifactId>
87
<groupId>org.codehaus.plexus</groupId>
9-
<version>3.2</version>
8+
<artifactId>plexus</artifactId>
9+
<version>4.0</version>
1010
</parent>
1111

1212
<artifactId>plexus-archiver</artifactId>

src/test/java/org/codehaus/plexus/archiver/zip/ZipArchiverTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
/**
7373
* @author Emmanuel Venisse
74-
*
74+
*
7575
*/
7676
@SuppressWarnings( "OctalInteger" )
7777
public class ZipArchiverTest

0 commit comments

Comments
 (0)