JBossWS SVN: r11384 - stack/native/trunk.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2010-01-11 05:17:52 -0500 (Mon, 11 Jan 2010)
New Revision: 11384
Modified:
stack/native/trunk/pom.xml
Log:
[JBWS-2758] removing Java 5 support
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2010-01-11 10:17:33 UTC (rev 11383)
+++ stack/native/trunk/pom.xml 2010-01-11 10:17:52 UTC (rev 11384)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.3.GA</version>
+ <version>1.0.4-SNAPSHOT</version>
</parent>
<!-- Source Control Management -->
@@ -537,29 +537,6 @@
</profile>
<!--
- Name: jdk16
- Descr: Compile with jdk1.6
- -->
- <profile>
- <id>jdk16</id>
- <activation>
- <jdk>1.6</jdk>
- </activation>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- <fork>true</fork>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <!--
Name: smoketest
Descr: Executes the smoke tests
-->