Author: echatellier Date: 2010-05-11 18:32:25 +0200 (Tue, 11 May 2010) New Revision: 44 Url: http://nuiton.org/repositories/revision/wikitty/44 Log: Fix actifactId not corresponding to module names Modified: trunk/wikitty-api/pom.xml trunk/wikitty-generators/pom.xml trunk/wikitty-hbase-impl/pom.xml trunk/wikitty-jdbc-impl/pom.xml trunk/wikitty-jms-impl/pom.xml trunk/wikitty-jpa-impl/pom.xml trunk/wikitty-multistorage-impl/pom.xml trunk/wikitty-solr-impl/pom.xml trunk/wikitty-ui-gwt/pom.xml Modified: trunk/wikitty-api/pom.xml =================================================================== --- trunk/wikitty-api/pom.xml 2010-05-11 16:29:58 UTC (rev 43) +++ trunk/wikitty-api/pom.xml 2010-05-11 16:32:25 UTC (rev 44) @@ -7,7 +7,7 @@ <!-- ************************************************************* --> <groupId>org.sharengo.wikengo</groupId> - <artifactId>core-wikitty-api</artifactId> + <artifactId>wikitty-api</artifactId> <parent> <groupId>org.sharengo.wikengo</groupId> Modified: trunk/wikitty-generators/pom.xml =================================================================== --- trunk/wikitty-generators/pom.xml 2010-05-11 16:29:58 UTC (rev 43) +++ trunk/wikitty-generators/pom.xml 2010-05-11 16:32:25 UTC (rev 44) @@ -7,7 +7,7 @@ <!-- ************************************************************* --> <groupId>org.sharengo.wikengo</groupId> - <artifactId>core-wikitty-generators</artifactId> + <artifactId>wikitty-generators</artifactId> <parent> <groupId>org.sharengo.wikengo</groupId> Modified: trunk/wikitty-hbase-impl/pom.xml =================================================================== --- trunk/wikitty-hbase-impl/pom.xml 2010-05-11 16:29:58 UTC (rev 43) +++ trunk/wikitty-hbase-impl/pom.xml 2010-05-11 16:32:25 UTC (rev 44) @@ -7,7 +7,7 @@ <!-- ************************************************************* --> <groupId>org.sharengo.wikengo</groupId> - <artifactId>core-wikitty-hbase-impl</artifactId> + <artifactId>wikitty-hbase-impl</artifactId> <parent> <groupId>org.sharengo.wikengo</groupId> Modified: trunk/wikitty-jdbc-impl/pom.xml =================================================================== --- trunk/wikitty-jdbc-impl/pom.xml 2010-05-11 16:29:58 UTC (rev 43) +++ trunk/wikitty-jdbc-impl/pom.xml 2010-05-11 16:32:25 UTC (rev 44) @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.sharengo.wikengo</groupId> - <artifactId>core-wikitty-jdbc-impl</artifactId> + <artifactId>wikitty-jdbc-impl</artifactId> <parent> <groupId>org.sharengo.wikengo</groupId> Modified: trunk/wikitty-jms-impl/pom.xml =================================================================== --- trunk/wikitty-jms-impl/pom.xml 2010-05-11 16:29:58 UTC (rev 43) +++ trunk/wikitty-jms-impl/pom.xml 2010-05-11 16:32:25 UTC (rev 44) @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.sharengo.wikengo</groupId> - <artifactId>core-wikitty-jms-impl</artifactId> + <artifactId>wikitty-jms-impl</artifactId> <parent> <groupId>org.sharengo.wikengo</groupId> Modified: trunk/wikitty-jpa-impl/pom.xml =================================================================== --- trunk/wikitty-jpa-impl/pom.xml 2010-05-11 16:29:58 UTC (rev 43) +++ trunk/wikitty-jpa-impl/pom.xml 2010-05-11 16:32:25 UTC (rev 44) @@ -7,7 +7,7 @@ <!-- ************************************************************* --> <groupId>org.sharengo.wikengo</groupId> - <artifactId>core-wikitty-jpa-impl</artifactId> + <artifactId>wikitty-jpa-impl</artifactId> <parent> <groupId>org.sharengo.wikengo</groupId> Modified: trunk/wikitty-multistorage-impl/pom.xml =================================================================== --- trunk/wikitty-multistorage-impl/pom.xml 2010-05-11 16:29:58 UTC (rev 43) +++ trunk/wikitty-multistorage-impl/pom.xml 2010-05-11 16:32:25 UTC (rev 44) @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.sharengo.wikengo</groupId> - <artifactId>core-wikitty-multistorage-impl</artifactId> + <artifactId>wikitty-multistorage-impl</artifactId> <parent> <groupId>org.sharengo.wikengo</groupId> Modified: trunk/wikitty-solr-impl/pom.xml =================================================================== --- trunk/wikitty-solr-impl/pom.xml 2010-05-11 16:29:58 UTC (rev 43) +++ trunk/wikitty-solr-impl/pom.xml 2010-05-11 16:32:25 UTC (rev 44) @@ -7,7 +7,7 @@ <!-- ************************************************************* --> <groupId>org.sharengo.wikengo</groupId> - <artifactId>core-wikitty-solr-impl</artifactId> + <artifactId>wikitty-solr-impl</artifactId> <parent> <groupId>org.sharengo.wikengo</groupId> Modified: trunk/wikitty-ui-gwt/pom.xml =================================================================== --- trunk/wikitty-ui-gwt/pom.xml 2010-05-11 16:29:58 UTC (rev 43) +++ trunk/wikitty-ui-gwt/pom.xml 2010-05-11 16:32:25 UTC (rev 44) @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.sharengo</groupId> - <artifactId>core-wikitty-ui-gwt</artifactId> + <artifactId>wikitty-ui-gwt</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>wikitty-ui-gwt</name>