Skip to content

Commit

Permalink
release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jecollins committed May 30, 2015
1 parent dcf46a7 commit 694c08d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.powertac</groupId>
<artifactId>server-distribution</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
<packaging>pom</packaging>
<name>Power TAC distribution</name>
<description>Support for download and execution of the Power TAC server</description>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.powertac</groupId>
<artifactId>server-main</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.powertac</groupId>
<artifactId>visualizer</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
<type>war</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -128,7 +128,7 @@
<artifactItem>
<groupId>org.powertac</groupId>
<artifactId>visualizer</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
<type>war</type>
<overWrite>true</overWrite>
</artifactItem>
Expand Down

0 comments on commit 694c08d

Please sign in to comment.