Author: dbrosius
Date: Fri Jul 22 02:56:31 2011
New Revision: 1149438
URL: http://svn.apache.org/viewvc?rev=1149438&view=rev
Log:
update to jdk 1.5, change version to 6.0, change mailing lists
Modified:
jakarta/bcel/trunk/pom.xml
Modified: jakarta/bcel/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/bcel/trunk/pom.xml?rev=1149438&r1=1149437&r2=1149438&view=diff
==============================================================================
--- jakarta/bcel/trunk/pom.xml (original)
+++ jakarta/bcel/trunk/pom.xml Fri Jul 22 02:56:31 2011
@@ -32,7 +32,7 @@
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
<packaging>jar</packaging>
- <version>5.3-SNAPSHOT</version>
+ <version>6.0-SNAPSHOT</version>
<name>Jakarta BCEL</name>
<description>Bytecode Engineering Library</description>
@@ -115,23 +115,23 @@
<mailingList>
<name>BCEL User List</name>
<subscribe>
- [email protected]
+ [email protected]
</subscribe>
<unsubscribe>
- [email protected]
+ [email protected]
</unsubscribe>
<archive>
- http://www.mail-archive.com/[email protected]/
+ http://mail-archives.apache.org/mod_mbox/commons-user/
</archive>
</mailingList>
<mailingList>
<name>BCEL Developer List</name>
- <subscribe>[email protected]</subscribe>
+ <subscribe>[email protected]</subscribe>
<unsubscribe>
- [email protected]
+ [email protected]
</unsubscribe>
<archive>
- http://www.mail-archive.com/[email protected]/
+ http://mail-archives.apache.org/mod_mbox/commons-dev/
</archive>
</mailingList>
</mailingLists>
@@ -173,8 +173,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<debug>true</debug>
- <source>1.4</source>
- <target>1.4</target>
+ <source>1.5</source>
+ <target>1.5</target>
</configuration>
<executions>
<execution>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]