Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDeveloper42 committed Oct 14, 2022
1 parent 011fdf4 commit 99d2f1d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 15 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.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

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

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

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

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

<name>hqdm</name>

Expand Down
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

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

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

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

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

0 comments on commit 99d2f1d

Please sign in to comment.