Skip to content

Commit be2d91c

Browse files
committed
Add work ID.
1 parent 2b204cd commit be2d91c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

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

75
<modelVersion>4.0.0</modelVersion>
86
<parent>
@@ -26,6 +24,8 @@
2624
</modules>
2725

2826
<properties>
27+
<io7m.workID>2420995d-36cf-3f1a-acd4-46b2bd4d674c</io7m.workID>
28+
2929
<!-- Configuration. -->
3030
<io7m.api.previousVersion>1.0.1</io7m.api.previousVersion>
3131
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>
@@ -156,4 +156,4 @@
156156
</pluginManagement>
157157
</build>
158158

159-
</project>
159+
</project>

0 commit comments

Comments
 (0)