This is an automated email from the git hooks/post-receive script. New commit to branch devel in repository pollen. See http://git.chorem.org/pollen.git commit 96f88faba8168b71969293a8db28d131a77cc82b Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri May 30 12:01:25 2014 +0200 tidy pom --- pollen-rest-api/pom.xml | 24 +++++++++++------------- pollen-services/pom.xml | 1 - pollen-ui-angular/pom.xml | 7 +++---- pollen-votecounting-aggregator/pom.xml | 5 +---- pollen-votecounting-api/pom.xml | 1 - pollen-votecounting-borda/pom.xml | 2 +- pollen-votecounting-condorcet/pom.xml | 2 +- pollen-votecounting-coombs/pom.xml | 2 +- pollen-votecounting-instant-runoff/pom.xml | 2 +- pollen-votecounting-normal/pom.xml | 2 +- pollen-votecounting-number/pom.xml | 2 +- pollen-votecounting-percentage/pom.xml | 2 +- 12 files changed, 22 insertions(+), 30 deletions(-) diff --git a/pollen-rest-api/pom.xml b/pollen-rest-api/pom.xml index db0e731..af88551 100644 --- a/pollen-rest-api/pom.xml +++ b/pollen-rest-api/pom.xml @@ -17,6 +17,17 @@ <name>Pollen :: Rest Api</name> <description>Pollen Rest Api</description> + <properties> + + <i18n.silent>true</i18n.silent> + <i18n.bundleOutputName>${pollenI18nBundle}</i18n.bundleOutputName> + + <defaultWebContextPath>pollen-rest-api</defaultWebContextPath> + <defaultLogDir>${basedir}/target</defaultLogDir> + <defaultDbDir>${basedir}/target</defaultDbDir> + + </properties> + <dependencies> <dependency> @@ -186,16 +197,6 @@ </dependencies> - <properties> - - <i18n.silent>true</i18n.silent> - <i18n.bundleOutputName>${pollenI18nBundle}</i18n.bundleOutputName> - - <defaultWebContextPath>pollen-rest-api</defaultWebContextPath> - <defaultLogDir>${basedir}/target</defaultLogDir> - <defaultDbDir>${basedir}/target</defaultDbDir> - - </properties> <build> <resources> <resource> @@ -207,7 +208,6 @@ <filtering>true</filtering> </resource> </resources> - <pluginManagement> <plugins> <plugin> @@ -247,7 +247,6 @@ </plugin> </plugins> </pluginManagement> - <plugins> <plugin> <groupId>org.nuiton.i18n</groupId> @@ -274,5 +273,4 @@ </profile> </profiles> - </project> diff --git a/pollen-services/pom.xml b/pollen-services/pom.xml index 19c8c13..71345de 100644 --- a/pollen-services/pom.xml +++ b/pollen-services/pom.xml @@ -151,7 +151,6 @@ </dependencies> <build> - <testResources> <testResource> <directory>src/test/resources</directory> diff --git a/pollen-ui-angular/pom.xml b/pollen-ui-angular/pom.xml index bd8ec74..b0b6b99 100644 --- a/pollen-ui-angular/pom.xml +++ b/pollen-ui-angular/pom.xml @@ -1,6 +1,5 @@ <?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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -9,13 +8,13 @@ <version>2.0-SNAPSHOT</version> </parent> - <name>Pollen :: UI (Angular) </name> - <description>Pollen UI</description> - <groupId>org.chorem.pollen</groupId> <artifactId>pollen-ui-angular</artifactId> <packaging>war</packaging> + <name>Pollen :: UI (Angular) </name> + <description>Pollen UI</description> + <properties> <!-- Post Release configuration --> diff --git a/pollen-votecounting-aggregator/pom.xml b/pollen-votecounting-aggregator/pom.xml index 6c17991..5012b50 100644 --- a/pollen-votecounting-aggregator/pom.xml +++ b/pollen-votecounting-aggregator/pom.xml @@ -1,6 +1,5 @@ <?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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -11,14 +10,13 @@ <groupId>org.chorem.pollen</groupId> <artifactId>pollen-votecounting-aggregator</artifactId> + <packaging>pom</packaging> <name>Pollen :: VoteCounting (Aggregator)</name> <description> Aggregator of all implementations of votecounting offers by Pollen </description> - <packaging>pom</packaging> - <modules> <module>../pollen-votecounting-normal</module> <module>../pollen-votecounting-percentage</module> @@ -68,4 +66,3 @@ </dependencies> </project> - diff --git a/pollen-votecounting-api/pom.xml b/pollen-votecounting-api/pom.xml index c682053..dfbb715 100644 --- a/pollen-votecounting-api/pom.xml +++ b/pollen-votecounting-api/pom.xml @@ -1,6 +1,5 @@ <?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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> diff --git a/pollen-votecounting-borda/pom.xml b/pollen-votecounting-borda/pom.xml index 3cc35b7..fba3fd7 100644 --- a/pollen-votecounting-borda/pom.xml +++ b/pollen-votecounting-borda/pom.xml @@ -1,6 +1,5 @@ <?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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -11,6 +10,7 @@ <groupId>org.chorem.pollen</groupId> <artifactId>pollen-votecounting-borda</artifactId> + <name>Pollen :: VoteCounting :: Borda</name> <description>Implements the borda vote counting</description> diff --git a/pollen-votecounting-condorcet/pom.xml b/pollen-votecounting-condorcet/pom.xml index bb17a6f..345fe66 100644 --- a/pollen-votecounting-condorcet/pom.xml +++ b/pollen-votecounting-condorcet/pom.xml @@ -1,6 +1,5 @@ <?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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -11,6 +10,7 @@ <groupId>org.chorem.pollen</groupId> <artifactId>pollen-votecounting-condorcet</artifactId> + <name>Pollen :: VoteCounting :: Condorcet</name> <description>Implements the condorcet vote counting</description> diff --git a/pollen-votecounting-coombs/pom.xml b/pollen-votecounting-coombs/pom.xml index b96114d..eb73702 100644 --- a/pollen-votecounting-coombs/pom.xml +++ b/pollen-votecounting-coombs/pom.xml @@ -1,6 +1,5 @@ <?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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -11,6 +10,7 @@ <groupId>org.chorem.pollen</groupId> <artifactId>pollen-votecounting-coombs</artifactId> + <name>Pollen :: VoteCounting :: Coombs</name> <description>Implements the coombs vote counting</description> diff --git a/pollen-votecounting-instant-runoff/pom.xml b/pollen-votecounting-instant-runoff/pom.xml index 7baf7b2..aaa023b 100644 --- a/pollen-votecounting-instant-runoff/pom.xml +++ b/pollen-votecounting-instant-runoff/pom.xml @@ -1,6 +1,5 @@ <?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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -11,6 +10,7 @@ <groupId>org.chorem.pollen</groupId> <artifactId>pollen-votecounting-instant-runoff</artifactId> + <name>Pollen :: VoteCounting :: Instant Runoff</name> <description>Implements the instant-runoff vote counting</description> diff --git a/pollen-votecounting-normal/pom.xml b/pollen-votecounting-normal/pom.xml index 73b6ee6..f60484d 100644 --- a/pollen-votecounting-normal/pom.xml +++ b/pollen-votecounting-normal/pom.xml @@ -1,6 +1,5 @@ <?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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -11,6 +10,7 @@ <groupId>org.chorem.pollen</groupId> <artifactId>pollen-votecounting-normal</artifactId> + <name>Pollen :: VoteCounting :: Normal</name> <description>Implements the normal vote counting</description> diff --git a/pollen-votecounting-number/pom.xml b/pollen-votecounting-number/pom.xml index b1a5751..c734203 100644 --- a/pollen-votecounting-number/pom.xml +++ b/pollen-votecounting-number/pom.xml @@ -1,6 +1,5 @@ <?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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -11,6 +10,7 @@ <groupId>org.chorem.pollen</groupId> <artifactId>pollen-votecounting-number</artifactId> + <name>Pollen :: VoteCounting :: Number</name> <description>Implements the number vote counting</description> diff --git a/pollen-votecounting-percentage/pom.xml b/pollen-votecounting-percentage/pom.xml index 7ad23d0..2db0b26 100644 --- a/pollen-votecounting-percentage/pom.xml +++ b/pollen-votecounting-percentage/pom.xml @@ -1,6 +1,5 @@ <?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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -11,6 +10,7 @@ <groupId>org.chorem.pollen</groupId> <artifactId>pollen-votecounting-percentage</artifactId> + <name>Pollen :: VoteCounting :: Percentage</name> <description>Implements the percentage vote counting</description> -- To stop receiving notification emails like this one, please contact Chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
Chorem.org scm