Skip to content

Commit 4a4bda6

Browse files
committed
Upgrade parent to 5.0
This fixes #7
1 parent 13f70a1 commit 4a4bda6

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>plexus</artifactId>
66
<groupId>org.codehaus.plexus</groupId>
7-
<version>3.2</version>
7+
<version>5.0</version>
88
</parent>
99

1010
<artifactId>plexus-io</artifactId>
@@ -31,6 +31,7 @@
3131

3232
<properties>
3333
<cobertura.skip>true</cobertura.skip>
34+
<javaVersion>7</javaVersion>
3435
</properties>
3536

3637
<dependencies>
@@ -70,19 +71,12 @@
7071
<plugin>
7172
<groupId>org.apache.maven.plugins</groupId>
7273
<artifactId>maven-compiler-plugin</artifactId>
73-
<version>3.3</version>
74-
<configuration>
75-
<source>1.7</source>
76-
<target>1.7</target>
77-
</configuration>
7874
</plugin>
7975
<plugin>
80-
8176
<groupId>org.apache.maven.plugins</groupId>
8277
<artifactId>maven-scm-publish-plugin</artifactId>
8378
<configuration>
8479
<content>${project.reporting.outputDirectory}</content><!-- mono-module doesn't require site:stage -->
85-
<scmBranch>gh-pages</scmBranch>
8680
</configuration>
8781
<executions>
8882
<execution>
@@ -104,17 +98,14 @@
10498
<plugin>
10599
<groupId>org.apache.maven.plugins</groupId>
106100
<artifactId>maven-release-plugin</artifactId>
107-
<version>2.5.1</version>
108101
</plugin>
109102
<plugin>
110103
<groupId>org.apache.maven.plugins</groupId>
111104
<artifactId>maven-gpg-plugin</artifactId>
112-
<version>1.6</version>
113105
</plugin>
114106
<plugin>
115107
<groupId>org.apache.maven.plugins</groupId>
116108
<artifactId>maven-enforcer-plugin</artifactId>
117-
<version>1.1.1</version>
118109
<executions>
119110
<execution>
120111
<id>enforce-java</id>

0 commit comments

Comments
 (0)