Skip to content

Commit edfedb2

Browse files
committed
Update POM to use current parent and plugins.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1293318 13f79535-47bb-0310-9956-ffa450edef68
1 parent f3db0de commit edfedb2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.commons</groupId>
2222
<artifactId>commons-parent</artifactId>
23-
<version>22</version>
23+
<version>23</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<groupId>commons-codec</groupId>
@@ -201,7 +201,7 @@ limitations under the License.
201201
<commons.componentid>codec</commons.componentid>
202202
<commons.release.version>1.6.1</commons.release.version>
203203
<!-- The RC version used in the staging repository URL. -->
204-
<commons.rc.version>RC2</commons.rc.version>
204+
<commons.rc.version>RC1</commons.rc.version>
205205
<commons.jira.id>CODEC</commons.jira.id>
206206
<commons.jira.pid>12310464</commons.jira.pid>
207207
<!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
@@ -245,7 +245,7 @@ limitations under the License.
245245
<plugin>
246246
<groupId>org.apache.maven.plugins</groupId>
247247
<artifactId>maven-jar-plugin</artifactId>
248-
<version>2.3.2</version>
248+
<version>2.4</version>
249249
<executions>
250250
<execution>
251251
<goals>
@@ -257,7 +257,7 @@ limitations under the License.
257257
<plugin>
258258
<groupId>org.apache.maven.plugins</groupId>
259259
<artifactId>maven-assembly-plugin</artifactId>
260-
<version>2.2.2</version>
260+
<version>2.3</version>
261261
<configuration>
262262
<descriptors>
263263
<descriptor>src/main/assembly/bin.xml</descriptor>
@@ -305,15 +305,15 @@ limitations under the License.
305305
<plugin>
306306
<groupId>org.apache.maven.plugins</groupId>
307307
<artifactId>maven-pmd-plugin</artifactId>
308-
<version>2.6</version>
308+
<version>2.7</version>
309309
<configuration>
310310
<targetJdk>1.5</targetJdk>
311311
</configuration>
312312
</plugin>
313313
<plugin>
314314
<groupId>org.codehaus.mojo</groupId>
315315
<artifactId>findbugs-maven-plugin</artifactId>
316-
<version>2.3.3</version>
316+
<version>2.4.0</version>
317317
</plugin>
318318
<plugin>
319319
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)