OW2 Consortium jonas

Compare Revisions

Ignore whitespace Rev 16291 → Rev 16292

/sandbox/wss-propagation-parent/wss-propagation-rt/pom.xml
3,7 → 3,7
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- JOnAS: Java(TM) Open Application Server
- Copyright (C) 2008-2009 Bull S.A.S.
- Contact: jonas-team@objectweb.org
- Contact: jonas-team@ow2.org
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
28,14 → 28,12
 
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.ow2</groupId>
<artifactId>ow2</artifactId>
<version>1.1</version>
<groupId>org.ow2.jonas.wss.propagation</groupId>
<artifactId>wss-propagation-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
 
<groupId>org.ow2.jonas.wss.propagation</groupId>
<artifactId>wss-propagation-rt-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>RT Parent</name>
<packaging>pom</packaging>
 
53,16 → 51,4
<module>wss-propagation-rt-jonas4</module>
<module>wss-propagation-rt-jonas5</module>
</modules>
 
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
</project>