Skip to content

Commit

Permalink
Mark as release 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iangbb committed May 22, 2020
1 parent 420a699 commit 8fc3a39
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<parent>
<relativePath>../pom.xml</relativePath>
<version>0.8-Stratus-SNAPSHOT</version>
<version>0.8-Stratus</version>
<groupId>tc.oc.pgm</groupId>
<artifactId>PGM</artifactId>
</parent>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>tc.oc.pgm</groupId>
<artifactId>util</artifactId>
<version>0.8-Stratus-SNAPSHOT</version>
<version>0.8-Stratus</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>tc.oc.pgm</groupId>
<artifactId>PGM</artifactId>
<version>0.8-Stratus-SNAPSHOT</version>
<version>0.8-Stratus</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<parent>
<relativePath>../pom.xml</relativePath>
<version>0.8-Stratus-SNAPSHOT</version>
<version>0.8-Stratus</version>
<groupId>tc.oc.pgm</groupId>
<artifactId>PGM</artifactId>
</parent>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>tc.oc.pgm</groupId>
<artifactId>core</artifactId>
<version>0.8-Stratus-SNAPSHOT</version>
<version>0.8-Stratus</version>
</dependency>

<!-- Older version of log4j logging library that barely works -->
Expand Down
2 changes: 1 addition & 1 deletion util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<relativePath>../pom.xml</relativePath>
<version>0.8-Stratus-SNAPSHOT</version>
<version>0.8-Stratus</version>
<groupId>tc.oc.pgm</groupId>
<artifactId>PGM</artifactId>
</parent>
Expand Down

0 comments on commit 8fc3a39

Please sign in to comment.