Skip to content

Commit

Permalink
Merge pull request #396 from Vennik/task/deliverables
Browse files Browse the repository at this point in the history
Emergent Architecture Design  & Version Bump
  • Loading branch information
Vennik committed Jun 24, 2015
2 parents aa0bf3a + a5be310 commit 93045a4
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
Binary file modified SE deliverables/Architecturedesign.pdf
Binary file not shown.
10 changes: 5 additions & 5 deletions geex-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geex</artifactId>
<groupId>nl.tudelft.context</groupId>
<version>0.9</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -23,22 +23,22 @@
<dependency>
<groupId>nl.tudelft.context</groupId>
<artifactId>geex-models</artifactId>
<version>0.9</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>nl.tudelft.context</groupId>
<artifactId>geex-workspace</artifactId>
<version>0.9</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>nl.tudelft.context</groupId>
<artifactId>geex-effects</artifactId>
<version>0.9</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>nl.tudelft.context</groupId>
<artifactId>geex-logger</artifactId>
<version>0.9</version>
<version>1.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion geex-effects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geex</artifactId>
<groupId>nl.tudelft.context</groupId>
<version>0.9</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geex-logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geex</artifactId>
<groupId>nl.tudelft.context</groupId>
<version>0.9</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions geex-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geex</artifactId>
<groupId>nl.tudelft.context</groupId>
<version>0.9</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>nl.tudelft.context</groupId>
<artifactId>geex-services</artifactId>
<version>0.9</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>nl.tudelft.context</groupId>
<artifactId>geex-logger</artifactId>
<version>0.9</version>
<version>1.0</version>
</dependency>
<!-- Newick Parser -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion geex-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geex</artifactId>
<groupId>nl.tudelft.context</groupId>
<version>0.9</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions geex-workspace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geex</artifactId>
<groupId>nl.tudelft.context</groupId>
<version>0.9</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>nl.tudelft.context</groupId>
<artifactId>geex-models</artifactId>
<version>0.9</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>nl.tudelft.context</groupId>
<artifactId>geex-services</artifactId>
<version>0.9</version>
<version>1.0</version>
</dependency>
<!-- Database -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>nl.tudelft.context</groupId>
<artifactId>geex</artifactId>
<version>0.9</version>
<version>1.0</version>
<modules>
<module>geex-models</module>
<module>geex-core</module>
Expand Down

0 comments on commit 93045a4

Please sign in to comment.