Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 26, 2024
1 parent d17fa90 commit 9115e37
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 19 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.3-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

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

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

<name>examples</name>

Expand Down
4 changes: 2 additions & 2 deletions hqdm-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.3-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

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

<name>hqdm-canonical</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.3-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

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

<name>hqdm</name>

Expand Down
8 changes: 3 additions & 5 deletions model-extension-example/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<parent>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>magma-core</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>model-extension-example</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>jar</packaging>

<name>model-extension-example</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.3-SNAPSHOT</version>
<version>4.0.0</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>v4.0.0</tag>
</scm>

<distributionManagement>
Expand All @@ -67,22 +67,22 @@
<dependency>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>core</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>hqdm</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>hqdm-canonical</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>uk.gov.gchq.magma-core</groupId>
<artifactId>model-extension-example</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 9115e37

Please sign in to comment.