Skip to content

Commit

Permalink
Version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ianroberts committed May 28, 2021
1 parent 9033066 commit dd02eff
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.ac.gate</groupId>
<artifactId>gcp-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.ac.gate</groupId>
<artifactId>gcp-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.gate</groupId>
<artifactId>gcp-dist</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.2</version>
<packaging>pom</packaging>
<url>http://gate.ac.uk/gcp</url>

Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gcp-impl</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.2</version>
</dependency>

<dependency>
Expand All @@ -55,7 +55,7 @@
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gcp-cli</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.2</version>
<!-- easy way to separate this in the assembly descriptor -->
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.ac.gate</groupId>
<artifactId>gcp-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gcp-api</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.2</version>
<scope>compile</scope>
</dependency>

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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.gate</groupId>
<artifactId>gcp-parent</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.2</version>
<packaging>pom</packaging>
<url>http://gate.ac.uk/gcp</url>

Expand Down

0 comments on commit dd02eff

Please sign in to comment.