Skip to content

Commit

Permalink
Fixed pom error to now correctly resolve dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristof Coninx committed May 24, 2016
1 parent dde9705 commit 41dfcd7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>be.kuleuven.cs</groupId>
<artifactId>flexsim-nucleus</artifactId>
<version>0.0.7</version>
<version>0.1.0</version>
<packaging>jar</packaging>
<name>FlexSimulator core</name>
<description>Flexsim core module.</description>
Expand Down
2 changes: 1 addition & 1 deletion domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>be.kuleuven.cs</groupId>
<artifactId>flexsim-domain</artifactId>
<version>0.0.7</version>
<version>0.1.0</version>
<name>FlexSimulator domain</name>
<description>Domain concepts for Flexsim.</description>
<url>http://maven.apache.org</url>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>be.kuleuven.cs</groupId>
<artifactId>flexsim-example</artifactId>
<version>0.0.7</version>
<version>0.1.0</version>
<name>FlexSimulator examples</name>
<description>Example module for demonstrating flexsim usage.</description>

Expand Down
2 changes: 1 addition & 1 deletion game/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>be.kuleuven.cs</groupId>
<artifactId>flexsim-game</artifactId>
<version>0.0.7</version>
<version>0.1.0</version>
<name>FlexSimulator game</name>
<description>Gametheory abstractions</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>be.kuleuven.cs</groupId>
<artifactId>flexsim-project</artifactId>
<version>0.0.7</version>
<version>0.1.0</version>
<packaging>jar</packaging>
<name>FlexSimulator projects</name>
<description>Projects using flexsim to produce results.</description>
Expand Down

0 comments on commit 41dfcd7

Please sign in to comment.