Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDeveloper42 committed Feb 23, 2023
1 parent 6026f54 commit 9bd9ebf
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>magma-core</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>core</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>

<name>core</name>

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>magma-core</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>demo</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>

<name>examples</name>

Expand Down
4 changes: 2 additions & 2 deletions hqdm-rdf-canonical/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>magma-core</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>hqdm-rdf-canonical</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>

<name>hqdm-rdf-canonical</name>

Expand Down
4 changes: 2 additions & 2 deletions hqdm-rdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>magma-core</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>hqdm-rdf</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>

<name>hqdm-rdf</name>

Expand Down
4 changes: 2 additions & 2 deletions hqdm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>magma-core</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>hqdm</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>

<name>hqdm</name>

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>magma-core</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<packaging>pom</packaging>

<name>Magma Core</name>
Expand Down Expand Up @@ -51,7 +51,7 @@

<scm>
<developerConnection>scm:git:https://github.com/gchq/MagmaCore.git</developerConnection>
<tag>HEAD</tag>
<tag>3.0.2</tag>
</scm>

<distributionManagement>
Expand All @@ -67,22 +67,22 @@
<dependency>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>core</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>hqdm</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>hqdm-rdf</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>hqdm-rdf-canonical</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 9bd9ebf

Please # to comment.