Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit e2af993

Browse files
committed
Add work ID.
1 parent 3874046 commit e2af993

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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>a10f83e6-b3d9-3a29-bf4a-856d8273c016</io7m.workID>
28+
2929
<!-- Configuration. -->
3030
<io7m.api.previousVersion>1.0.0</io7m.api.previousVersion>
3131
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>
@@ -163,4 +163,4 @@
163163
</pluginManagement>
164164
</build>
165165

166-
</project>
166+
</project>

0 commit comments

Comments
 (0)