Author: niallp Date: Sun Mar 2 19:03:53 2008 New Revision: 632936 URL: http://svn.apache.org/viewvc?rev=632936&view=rev Log: Change name to "Commons Transaction" - used in the manifest entries
Modified: commons/proper/transaction/branches/TRANSACTION_2/pom.xml Modified: commons/proper/transaction/branches/TRANSACTION_2/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/transaction/branches/TRANSACTION_2/pom.xml?rev=632936&r1=632935&r2=632936&view=diff ============================================================================== --- commons/proper/transaction/branches/TRANSACTION_2/pom.xml (original) +++ commons/proper/transaction/branches/TRANSACTION_2/pom.xml Sun Mar 2 19:03:53 2008 @@ -29,7 +29,7 @@ <groupId>commons-transaction</groupId> <artifactId>commons-transaction</artifactId> <version>2.0-SNAPSHOT</version> - <name>Transaction</name> + <name>Commons Transaction</name> <inceptionYear>2004</inceptionYear> <description>Classes that aid concurrent programming in a transactional style.</description>