You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2012/10/06 10:37:43 UTC

svn commit: r1394963 - /directory/project/trunk/pom.xml

Author: elecharny
Date: Sat Oct  6 08:37:42 2012
New Revision: 1394963

URL: http://svn.apache.org/viewvc?rev=1394963&view=rev
Log:
bumped up the compiler plugin

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=1394963&r1=1394962&r2=1394963&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Sat Oct  6 08:37:42 2012
@@ -471,7 +471,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.3.2</version>
+          <version>2.5.1</version>
           <configuration>
             <source>1.5</source>
             <target>1.5</target>