Skip to content

Commit

Permalink
#3816 poms fixed for merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter1 committed Mar 7, 2016
1 parent 01e508c commit 0402749
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions bw4t-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>eishub.bw4t</groupId>
<artifactId>bw4t-client</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
<url>http://www.github.com/eishub/bw4t</url>

<properties>
Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>eishub.bw4t.core</groupId>
<artifactId>bw4t-core</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bw4t-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>eishub.bw4t.core</groupId>
<artifactId>bw4t-core</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
<name>bw4t-core</name>
<url>http://www.github.com/eishub/bw4t</url>

Expand Down
4 changes: 2 additions & 2 deletions bw4t-environment-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>eishub.bw4t</groupId>
<artifactId>bw4t-environment-store</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
<name>bw4t-environment-store</name>
<url>http://www.github.com/eishub/bw4t</url>

Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>eishub.bw4t.core</groupId>
<artifactId>bw4t-core</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
</dependency>
<dependency>
<groupId>com.miglayout</groupId>
Expand Down
8 changes: 4 additions & 4 deletions bw4t-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>eishub.bw4t</groupId>
<artifactId>bw4t-integration-test</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
<description>This module integration test the entire bw4t system, to ensure the working state of the client and server.</description>
<url>http://www.github.com/eishub/bw4t</url>

Expand Down Expand Up @@ -44,17 +44,17 @@
<dependency>
<groupId>eishub.bw4t.core</groupId>
<artifactId>bw4t-core</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
</dependency>
<dependency>
<groupId>eishub.bw4t</groupId>
<artifactId>bw4t-server</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
</dependency>
<dependency>
<groupId>eishub.bw4t</groupId>
<artifactId>bw4t-client</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
</dependency>
<dependency>
<groupId>repast.simphony</groupId>
Expand Down
4 changes: 2 additions & 2 deletions bw4t-scenario-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>eishub.bw4t</groupId>
<artifactId>bw4t-scenario-editor</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
<name>bw4t-scenario-editor</name>
<url>http://www.github.com/eishub/bw4t</url>

Expand Down Expand Up @@ -189,7 +189,7 @@
<dependency>
<groupId>eishub.bw4t.core</groupId>
<artifactId>bw4t-core</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
4 changes: 2 additions & 2 deletions bw4t-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>eishub.bw4t</groupId>
<artifactId>bw4t-server</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
<url>http://www.github.com/eishub/bw4t</url>

<properties>
Expand Down Expand Up @@ -165,7 +165,7 @@
<dependency>
<groupId>eishub.bw4t.core</groupId>
<artifactId>bw4t-core</artifactId>
<version>3.8.5-SNAPSHOT</version>
<version>3.8.5</version>
</dependency>
<dependency>
<groupId>repast.simphony</groupId>
Expand Down
2 changes: 1 addition & 1 deletion doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>eishub.bw4t</groupId>
<artifactId>doc</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<name>BW4T documentation</name>
<description>Documentation about the BW4T environment..</description>
<url>http://www.github.com/eishub/${environmentname}</url>
Expand Down

0 comments on commit 0402749

Please sign in to comment.