Revision: 1408 http://svn.sourceforge.net/spring-rich-c/?rev=1408&view=rev Author: jhoskens Date: 2006-09-14 06:26:06 -0700 (Thu, 14 Sep 2006)
Log Message: ----------- Changed snapshot version to 0.2.0 for release Modified Paths: -------------- trunk/spring-richclient/full/pom.xml Modified: trunk/spring-richclient/full/pom.xml =================================================================== --- trunk/spring-richclient/full/pom.xml 2006-09-14 07:26:56 UTC (rev 1407) +++ trunk/spring-richclient/full/pom.xml 2006-09-14 13:26:06 UTC (rev 1408) @@ -1 +1 @@ -<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.richclient</groupId> <artifactId>spring-richclient</artifactId> <version>0.2.0-SNAPSHOT</version> </parent> <artifactId>spring-richclient-full</artifactId> <!-- TODO HACK packaging is pom but actually a jar is assembled and deployed and used ar packaging jar in the release module. Specifing it jar probably won't work as an empty jar would replace the assembly jar in the repo. --> <packaging>pom</packaging> <name>Spring richclient full (all modules)</name> <description> A convenience union of all of the modules (except sandbox and tiger). </description> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>bin</id> <phase>package</phase> <configuration> <descriptor>src/assembly/artifact.xml</descriptor> </configuration> <goals> <goal>attached</goal> </goals> </execution> <execution> <id>src</id> <phase>package</phase> <configuration> <descriptor>src/assembly/source.xml</descriptor> </configuration> <goals> <goal>attached</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <!-- Internal --> <dependency> <groupId>org.springframework.richclient</groupId> <artifactId>spring-richclient-resources</artifactId> </dependency> <dependency> <groupId>org.springframework.richclient</groupId> <artifactId>spring-richclient-core</artifactId> </dependency> <dependency> <groupId>org.springframework.richclient</groupId> <artifactId>spring-richclient-binding</artifactId> </dependency> <dependency> <groupId>org.springframework.richclient</groupId> <artifactId>spring-richclient-form</artifactId> </dependency> <dependency> <groupId>org.springframework.richclient</groupId> <artifactId>spring-richclient-support</artifactId> </dependency> </dependencies> </project> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.richclient</groupId> <artifactId>spring-richclient</artifactId> <version>0.2.0</version> </parent> <artifactId>spring-richclient-full</artifactId> <!-- TODO HACK packaging is pom but actually a jar is assembled and deployed and used ar packaging jar in the release module. Specifing it jar probably won't work as an empty jar would replace the assembly jar in the repo. --> <packaging>pom</packaging> <name>Spring richclient full (all modules)</name> <description> A convenience union of all of the modules (except sandbox and tiger). </description> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>bin</id> <phase>package</phase> <configuration> <descriptor>src/assembly/artifact.xml</descriptor> </configuration> <goals> <goal>attached</goal> </goals> </execution> <execution> <id>src</id> <phase>package</phase> <configuration> <descriptor>src/assembly/source.xml</descriptor> </configuration> <goals> <goal>attached</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <!-- Internal --> <dependency> <groupId>org.springframework.richclient</groupId> <artifactId>spring-richclient-resources</artifactId> </dependency> <dependency> <groupId>org.springframework.richclient</groupId> <artifactId>spring-richclient-core</artifactId> </dependency> <dependency> <groupId>org.springframework.richclient</groupId> <artifactId>spring-richclient-binding</artifactId> </dependency> <dependency> <groupId>org.springframework.richclient</groupId> <artifactId>spring-richclient-form</artifactId> </dependency> <dependency> <groupId>org.springframework.richclient</groupId> <artifactId>spring-richclient-support</artifactId> </dependency> </dependencies> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ spring-rich-c-cvs mailing list spring-rich-c-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs