You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2007/04/19 15:19:58 UTC

svn commit: r530405 - in /cayenne/main/branches/STABLE-2.0/cayenne: cayenne-ant/ant/cayenne-java.xml cayenne-other/release-notes/RELEASE-NOTES-2.0-SNAPSHOT.txt

Author: aadamchik
Date: Thu Apr 19 06:19:57 2007
New Revision: 530405

URL: http://svn.apache.org/viewvc?view=rev&rev=530405
Log:
CAY-778 Cayenne jar manifest lists project.version as 'cayenne'

Modified:
    cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/ant/cayenne-java.xml
    cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-SNAPSHOT.txt

Modified: cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/ant/cayenne-java.xml
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/ant/cayenne-java.xml?view=diff&rev=530405&r1=530404&r2=530405
==============================================================================
--- cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/ant/cayenne-java.xml (original)
+++ cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/ant/cayenne-java.xml Thu Apr 19 06:19:57 2007
@@ -148,7 +148,7 @@
 			<manifest>
 				<attribute name="Built-By" value="${user.name}"/>
 				<attribute name="Extension-Name" value="org.apache.cayenne"/>
-				<attribute name="Specification-Version" value="${project.name}"/>
+				<attribute name="Specification-Version" value="${project.version}"/>
 				<attribute name="Specification-Vendor" value="Apache.org"/>
 				<attribute name="Implementation-Vendor-Id"
 					value="org.apache"/>
@@ -216,7 +216,7 @@
 			<manifest>
 				<attribute name="Built-By" value="${user.name}"/>
 				<attribute name="Extension-Name" value="org.apache.cayenne"/>
-				<attribute name="Specification-Version" value="${project.name}"/>
+				<attribute name="Specification-Version" value="${project.version}"/>
 				<attribute name="Specification-Vendor" value="Apache.org"/>
 				<attribute name="Implementation-Vendor-Id"
 					value="org.apache"/>
@@ -237,7 +237,7 @@
 			<manifest>
 				<attribute name="Built-By" value="${user.name}"/>
 				<attribute name="Extension-Name" value="org.apache.cayenne"/>
-				<attribute name="Specification-Version" value="${project.name}"/>
+				<attribute name="Specification-Version" value="${project.version}"/>
 				<attribute name="Specification-Vendor" value="Apache.org"/>
 				<attribute name="Implementation-Vendor-Id"
 					value="org.apache"/>

Modified: cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-SNAPSHOT.txt
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-SNAPSHOT.txt?view=diff&rev=530405&r1=530404&r2=530405
==============================================================================
--- cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-SNAPSHOT.txt (original)
+++ cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-SNAPSHOT.txt Thu Apr 19 06:19:57 2007
@@ -24,6 +24,7 @@
 CAY-765 Programmatically overriding "use share cache" fails
 CAY-774 cayenne-modeler pom.xml has incorrect dependancy
 CAY-775 AutoAdapter fails to detect Sybase when running with jTDS driver
+CAY-778 Cayenne jar manifest lists project.version as "cayenne"
 
 ----------------------------------
 Release: 2.0.2