r3591 - in trunk/pollen-votecounting-strategy-borda: . src/main/java/org/chorem/pollen/votecounting/strategy src/test/java/org/chorem/pollen/votecounting/strategy
Author: tchemit Date: 2012-08-12 12:58:48 +0200 (Sun, 12 Aug 2012) New Revision: 3591 Url: http://chorem.org/repositories/revision/pollen/3591 Log: refs #542: Add new voting system (Borda count) change since Modified: trunk/pollen-votecounting-strategy-borda/pom.xml trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy/BordaStrategy.java trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/BordaStrategyTest.java trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java Modified: trunk/pollen-votecounting-strategy-borda/pom.xml =================================================================== --- trunk/pollen-votecounting-strategy-borda/pom.xml 2012-08-12 10:58:21 UTC (rev 3590) +++ trunk/pollen-votecounting-strategy-borda/pom.xml 2012-08-12 10:58:48 UTC (rev 3591) @@ -8,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.4.5-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy/BordaStrategy.java =================================================================== --- trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy/BordaStrategy.java 2012-08-12 10:58:21 UTC (rev 3590) +++ trunk/pollen-votecounting-strategy-borda/src/main/java/org/chorem/pollen/votecounting/strategy/BordaStrategy.java 2012-08-12 10:58:48 UTC (rev 3591) @@ -41,7 +41,7 @@ * Condorcet. * * @author tchemit <chemit@codelutin.com> - * @since 1.5 + * @since 1.4.5 */ public class BordaStrategy extends AbstractVoteCountingStrategy { Modified: trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/BordaStrategyTest.java =================================================================== --- trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/BordaStrategyTest.java 2012-08-12 10:58:21 UTC (rev 3590) +++ trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/BordaStrategyTest.java 2012-08-12 10:58:48 UTC (rev 3591) @@ -43,7 +43,7 @@ * Tests the {@link BordaStrategy}. * * @author tchemit <chemit@codelutin.com> - * @since 1.5 + * @since 1.4.5 */ public class BordaStrategyTest { Modified: trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java =================================================================== --- trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java 2012-08-12 10:58:21 UTC (rev 3590) +++ trunk/pollen-votecounting-strategy-borda/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java 2012-08-12 10:58:48 UTC (rev 3591) @@ -30,7 +30,7 @@ * Tests the {@link VoteCountingStrategyProvider}. * * @author tchemit <chemit@codelutin.com> - * @since 1.5 + * @since 1.4.5 */ public class VoteCountingStrategyProviderTest {
participants (1)
-
tchemit@users.chorem.org