Skip to content

Commit 8fc3a39

Browse files
committed
Mark as release 0.8
1 parent 420a699 commit 8fc3a39

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<parent>
1010
<relativePath>../pom.xml</relativePath>
11-
<version>0.8-Stratus-SNAPSHOT</version>
11+
<version>0.8-Stratus</version>
1212
<groupId>tc.oc.pgm</groupId>
1313
<artifactId>PGM</artifactId>
1414
</parent>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>tc.oc.pgm</groupId>
2424
<artifactId>util</artifactId>
25-
<version>0.8-Stratus-SNAPSHOT</version>
25+
<version>0.8-Stratus</version>
2626
</dependency>
2727
</dependencies>
2828
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>tc.oc.pgm</groupId>
2525
<artifactId>PGM</artifactId>
26-
<version>0.8-Stratus-SNAPSHOT</version>
26+
<version>0.8-Stratus</version>
2727
<packaging>pom</packaging>
2828

2929
<modules>

server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<parent>
1010
<relativePath>../pom.xml</relativePath>
11-
<version>0.8-Stratus-SNAPSHOT</version>
11+
<version>0.8-Stratus</version>
1212
<groupId>tc.oc.pgm</groupId>
1313
<artifactId>PGM</artifactId>
1414
</parent>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>tc.oc.pgm</groupId>
2424
<artifactId>core</artifactId>
25-
<version>0.8-Stratus-SNAPSHOT</version>
25+
<version>0.8-Stratus</version>
2626
</dependency>
2727

2828
<!-- Older version of log4j logging library that barely works -->

util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<relativePath>../pom.xml</relativePath>
6-
<version>0.8-Stratus-SNAPSHOT</version>
6+
<version>0.8-Stratus</version>
77
<groupId>tc.oc.pgm</groupId>
88
<artifactId>PGM</artifactId>
99
</parent>

0 commit comments

Comments
 (0)