r3590 - in trunk/pollen-votecounting-strategy-instant-runoff: . src/main/java/org/chorem/pollen/votecounting/strategy src/test/java/org/chorem/pollen/votecounting/strategy
Author: tchemit Date: 2012-08-12 12:58:21 +0200 (Sun, 12 Aug 2012) New Revision: 3590 Url: http://chorem.org/repositories/revision/pollen/3590 Log: refs #541: Add new voting system (Instant-runoff voting aka alternative vote) change since Modified: trunk/pollen-votecounting-strategy-instant-runoff/pom.xml trunk/pollen-votecounting-strategy-instant-runoff/src/main/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategy.java trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategyTest.java trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java Modified: trunk/pollen-votecounting-strategy-instant-runoff/pom.xml =================================================================== --- trunk/pollen-votecounting-strategy-instant-runoff/pom.xml 2012-08-08 12:41:27 UTC (rev 3589) +++ trunk/pollen-votecounting-strategy-instant-runoff/pom.xml 2012-08-12 10:58:21 UTC (rev 3590) @@ -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-instant-runoff/src/main/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategy.java =================================================================== --- trunk/pollen-votecounting-strategy-instant-runoff/src/main/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategy.java 2012-08-08 12:41:27 UTC (rev 3589) +++ trunk/pollen-votecounting-strategy-instant-runoff/src/main/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategy.java 2012-08-12 10:58:21 UTC (rev 3590) @@ -47,7 +47,7 @@ * InstantRunoff. * * @author tchemit <chemit@codelutin.com> - * @since 1.5 + * @since 1.4.5 */ public class InstantRunoffStrategy extends AbstractVoteCountingStrategy { Modified: trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategyTest.java =================================================================== --- trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategyTest.java 2012-08-08 12:41:27 UTC (rev 3589) +++ trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/InstantRunoffStrategyTest.java 2012-08-12 10:58:21 UTC (rev 3590) @@ -44,7 +44,7 @@ * Tests the {@link InstantRunoffStrategy}. * * @author tchemit <chemit@codelutin.com> - * @since 1.5 + * @since 1.4.5 */ @Ignore public class InstantRunoffStrategyTest { Modified: trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java =================================================================== --- trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java 2012-08-08 12:41:27 UTC (rev 3589) +++ trunk/pollen-votecounting-strategy-instant-runoff/src/test/java/org/chorem/pollen/votecounting/strategy/VoteCountingStrategyProviderTest.java 2012-08-12 10:58:21 UTC (rev 3590) @@ -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