Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDeveloper42 committed Oct 14, 2022
1 parent 278c336 commit 3108330
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>

<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>core</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</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>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>

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

<name>examples</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>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>

<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>hqdm-rdf</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</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>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>

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

<name>hqdm</name>

Expand Down
10 changes: 5 additions & 5 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>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
<packaging>pom</packaging>

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

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

<distributionManagement>
Expand All @@ -68,17 +68,17 @@
<dependency>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>core</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>hqdm</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>hqdm-rdf</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 3108330

Please sign in to comment.