Changeset 11
- Timestamp:
- 01/30/20 16:52:38 (5 years ago)
- Files:
-
- 34 edited
Legend:
- Unmodified
- Added
- Removed
-
bidspace/pom.xml
r9 r11 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>bidspace</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 36 36 <groupId>geniusweb</groupId> 37 37 <artifactId>profile</artifactId> 38 <version>1. 1.0</version>38 <version>1.2.0</version> 39 39 </dependency> 40 40 -
events/pom.xml
r9 r11 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>events</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 43 43 <groupId>geniusweb</groupId> 44 44 <artifactId>issuevalue</artifactId> 45 <version>1. 1.0</version>45 <version>1.2.0</version> 46 46 </dependency> 47 47 <dependency> 48 48 <groupId>geniusweb</groupId> 49 49 <artifactId>references</artifactId> 50 <version>1. 1.0</version>50 <version>1.2.0</version> 51 51 </dependency> 52 52 -
exampleparties/boulware/pom.xml
r9 r11 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>boulware</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 33 33 <groupId>geniusweb.exampleparties</groupId> 34 34 <artifactId>timedependentparty</artifactId> 35 <version>1. 1.0</version>35 <version>1.2.0</version> 36 36 </dependency> 37 37 <dependency> -
exampleparties/comparebids/pom.xml
r10 r11 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>comparebids</artifactId> 8 <version>1. 0.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 33 33 <groupId>geniusweb</groupId> 34 34 <artifactId>party</artifactId> 35 <version>1. 1.0</version>35 <version>1.2.0</version> 36 36 </dependency> 37 37 … … 39 39 <groupId>geniusweb</groupId> 40 40 <artifactId>bidspace</artifactId> 41 <version>1. 1.0</version>41 <version>1.2.0</version> 42 42 </dependency> 43 43 <dependency> 44 44 <groupId>geniusweb</groupId> 45 45 <artifactId>profileconnection</artifactId> 46 <version>1. 1.0</version>46 <version>1.2.0</version> 47 47 </dependency> 48 48 <dependency> -
exampleparties/conceder/pom.xml
r9 r11 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>conceder</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 33 33 <groupId>geniusweb.exampleparties</groupId> 34 34 <artifactId>timedependentparty</artifactId> 35 <version>1. 1.0</version>35 <version>1.2.0</version> 36 36 </dependency> 37 37 <dependency> -
exampleparties/hardliner/pom.xml
r9 r11 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>hardliner</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 33 33 <groupId>geniusweb.exampleparties</groupId> 34 34 <artifactId>timedependentparty</artifactId> 35 <version>1. 1.0</version>35 <version>1.2.0</version> 36 36 </dependency> 37 37 <dependency> -
exampleparties/humangui/pom.xml
r9 r11 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>humangui</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 33 33 <groupId>geniusweb</groupId> 34 34 <artifactId>party</artifactId> 35 <version>1. 1.0</version>35 <version>1.2.0</version> 36 36 </dependency> 37 37 … … 39 39 <groupId>geniusweb</groupId> 40 40 <artifactId>bidspace</artifactId> 41 <version>1. 1.0</version>41 <version>1.2.0</version> 42 42 </dependency> 43 43 <dependency> … … 49 49 <groupId>geniusweb</groupId> 50 50 <artifactId>profileconnection</artifactId> 51 <version>1. 1.0</version>51 <version>1.2.0</version> 52 52 </dependency> 53 53 <dependency> -
exampleparties/humangui/src/test/java/geniusweb/exampleparties/humangui/HumanGuiTest.java
r10 r11 47 47 public class HumanGuiTest { 48 48 49 private static final ProtocolRef SAOP = new ProtocolRef("SAOP");49 private static final String SAOP = "SAOP"; 50 50 private static final PartyId otherparty = new PartyId("other"); 51 51 private static final String PROFILE = "src/test/resources/testprofile.json"; -
exampleparties/linear/pom.xml
r9 r11 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>linear</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 33 33 <groupId>geniusweb.exampleparties</groupId> 34 34 <artifactId>timedependentparty</artifactId> 35 <version>1. 1.0</version>35 <version>1.2.0</version> 36 36 </dependency> 37 37 <dependency> -
exampleparties/pom.xml
r10 r11 22 22 <module>hardliner</module> 23 23 <module>boulware</module> 24 <module>humangui</module> 24 25 <module>linear</module> 25 26 <module>simpleshaop</module> -
exampleparties/randomparty/pom.xml
r9 r11 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>randomparty</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 33 33 <groupId>geniusweb</groupId> 34 34 <artifactId>party</artifactId> 35 <version>1. 1.0</version>35 <version>1.2.0</version> 36 36 </dependency> 37 37 … … 39 39 <groupId>geniusweb</groupId> 40 40 <artifactId>bidspace</artifactId> 41 <version>1. 1.0</version>41 <version>1.2.0</version> 42 42 </dependency> 43 43 <dependency> 44 44 <groupId>geniusweb</groupId> 45 45 <artifactId>profileconnection</artifactId> 46 <version>1. 1.0</version>46 <version>1.2.0</version> 47 47 </dependency> 48 48 <dependency> -
exampleparties/randompartypy/pom.xml
r9 r11 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>randompyparty</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 31 31 <groupId>geniusweb</groupId> 32 32 <artifactId>pythonadapter</artifactId> 33 <version>1. 1.0</version>33 <version>1.2.0</version> 34 34 </dependency> 35 35 … … 37 37 <groupId>geniusweb</groupId> 38 38 <artifactId>bidspace</artifactId> 39 <version>1. 1.0</version>39 <version>1.2.0</version> 40 40 </dependency> 41 41 <dependency> 42 42 <groupId>geniusweb</groupId> 43 43 <artifactId>profileconnection</artifactId> 44 <version>1. 1.0</version>44 <version>1.2.0</version> 45 45 </dependency> 46 46 <dependency> -
exampleparties/simpleshaop/pom.xml
r10 r11 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>simpleshaop</artifactId> 8 <version>1. 0.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 33 33 <groupId>geniusweb</groupId> 34 34 <artifactId>party</artifactId> 35 <version>1. 1.0</version>35 <version>1.2.0</version> 36 36 </dependency> 37 37 … … 39 39 <groupId>geniusweb</groupId> 40 40 <artifactId>bidspace</artifactId> 41 <version>1. 1.0</version>41 <version>1.2.0</version> 42 42 </dependency> 43 43 <dependency> 44 44 <groupId>geniusweb</groupId> 45 45 <artifactId>profileconnection</artifactId> 46 <version>1. 1.0</version>46 <version>1.2.0</version> 47 47 </dependency> 48 48 <dependency> -
exampleparties/simpleshaop/src/main/java/geniusweb/exampleparties/simpleshaop/ShaopParty.java
r10 r11 15 15 import geniusweb.actions.Offer; 16 16 import geniusweb.actions.PartyId; 17 import geniusweb.bidspace.All PartialBidsList;17 import geniusweb.bidspace.AllBidsList; 18 18 import geniusweb.issuevalue.Bid; 19 19 import geniusweb.party.Capabilities; … … 132 132 133 133 private Offer randomBid() throws IOException { 134 All PartialBidsList bidspace = new AllPartialBidsList(134 AllBidsList bidspace = new AllBidsList( 135 135 profileint.getProfile().getDomain()); 136 136 long i = random.nextInt(bidspace.size().intValue()); -
exampleparties/simpleshaop/src/main/java/geniusweb/exampleparties/simpleshaop/SimpleLinearOrdering.java
r10 r11 94 94 DefaultPartialOrdering prof = (DefaultPartialOrdering) profile; 95 95 List<Bid> bidslist = prof.getBids(); 96 // NOTE sort defaults to ascending order, this is missing in docs. 96 97 Collections.sort(bidslist, new Comparator<Bid>() { 97 98 98 99 @Override 99 100 public int compare(Bid b1, Bid b2) { 100 // notice, -1 if better because WORST bid first 101 return prof.isPreferredOrEqual(b1, b2) ? -1 : 1; 101 return prof.isPreferredOrEqual(b1, b2) ? 1 : -1; 102 102 } 103 103 -
exampleparties/simpleshaop/src/test/java/geniusweb/exampleparties/simpleshaop/SimpleLinearOrderingTest.java
r10 r11 64 64 SimpleLinearOrdering testprofile = new SimpleLinearOrdering( 65 65 realprofile); 66 assertEquals(Arrays.asList(bid 3, bid2, bid1), testprofile.getBids());66 assertEquals(Arrays.asList(bid1, bid2, bid3), testprofile.getBids()); 67 67 } 68 68 -
exampleparties/timedependentparty/pom.xml
r9 r11 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>timedependentparty</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 33 33 <groupId>geniusweb</groupId> 34 34 <artifactId>party</artifactId> 35 <version>1. 1.0</version>35 <version>1.2.0</version> 36 36 </dependency> 37 37 … … 39 39 <groupId>geniusweb</groupId> 40 40 <artifactId>bidspace</artifactId> 41 <version>1. 1.0</version>41 <version>1.2.0</version> 42 42 </dependency> 43 43 <dependency> 44 44 <groupId>geniusweb</groupId> 45 45 <artifactId>profileconnection</artifactId> 46 <version>1. 1.0</version>46 <version>1.2.0</version> 47 47 </dependency> 48 48 <dependency> -
issuevalue/pom.xml
r9 r11 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>issuevalue</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 -
party/pom.xml
r9 r11 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>party</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 31 31 <groupId>geniusweb</groupId> 32 32 <artifactId>timeline</artifactId> 33 <version>1. 1.0</version>33 <version>1.2.0</version> 34 34 </dependency> 35 35 <dependency> 36 36 <groupId>geniusweb</groupId> 37 37 <artifactId>profile</artifactId> 38 <version>1. 1.0</version>38 <version>1.2.0</version> 39 39 </dependency> 40 40 <dependency> 41 41 <groupId>geniusweb</groupId> 42 42 <artifactId>events</artifactId> 43 <version>1. 1.0</version>43 <version>1.2.0</version> 44 44 </dependency> 45 45 <dependency> 46 46 <groupId>geniusweb</groupId> 47 47 <artifactId>references</artifactId> 48 <version>1. 1.0</version>48 <version>1.2.0</version> 49 49 </dependency> 50 50 <dependency> -
profile/pom.xml
r9 r11 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>profile</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 31 31 <groupId>geniusweb</groupId> 32 32 <artifactId>issuevalue</artifactId> 33 <version>1. 1.0</version>33 <version>1.2.0</version> 34 34 </dependency> 35 35 <dependency> 36 36 <groupId>geniusweb</groupId> 37 37 <artifactId>references</artifactId> 38 <version>1. 1.0</version>38 <version>1.2.0</version> 39 39 </dependency> 40 40 -
profileconnection/pom.xml
r9 r11 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>profileconnection</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 31 31 <groupId>geniusweb</groupId> 32 32 <artifactId>profile</artifactId> 33 <version>1. 1.0</version>33 <version>1.2.0</version> 34 34 </dependency> 35 35 -
profileconnection/src/main/java/geniusweb/profileconnection/WebsocketProfileConnector.java
r10 r11 27 27 private static final int TIMEOUT_MS = 2000; 28 28 private final Reporter logger; 29 private final URI uri; // to log possible errors 29 30 private Profile profile = null; 30 31 … … 46 47 "uri, reporter and wsconnector must be not null"); 47 48 } 49 this.uri = uri; 48 50 this.logger = reporter; 49 51 wscontainer.connectToServer(this, uri); … … 81 83 } 82 84 if (profile == null) { 83 throw new IOException("Failed to fetch profile ");85 throw new IOException("Failed to fetch profile from " + uri); 84 86 } 85 87 return profile; -
protocol/pom.xml
r9 r11 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>protocol</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 31 31 <groupId>geniusweb</groupId> 32 32 <artifactId>profile</artifactId> 33 <version>1. 1.0</version>33 <version>1.2.0</version> 34 34 </dependency> 35 35 <dependency> 36 36 <groupId>geniusweb</groupId> 37 37 <artifactId>party</artifactId> 38 <version>1. 1.0</version>38 <version>1.2.0</version> 39 39 </dependency> 40 40 <dependency> 41 41 <groupId>geniusweb</groupId> 42 42 <artifactId>references</artifactId> 43 <version>1. 1.0</version>43 <version>1.2.0</version> 44 44 </dependency> 45 45 <dependency> 46 46 <groupId>geniusweb</groupId> 47 47 <artifactId>events</artifactId> 48 <version>1. 1.0</version>48 <version>1.2.0</version> 49 49 </dependency> 50 50 <dependency> -
protocol/src/main/java/geniusweb/protocol/session/SessionState.java
r1 r11 10 10 import geniusweb.protocol.NegoState; 11 11 import geniusweb.protocol.session.saop.SAOPState; 12 import geniusweb.protocol.session.shaop.SHAOPState; 12 13 13 14 /** … … 33 34 * the protocol. As uaual, mark non-serializable fields as transient. 34 35 */ 35 @JsonSubTypes({ @JsonSubTypes.Type(value = SAOPState.class) }) 36 @JsonSubTypes({ @JsonSubTypes.Type(value = SAOPState.class), 37 @JsonSubTypes.Type(value = SHAOPState.class) }) 36 38 37 39 public interface SessionState extends NegoState { -
protocol/src/main/java/geniusweb/protocol/session/shaop/BareSHAOPState.java
r10 r11 32 32 protected final ProtocolException error; 33 33 34 protected final int actorNr;34 protected final int teamNr; 35 35 36 36 protected final Map<PartyId, Integer> partyNumbers; … … 43 43 * list 44 44 * @param conns the currently existing connections. Can be empty/null. 45 * Each connection represents another party. Normally 46 * there is exactly 1 connection for every party. The 47 * protocol should check this. 45 * Each connection represents another party. Normally the 46 * connections are in the order SHAOP1,COB1,SHAOP2,COB2,.. 47 * so 2 parties for each team. The protocol should check 48 * this. 48 49 * @param progr the {@link Progress} that governs this session. Can be 49 50 * null if session did not yet start. … … 54 55 * are bugs (not ProtocolExceptions) and should result in 55 56 * a throw. 56 * @param actorNr the actor that has the turn, index {@link #connections} 57 * @param teamNr the teamnr (0,1,2..) that has the turn. 2* gives index 58 * {@link #connections} and settings 57 59 * @param partyNrs a map for each known PartyId to a number. The number is 58 60 * the index in both {@link SHAOPSettings#getTeams()} and … … 64 66 public BareSHAOPState(List<Action> actions, 65 67 ProtocolToPartyConnections conns, Progress progr, 66 SHAOPSettings settings, ProtocolException e, int actorNr,68 SHAOPSettings settings, ProtocolException e, int teamNr, 67 69 Map<PartyId, Integer> partyNrs, Map<PartyId, Double> spent) { 68 70 if (conns == null) { … … 97 99 this.settings = settings; 98 100 this.error = e; 99 this. actorNr = actorNr;101 this.teamNr = teamNr; 100 102 } 101 103 … … 106 108 /** 107 109 * 108 * @return party ID of current actorNr110 * @return party ID of current team leader (SHAOP party) 109 111 */ 110 public PartyId getCurrent Actor() {111 return connections.get( actorNr).getParty();112 public PartyId getCurrentTeam() { 113 return connections.get(2 * teamNr).getParty(); 112 114 } 113 115 -
protocol/src/main/java/geniusweb/protocol/session/shaop/SHAOP.java
r10 r11 313 313 .send(new ActionDone(action)); 314 314 } else { 315 if (!partyconn.getParty().equals(state.getCurrent Actor()))315 if (!partyconn.getParty().equals(state.getCurrentTeam())) 316 316 throw new ProtocolException( 317 317 "Party acts without having the turn", … … 331 331 */ 332 332 private synchronized void nextTurn() { 333 PartyId party = state.getCurrent Actor();333 PartyId party = state.getCurrentTeam(); 334 334 try { 335 335 state.getConnections().get(party).send(new YourTurn()); -
protocol/src/main/java/geniusweb/protocol/session/shaop/SHAOPSettings.java
r10 r11 62 62 63 63 /** 64 *65 * @param n an index number into the {@link #getTeams()} list.66 * @return true iff that participant is a SHAOP party.67 */68 public boolean isShaopParty(int n) {69 return (n & 1) == 0;70 }71 72 /**73 64 * @return the deadline for this negotiation 74 65 */ … … 83 74 * party. 84 75 */ 76 @Override 85 77 public List<PartyWithProfile> getAllParties() { 86 78 return participants.stream().map(team -> team.getAllParties()) -
protocol/src/main/java/geniusweb/protocol/session/shaop/SHAOPState.java
r10 r11 41 41 @JsonProperty("settings") SHAOPSettings settings, 42 42 @JsonProperty("error") ProtocolException e, 43 @JsonProperty(" actorNr") int actorNr,43 @JsonProperty("teamNr") int teamNr, 44 44 @JsonProperty("partyNumbers") Map<PartyId, Integer> partytNumbers, 45 45 @JsonProperty("totalSpent") Map<PartyId, Double> spent) { 46 super(actions, conns, progress, settings, e, actorNr, partytNumbers,46 super(actions, conns, progress, settings, e, teamNr, partytNumbers, 47 47 spent); 48 48 } … … 73 73 */ 74 74 public boolean isShaopParty(PartyId party) { 75 return settings.isShaopParty(partyNumbers.get(party));75 return (partyNumbers.get(party) & 1) == 0; 76 76 } 77 77 … … 79 79 * 80 80 * @param party a Party Id 81 * @return the PartyId of the party 81 * @return the PartyId of the party (COB and SHAOP are partners) 82 82 */ 83 83 public PartyId getPartner(PartyId party) { … … 132 132 newNumbers.put(connection.getParty(), connections.size()); 133 133 return new SHAOPState(actions, newconns, progress, settings, null, 134 actorNr, newNumbers, totalSpent);134 teamNr, newNumbers, totalSpent); 135 135 } 136 136 … … 144 144 public SHAOPState with(ProtocolException e) { 145 145 return new SHAOPState(actions, connections, progress, settings, e, 146 actorNr, partyNumbers, totalSpent);146 teamNr, partyNumbers, totalSpent); 147 147 } 148 148 … … 162 162 } 163 163 return new SHAOPState(actions, connections, newprogress, settings, 164 error, actorNr, partyNumbers, totalSpent);164 error, teamNr, partyNumbers, totalSpent); 165 165 } 166 166 … … 259 259 List<Action> newactions = new LinkedList<>(getActions()); 260 260 newactions.add(action); 261 int new Actor = actorNr;261 int newTeam = teamNr; 262 262 if (action instanceof ElicitComparison) { 263 263 Object cost = getPartyProfile(partyid).getParty().getParameters() … … 276 276 } else { 277 277 // shaop party does real action, move to next SHAOP party. 278 new Actor = (actorNr + 2) % settings.getTeams().size();278 newTeam = (teamNr + 1) % settings.getTeams().size(); 279 279 if (newprogress instanceof ProgressRounds) { 280 280 newprogress = ((ProgressRounds) newprogress).advance(); … … 282 282 } 283 283 return new SHAOPState(newactions, connections, newprogress, settings, 284 null, new Actor, partyNumbers, newSpent);284 null, newTeam, partyNumbers, newSpent); 285 285 286 286 } … … 298 298 if (!isShaopParty(actor)) 299 299 throw new IllegalArgumentException( 300 " Illegal action for COB party" + action);300 "Only SHAOP party can execute " + action); 301 301 // real action only allowed if party has the turn. 302 if (!actor.equals(connections.get( actorNr).getParty())) {302 if (!actor.equals(connections.get(2 * teamNr).getParty())) { 303 303 throw new IllegalArgumentException("Party does not have the turn "); 304 304 } -
protocol/src/main/java/geniusweb/protocol/tournament/allpermutations/AllPermutationsSettings.java
r10 r11 67 67 public class AllPermutationsSettings implements TournamentSettings { 68 68 69 public static final String COB_PARTY = "comparebids-1.2.0"; 69 70 private final List<PartyWithParameters> parties; 70 71 private final List<ProfileRef> profiles; … … 292 293 PartyWithParameters cobparty = new PartyWithParameters(new PartyRef( 293 294 partyuri.getScheme() + "://" + partyuri.getAuthority() 294 + partypath + "/ comparebids-1.0.0"),295 + partypath + "/" + COB_PARTY), 295 296 new Parameters()); 296 297 return new PartyWithProfile(cobparty, cobprof); -
protocol/src/test/java/geniusweb/protocol/tournament/allpermutations/AllPermutationsSettingsTest.java
r10 r11 187 187 String query = "?a=2&partial=4"; 188 188 PartyWithProfile partyprofile = AllPermutationsSettings.makeCob( 189 new PartyRef(partybase + "simpleshaop-1.0.0"),189 new PartyRef(partybase + AllPermutationsSettings.COB_PARTY), 190 190 new ProfileRef(profilebase + query)); 191 191 assertEquals(profilebase, 192 192 partyprofile.getProfile().getURI().toString()); 193 assertEquals(partybase + "comparebids-1.0.0",193 assertEquals(partybase + AllPermutationsSettings.COB_PARTY, 194 194 partyprofile.getParty().getPartyRef().getURI().toString()); 195 195 } -
pythonadapter/pom.xml
r9 r11 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>pythonadapter</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 31 31 <groupId>geniusweb</groupId> 32 32 <artifactId>party</artifactId> 33 <version>1. 1.0</version>33 <version>1.2.0</version> 34 34 </dependency> 35 35 -
references/pom.xml
r9 r11 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>references</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 -
simplerunner/pom.xml
r10 r11 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>simplerunner</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 31 31 <groupId>geniusweb</groupId> 32 32 <artifactId>protocol</artifactId> 33 <version>1. 1.0</version>33 <version>1.2.0</version> 34 34 </dependency> 35 35 <dependency> 36 36 <groupId>geniusweb</groupId> 37 37 <artifactId>party</artifactId> 38 <version>1. 1.0</version>38 <version>1.2.0</version> 39 39 </dependency> 40 40 <dependency> 41 41 <groupId>geniusweb.exampleparties</groupId> 42 42 <artifactId>randomparty</artifactId> 43 <version>1. 1.0</version>43 <version>1.2.0</version> 44 44 <scope>test</scope> 45 45 </dependency> … … 47 47 <groupId>geniusweb.exampleparties</groupId> 48 48 <artifactId>comparebids</artifactId> 49 <version>1. 0.0</version>49 <version>1.2.0</version> 50 50 <scope>test</scope> 51 51 </dependency> … … 53 53 <groupId>geniusweb.exampleparties</groupId> 54 54 <artifactId>simpleshaop</artifactId> 55 <version>1. 0.0</version>55 <version>1.2.0</version> 56 56 <scope>test</scope> 57 57 </dependency> -
timeline/pom.xml
r9 r11 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>timeline</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10
Note:
See TracChangeset
for help on using the changeset viewer.