[hibernate-commits] Hibernate SVN: r18961 - jpamodelgen/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Mar 10 09:53:52 EST 2010


Author: hardy.ferentschik
Date: 2010-03-10 09:53:52 -0500 (Wed, 10 Mar 2010)
New Revision: 18961

Modified:
   jpamodelgen/trunk/pom.xml
Log:
METAGEN-26 Updated readme and docbook sources

Modified: jpamodelgen/trunk/pom.xml
===================================================================
--- jpamodelgen/trunk/pom.xml	2010-03-10 14:37:41 UTC (rev 18960)
+++ jpamodelgen/trunk/pom.xml	2010-03-10 14:53:52 UTC (rev 18961)
@@ -202,12 +202,12 @@
                 <configuration>
                     <archive>
                         <manifestEntries>
-                            <Implementation-Title>${pom.artifactId}</Implementation-Title>
+	                        <Created-By>${java.version} (${java.vendor})</Created-By>
+                            <Implementation-Title>${pom.name}</Implementation-Title>
+                            <Implementation-URL>http://www.jboss.org/</Implementation-URL>
                             <Implementation-Version>${pom.version}</Implementation-Version>
-                            <Implementation-Vendor>${pom.groupId}</Implementation-Vendor>
-                            <Implementation-Vendor-Id>${pom.groupId}</Implementation-Vendor-Id>
-                            <Implementation-URL>${pom.url}</Implementation-URL>
-                            <Specification-Title>JPA2 Model Generator</Specification-Title>
+                            <Implementation-Vendor>JBoss by Red Hat, Inc.</Implementation-Vendor>
+                            <Implementation-Vendor-Id>http://www.jboss.org/</Implementation-Vendor-Id>
                         </manifestEntries>
                     </archive>
                 </configuration>



More information about the hibernate-commits mailing list