You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/06/15 22:36:42 UTC

svn commit: r414674 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: carlos
Date: Thu Jun 15 13:36:42 2006
New Revision: 414674

URL: http://svn.apache.org/viewvc?rev=414674&view=rev
Log:
increase version of plexus-i18n to use new plexus groupId

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=414674&r1=414673&r2=414674&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Thu Jun 15 13:36:42 2006
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!--
   ~ Copyright 2004-2006 The Apache Software Foundation.
   ~
@@ -92,9 +94,9 @@
       <version>1.0-beta-3</version>
     </dependency>
     <dependency>
-      <groupId>plexus</groupId>
+      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-i18n</artifactId>
-      <version>1.0-beta-5</version>
+      <version>1.0-beta-6</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>