Skip to content

Commit e9c357b

Browse files
Merge pull request #47 from gchq/release/2.0.0
Upgrade to 2.0.0
2 parents a6aadee + 3105380 commit e9c357b

File tree

6 files changed

+27
-27
lines changed

6 files changed

+27
-27
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>1.1-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99

1010
<groupId>uk.gov.gchq.magma-core</groupId>
1111
<artifactId>core</artifactId>
12-
<version>1.0-SNAPSHOT</version>
12+
<version>2.0.0</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>1.1-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99

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

1414
<name>examples</name>
1515

Diff for: examples/src/main/java/uk/gov/gchq/magmacore/examples/data/ExampleRdl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static DbChangeSet createRefDataObjects() {
5353
final IRI naturalMemberOfSocietyRole = new IRI(REF_BASE, uid());
5454
final IRI domesticPropertyRole = new IRI(REF_BASE, uid());
5555
final IRI domesticOccupantInPropertyRole = new IRI(REF_BASE, uid());
56-
final IRI occupierOfPropertyRole = new IRI(REF_BASE, "occupierOfPropertyRole ");
56+
final IRI occupierOfPropertyRole = new IRI(REF_BASE, "occupierOfPropertyRole");
5757
final IRI occupantInPropertyKindOfAssociation = new IRI(REF_BASE, uid());
5858

5959
// Add DbCreateOperations to create the objects and their properties.

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>1.1-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99

1010
<groupId>uk.gov.gchq.magma-core</groupId>
1111
<artifactId>hqdm-rdf</artifactId>
12-
<version>1.0-SNAPSHOT</version>
12+
<version>2.0.0</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>1.1-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99

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

1414
<name>hqdm</name>
1515

Diff for: pom.xml

+18-18
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>uk.gov.gchq.magma-core</groupId>
2121
<artifactId>magma-core</artifactId>
22-
<version>1.1-SNAPSHOT</version>
22+
<version>2.0.0</version>
2323
<packaging>pom</packaging>
2424

2525
<name>Magma Core</name>
@@ -54,22 +54,22 @@
5454
<dependency>
5555
<groupId>uk.gov.gchq.magma-core</groupId>
5656
<artifactId>core</artifactId>
57-
<version>1.0-SNAPSHOT</version>
57+
<version>2.0.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>uk.gov.gchq.magma-core</groupId>
6161
<artifactId>hqdm</artifactId>
62-
<version>1.1-SNAPSHOT</version>
62+
<version>2.0.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>uk.gov.gchq.magma-core</groupId>
6666
<artifactId>hqdm-rdf</artifactId>
67-
<version>1.0-SNAPSHOT</version>
67+
<version>2.0.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>junit</groupId>
7171
<artifactId>junit</artifactId>
72-
<version>4.13.1</version>
72+
<version>4.13.2</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
@@ -81,12 +81,12 @@
8181
<groupId>org.apache.jena</groupId>
8282
<artifactId>apache-jena-libs</artifactId>
8383
<type>pom</type>
84-
<version>4.3.2</version>
84+
<version>4.5.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.slf4j</groupId>
8888
<artifactId>slf4j-jdk14</artifactId>
89-
<version>1.7.12</version>
89+
<version>2.0.2</version>
9090
</dependency>
9191
</dependencies>
9292
</dependencyManagement>
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>com.puppycrawl.tools</groupId>
103103
<artifactId>checkstyle</artifactId>
104-
<version>8.42</version>
104+
<version>10.3.3</version>
105105
</dependency>
106106
</dependencies>
107107
<executions>
@@ -128,46 +128,46 @@
128128
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
129129
<plugin>
130130
<artifactId>maven-clean-plugin</artifactId>
131-
<version>3.1.0</version>
131+
<version>3.2.0</version>
132132
</plugin>
133133
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
134134
<plugin>
135135
<artifactId>maven-resources-plugin</artifactId>
136-
<version>3.2.0</version>
136+
<version>3.3.0</version>
137137
</plugin>
138138
<plugin>
139139
<artifactId>maven-compiler-plugin</artifactId>
140-
<version>3.8.1</version>
140+
<version>3.10.1</version>
141141
</plugin>
142142
<plugin>
143143
<artifactId>maven-surefire-plugin</artifactId>
144-
<version>3.0.0-M6</version>
144+
<version>3.0.0-M7</version>
145145
</plugin>
146146
<plugin>
147147
<artifactId>maven-jar-plugin</artifactId>
148-
<version>3.2.0</version>
148+
<version>3.3.0</version>
149149
</plugin>
150150
<plugin>
151151
<artifactId>maven-install-plugin</artifactId>
152-
<version>3.0.0-M1</version>
152+
<version>3.0.1</version>
153153
</plugin>
154154
<plugin>
155155
<artifactId>maven-deploy-plugin</artifactId>
156-
<version>3.0.0-M1</version>
156+
<version>3.0.0</version>
157157
</plugin>
158158
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
159159
<plugin>
160160
<artifactId>maven-site-plugin</artifactId>
161-
<version>3.9.1</version>
161+
<version>3.12.1</version>
162162
</plugin>
163163
<plugin>
164164
<artifactId>maven-project-info-reports-plugin</artifactId>
165-
<version>3.1.1</version>
165+
<version>3.4.1</version>
166166
</plugin>
167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-javadoc-plugin</artifactId>
170-
<version>3.2.0</version>
170+
<version>3.4.1</version>
171171
</plugin>
172172
</plugins>
173173
</pluginManagement>

0 commit comments

Comments
 (0)