You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2009/05/27 15:56:54 UTC

svn commit: r779177 - /openjpa/branches/1.3.x/openjpa-all/pom.xml

Author: dwoods
Date: Wed May 27 13:56:54 2009
New Revision: 779177

URL: http://svn.apache.org/viewvc?rev=779177&view=rev
Log:
OPENJPA-1062 fix manifest data that was copied over from trunk

Modified:
    openjpa/branches/1.3.x/openjpa-all/pom.xml

Modified: openjpa/branches/1.3.x/openjpa-all/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/openjpa-all/pom.xml?rev=779177&r1=779176&r2=779177&view=diff
==============================================================================
--- openjpa/branches/1.3.x/openjpa-all/pom.xml (original)
+++ openjpa/branches/1.3.x/openjpa-all/pom.xml Wed May 27 13:56:54 2009
@@ -52,9 +52,9 @@
                                         <Main-Class>org.apache.openjpa.conf.OpenJPAVersion</Main-Class>
                                         <Premain-Class>org.apache.openjpa.enhance.PCEnhancerAgent</Premain-Class>
                                         <Can-Redefine-Classes>true</Can-Redefine-Classes>
-                                        <Specification-Title>JSR-317 Java Persistence</Specification-Title>
+                                        <Specification-Title>JSR-220 Java Persistence</Specification-Title>
                                         <Specification-Vendor>Sun Microsystems, Inc.</Specification-Vendor>
-                                        <Specification-Version>2.0</Specification-Version>
+                                        <Specification-Version>1.0</Specification-Version>
                                     </manifestEntries>
                                 </transformer>
                             </transformers>