xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
<parent>\r
- <groupId>jboss</groupId>\r
+ <groupId>org.jboss</groupId>\r
<artifactId>jboss-parent</artifactId>\r
- <version>1</version>\r
+ <version>3</version>\r
</parent>\r
<modelVersion>4.0.0</modelVersion>\r
+ <groupId>org.jboss</groupId>\r
<artifactId>javassist</artifactId>\r
<packaging>jar</packaging>\r
- <version>3.6.0-BETA2</version>\r
+ <version>3.6.0-SNAPSHOT</version>\r
<name>Javassist</name>\r
<url>http://labs.jboss.com/portal/jbossaop</url>\r
<build>\r
<groupId>org.apache.maven.plugins</groupId>\r
<artifactId>maven-compiler-plugin</artifactId>\r
<configuration>\r
- <source>1.5</source>\r
- <target>1.5</target>\r
+ <source>1.4</source>\r
+ <target>1.4</target>\r
</configuration>\r
</plugin>\r
<plugin>\r
</dependency>\r
</dependencies>\r
</profile>\r
- <profile>\r
+ <profile>\r
<id>jdk16</id>\r
<activation>\r
<jdk>1.6</jdk>\r
</profiles>\r
<repositories>\r
<repository>\r
- <id>jboss</id>\r
+ <id>repository.jboss.org</id>\r
<name>JBoss Inc. Repository</name>\r
<layout>default</layout>\r
- <url>http://repository.jboss.com/maven2/</url>\r
+ <url>http://repository.jboss.org/maven2/</url>\r
<snapshots>\r
- <enabled>true</enabled>\r
+ <enabled>false</enabled>\r
</snapshots>\r
</repository>\r
</repositories>\r
<scope>test</scope>\r
</dependency>\r
</dependencies>\r
- <distributionManagement>\r
- <repository>\r
- <id>cvs-file-repository</id>\r
- <!-- Set maven.cvs.root in your maven/conf/settings.xml\r
- See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCommonProject\r
- -->\r
- <url>file://${maven.cvs.root}</url>\r
- </repository>\r
- </distributionManagement>\r
</project>\r
/**
* Changes a super class unless this object represents an interface.
- * The new super class must be compatible with the old one.
+ * The new super class must be compatible with the old one; for example,
+ * it should inherit from the old super class.
*
* <p>If this object represents an interface, this method is equivalent
* to <code>addInterface()</code>; it appends <code>clazz</code> to