Skip to content

Commit 9f495c0

Browse files
committed
Add work ID.
1 parent f6ac2b2 commit 9f495c0

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>
@@ -27,6 +25,8 @@
2725
</modules>
2826

2927
<properties>
28+
<io7m.workID>0e05160f-945c-397c-9745-f8b001bc9bc5</io7m.workID>
29+
3030
<!-- Configuration -->
3131
<io7m.api.previousVersion>3.0.0</io7m.api.previousVersion>
3232
<io7m.java.targetJavaVersion>17</io7m.java.targetJavaVersion>
@@ -139,4 +139,4 @@
139139
</pluginManagement>
140140
</build>
141141

142-
</project>
142+
</project>

0 commit comments

Comments
 (0)