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 2006/11/19 19:37:55 UTC

svn commit: r476872 - /directory/trunks/shared/asn1/pom.xml

Author: elecharny
Date: Sun Nov 19 10:37:54 2006
New Revision: 476872

URL: http://svn.apache.org/viewvc?view=rev&rev=476872
Log:
Changed the UsageTypeEnum to become an enum instead of an subclass
of ValuedEnum (Java 5 migration)

Modified:
    directory/trunks/shared/asn1/pom.xml

Modified: directory/trunks/shared/asn1/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/shared/asn1/pom.xml?view=diff&rev=476872&r1=476871&r2=476872
==============================================================================
--- directory/trunks/shared/asn1/pom.xml (original)
+++ directory/trunks/shared/asn1/pom.xml Sun Nov 19 10:37:54 2006
@@ -29,8 +29,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
+          <source>1.5</source>
+          <target>1.5</target>
         </configuration>
       </plugin>
       <plugin>