Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Apr 1, 2022
1 parent ae1f021 commit fda4442
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions gdsc-test-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>gdsc-test-api</artifactId>
Expand All @@ -29,7 +29,7 @@ Contains a generic framework for test predicates.
<dependency>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-generator</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
<!-- Only needed for compilation -->
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion gdsc-test-build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>gdsc-test-build-tools</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions gdsc-test-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>gdsc-test-doc</artifactId>
Expand All @@ -28,27 +28,27 @@
<dependency>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-generator</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-api</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-utils</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-junit5</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-rng</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
</dependencies>

Expand Down
12 changes: 6 additions & 6 deletions gdsc-test-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>gdsc-test-examples</artifactId>
Expand All @@ -31,27 +31,27 @@ Contains examples of the GDSC Test libraries.
<dependency>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-generator</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-api</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-utils</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-junit5</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-rng</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gdsc-test-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>gdsc-test-generator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions gdsc-test-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>gdsc-test-junit5</artifactId>
Expand All @@ -29,7 +29,7 @@ Contains utilities for use with JUnit 5.
<dependency>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-utils</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions gdsc-test-rng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>gdsc-test-rng</artifactId>
Expand All @@ -28,7 +28,7 @@ Contains utilities for use with Commons RNG for random tests.
<dependency>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-utils</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gdsc-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>gdsc-test-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>uk.ac.sussex.gdsc</groupId>
<artifactId>gdsc-test-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>

<name>GDSC Test</name>
Expand Down

0 comments on commit fda4442

Please sign in to comment.