Skip to content

Commit 9bd9ebf

Browse files
[maven-release-plugin] prepare release 3.0.2
1 parent 6026f54 commit 9bd9ebf

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

Diff for: core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>uk.gov.gchq.magma-core</groupId>
66
<artifactId>magma-core</artifactId>
7-
<version>3.0.2-SNAPSHOT</version>
7+
<version>3.0.2</version>
88
</parent>
99

1010
<groupId>uk.gov.gchq.magma-core</groupId>
1111
<artifactId>core</artifactId>
12-
<version>3.0.2-SNAPSHOT</version>
12+
<version>3.0.2</version>
1313

1414
<name>core</name>
1515

Diff for: examples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>uk.gov.gchq.magma-core</groupId>
66
<artifactId>magma-core</artifactId>
7-
<version>3.0.2-SNAPSHOT</version>
7+
<version>3.0.2</version>
88
</parent>
99

1010
<groupId>uk.gov.gchq.magma-core</groupId>
1111
<artifactId>demo</artifactId>
12-
<version>3.0.2-SNAPSHOT</version>
12+
<version>3.0.2</version>
1313

1414
<name>examples</name>
1515

Diff for: hqdm-rdf-canonical/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>uk.gov.gchq.magma-core</groupId>
66
<artifactId>magma-core</artifactId>
7-
<version>3.0.2-SNAPSHOT</version>
7+
<version>3.0.2</version>
88
</parent>
99

1010
<groupId>uk.gov.gchq.magma-core</groupId>
1111
<artifactId>hqdm-rdf-canonical</artifactId>
12-
<version>3.0.2-SNAPSHOT</version>
12+
<version>3.0.2</version>
1313

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

Diff for: hqdm-rdf/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>uk.gov.gchq.magma-core</groupId>
66
<artifactId>magma-core</artifactId>
7-
<version>3.0.2-SNAPSHOT</version>
7+
<version>3.0.2</version>
88
</parent>
99

1010
<groupId>uk.gov.gchq.magma-core</groupId>
1111
<artifactId>hqdm-rdf</artifactId>
12-
<version>3.0.2-SNAPSHOT</version>
12+
<version>3.0.2</version>
1313

1414
<name>hqdm-rdf</name>
1515

Diff for: hqdm/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>uk.gov.gchq.magma-core</groupId>
66
<artifactId>magma-core</artifactId>
7-
<version>3.0.2-SNAPSHOT</version>
7+
<version>3.0.2</version>
88
</parent>
99

1010
<groupId>uk.gov.gchq.magma-core</groupId>
1111
<artifactId>hqdm</artifactId>
12-
<version>3.0.2-SNAPSHOT</version>
12+
<version>3.0.2</version>
1313

1414
<name>hqdm</name>
1515

Diff for: pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<groupId>uk.gov.gchq.magma-core</groupId>
2020
<artifactId>magma-core</artifactId>
21-
<version>3.0.2-SNAPSHOT</version>
21+
<version>3.0.2</version>
2222
<packaging>pom</packaging>
2323

2424
<name>Magma Core</name>
@@ -51,7 +51,7 @@
5151

5252
<scm>
5353
<developerConnection>scm:git:https://github.com/gchq/MagmaCore.git</developerConnection>
54-
<tag>HEAD</tag>
54+
<tag>3.0.2</tag>
5555
</scm>
5656

5757
<distributionManagement>
@@ -67,22 +67,22 @@
6767
<dependency>
6868
<groupId>uk.gov.gchq.magma-core</groupId>
6969
<artifactId>core</artifactId>
70-
<version>3.0.2-SNAPSHOT</version>
70+
<version>3.0.2</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>uk.gov.gchq.magma-core</groupId>
7474
<artifactId>hqdm</artifactId>
75-
<version>3.0.2-SNAPSHOT</version>
75+
<version>3.0.2</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>uk.gov.gchq.magma-core</groupId>
7979
<artifactId>hqdm-rdf</artifactId>
80-
<version>3.0.2-SNAPSHOT</version>
80+
<version>3.0.2</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>uk.gov.gchq.magma-core</groupId>
8484
<artifactId>hqdm-rdf-canonical</artifactId>
85-
<version>3.0.2-SNAPSHOT</version>
85+
<version>3.0.2</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>junit</groupId>

0 commit comments

Comments
 (0)