You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gn...@apache.org on 2008/01/29 17:14:28 UTC

svn commit: r616427 - /geronimo/specs/trunk/geronimo-jpa_3.0_spec/pom.xml

Author: gnodet
Date: Tue Jan 29 08:14:25 2008
New Revision: 616427

URL: http://svn.apache.org/viewvc?rev=616427&view=rev
Log:
Fix pom

Modified:
    geronimo/specs/trunk/geronimo-jpa_3.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-jpa_3.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jpa_3.0_spec/pom.xml?rev=616427&r1=616426&r2=616427&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jpa_3.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jpa_3.0_spec/pom.xml Tue Jan 29 08:14:25 2008
@@ -37,9 +37,9 @@
     <version>1.1.1-SNAPSHOT</version>
 
     <properties>
-	    <geronimo.osgi.export.pkg>javax.persistence*</geronimo.osgi.export.pkg>
+        <geronimo.osgi.export.pkg>javax.persistence*</geronimo.osgi.export.pkg>
         <geronimo.osgi.export.version>3.0</geronimo.osgi.export.version>
-	</properties>
+    </properties>
 
     <build>
         <plugins>
@@ -49,6 +49,14 @@
                 <configuration>
                     <source>1.5</source>
                     <target>1.5</target>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
                 </configuration>
             </plugin>