|
From: <cg...@us...> - 2006-10-04 15:59:00
|
Revision: 934
http://svn.sourceforge.net/wotonomy/?rev=934&view=rev
Author: cgruber
Date: 2006-10-04 08:58:38 -0700 (Wed, 04 Oct 2006)
Log Message:
-----------
names and remove version numbers since they get it from the parent anyway.
Modified Paths:
--------------
trunk/projects/net.wotonomy.all/pom.xml
trunk/projects/net.wotonomy.datastore/pom.xml
trunk/projects/net.wotonomy.foundation/pom.xml
trunk/projects/net.wotonomy.persistence/pom.xml
trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml
trunk/projects/net.wotonomy.test/pom.xml
trunk/projects/net.wotonomy.ui/pom.xml
trunk/projects/net.wotonomy.ui.swing/pom.xml
trunk/projects/net.wotonomy.web/pom.xml
Modified: trunk/projects/net.wotonomy.all/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.all/pom.xml 2006-08-31 23:43:50 UTC (rev 933)
+++ trunk/projects/net.wotonomy.all/pom.xml 2006-10-04 15:58:38 UTC (rev 934)
@@ -1,13 +1,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.wotonomy</groupId>
- <artifactId>all</artifactId>
+ <artifactId>wotonomy-all</artifactId>
<version>1.0-alpha5-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Wotonomy Parent Project</name>
+ <name>Wotonomy</name>
<description> Wotonomy - A free system for creating great database-oriented swing or web applications.</description>
<url>http://wotonomy.sourceforge.net</url>
- <!-- <org>Wotonomy Crew</org> -->
<modules>
<module>../net.wotonomy.datastore</module>
<module>../net.wotonomy.foundation</module>
@@ -70,27 +69,4 @@
</roles>
</developer>
</developers>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jxr-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>surefire-report-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
</project>
Modified: trunk/projects/net.wotonomy.datastore/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.datastore/pom.xml 2006-08-31 23:43:50 UTC (rev 933)
+++ trunk/projects/net.wotonomy.datastore/pom.xml 2006-10-04 15:58:38 UTC (rev 934)
@@ -1,10 +1,9 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.wotonomy</groupId>
- <artifactId>datastore</artifactId>
- <version>1.0-alpha5-SNAPSHOT</version>
+ <artifactId>wotonomy-datastore</artifactId>
<packaging>jar</packaging>
- <name>Object Datastore</name>
+ <name>Wotonomy: Object Datastore</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
@@ -23,6 +22,23 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>surefire-report-maven-plugin</artifactId>
+ </plugin>
+ <!--
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ </plugin>
+ -->
+ </plugins>
+ </reporting>
<scm>
<connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.datastore</connection>
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.datastore</developerConnection>
Modified: trunk/projects/net.wotonomy.foundation/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.foundation/pom.xml 2006-08-31 23:43:50 UTC (rev 933)
+++ trunk/projects/net.wotonomy.foundation/pom.xml 2006-10-04 15:58:38 UTC (rev 934)
@@ -1,10 +1,9 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.wotonomy</groupId>
- <artifactId>foundation</artifactId>
- <version>1.0-alpha5-SNAPSHOT</version>
+ <artifactId>wotonomy-foundation</artifactId>
<packaging>jar</packaging>
- <name>Foundation Framework</name>
+ <name>Wotonomy: Foundation Classes and Utilities</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
Modified: trunk/projects/net.wotonomy.persistence/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.persistence/pom.xml 2006-08-31 23:43:50 UTC (rev 933)
+++ trunk/projects/net.wotonomy.persistence/pom.xml 2006-10-04 15:58:38 UTC (rev 934)
@@ -1,10 +1,9 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.wotonomy</groupId>
- <artifactId>persistence</artifactId>
- <version>1.0-alpha5-SNAPSHOT</version>
+ <artifactId>wotonomy-persistence</artifactId>
<packaging>jar</packaging>
- <name>Persistence Framework</name>
+ <name>Wotonomy: Persistence Framework</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
@@ -32,10 +31,12 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
+ <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
+ -->
</plugins>
</reporting>
<scm>
Modified: trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-08-31 23:43:50 UTC (rev 933)
+++ trunk/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml 2006-10-04 15:58:38 UTC (rev 934)
@@ -1,10 +1,9 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.wotonomy</groupId>
- <artifactId>persistence.adapter.jdbc</artifactId>
- <version>1.0-alpha5-SNAPSHOT</version>
+ <artifactId>wotonomy-persistence-adapter-jdbc</artifactId>
<packaging>jar</packaging>
- <name>Persistence: JDBC Adapter</name>
+ <name>Wotonomy: Persistence Framework - JDBC Adapter</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
@@ -32,10 +31,12 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
+ <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
+ -->
</plugins>
</reporting>
<scm>
Modified: trunk/projects/net.wotonomy.test/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.test/pom.xml 2006-08-31 23:43:50 UTC (rev 933)
+++ trunk/projects/net.wotonomy.test/pom.xml 2006-10-04 15:58:38 UTC (rev 934)
@@ -1,10 +1,9 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.wotonomy</groupId>
- <artifactId>test</artifactId>
- <version>1.0-alpha5-SNAPSHOT</version>
+ <artifactId>wotonomy-test</artifactId>
<packaging>jar</packaging>
- <name>System Tests</name>
+ <name>Wotonomy: System Tests</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
Modified: trunk/projects/net.wotonomy.ui/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.ui/pom.xml 2006-08-31 23:43:50 UTC (rev 933)
+++ trunk/projects/net.wotonomy.ui/pom.xml 2006-10-04 15:58:38 UTC (rev 934)
@@ -1,10 +1,9 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.wotonomy</groupId>
- <artifactId>ui</artifactId>
- <version>1.0-alpha5-SNAPSHOT</version>
+ <artifactId>wotonomy-ui</artifactId>
<packaging>jar</packaging>
- <name>Graphical User Interface</name>
+ <name>Wotonomy: Graphical User Interface</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
@@ -32,10 +31,12 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
+ <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
+ -->
</plugins>
</reporting>
<scm>
Modified: trunk/projects/net.wotonomy.ui.swing/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-08-31 23:43:50 UTC (rev 933)
+++ trunk/projects/net.wotonomy.ui.swing/pom.xml 2006-10-04 15:58:38 UTC (rev 934)
@@ -1,10 +1,9 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.wotonomy</groupId>
- <artifactId>ui.swing</artifactId>
- <version>1.0-alpha5-SNAPSHOT</version>
+ <artifactId>wotonomy-ui-swing</artifactId>
<packaging>jar</packaging>
- <name>GUI: Swing Implementation</name>
+ <name>Wotonomy: Graphical User Interface - Swing Implementation</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
@@ -32,10 +31,12 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
+ <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
+ -->
</plugins>
</reporting>
<scm>
Modified: trunk/projects/net.wotonomy.web/pom.xml
===================================================================
--- trunk/projects/net.wotonomy.web/pom.xml 2006-08-31 23:43:50 UTC (rev 933)
+++ trunk/projects/net.wotonomy.web/pom.xml 2006-10-04 15:58:38 UTC (rev 934)
@@ -1,10 +1,9 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.wotonomy</groupId>
- <artifactId>web</artifactId>
- <version>1.0-alpha5-SNAPSHOT</version>
+ <artifactId>wotonomy-web</artifactId>
<packaging>jar</packaging>
- <name>Web MVC GUI Framework</name>
+ <name>Wotonomy: MVC Web Application Framework</name>
<parent>
<groupId>net.wotonomy</groupId>
<artifactId>all</artifactId>
@@ -57,10 +56,12 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
</plugin>
+ <!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
+ -->
</plugins>
</reporting>
<scm>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|