Skip to content

Commit c1e6ca9

Browse files
committed
Upgraded to CMLXOM 3.2
1 parent 7c7a2c7 commit c1e6ca9

File tree

8 files changed

+16
-20
lines changed

8 files changed

+16
-20
lines changed

descriptor/qsarcml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<artifactId>xom</artifactId>
2020
</dependency>
2121
<dependency>
22-
<groupId>org.xml-cml</groupId>
22+
<groupId>org.blueobelisk</groupId>
2323
<artifactId>cmlxom</artifactId>
24-
<version>3.1</version>
24+
<version>3.2</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>junit</groupId>

misc/test-extra/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
<scope>test</scope>
3737
</dependency>
3838
<dependency>
39-
<groupId>org.xml-cml</groupId>
39+
<groupId>org.blueobelisk</groupId>
4040
<artifactId>cmlxom</artifactId>
41-
<version>3.1</version>
41+
<version>3.2</version>
4242
<scope>test</scope>
4343
</dependency>
4444
<dependency>

storage/io/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
<scope>test</scope>
3939
</dependency>
4040
<dependency>
41-
<groupId>org.xml-cml</groupId>
41+
<groupId>org.blueobelisk</groupId>
4242
<artifactId>cmlxom</artifactId>
43-
<version>3.1</version>
43+
<version>3.2</version>
4444
<scope>test</scope>
4545
</dependency>
4646
<dependency>

storage/ioformats/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<scope>test</scope>
3030
</dependency>
3131
<dependency>
32-
<groupId>org.xml-cml</groupId>
32+
<groupId>org.blueobelisk</groupId>
3333
<artifactId>cmlxom</artifactId>
34-
<version>3.1</version>
34+
<version>3.2</version>
3535
<scope>test</scope>
3636
</dependency>
3737
<dependency>

storage/libiocml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<artifactId>xom</artifactId>
2424
</dependency>
2525
<dependency>
26-
<groupId>org.xml-cml</groupId>
26+
<groupId>org.blueobelisk</groupId>
2727
<artifactId>cmlxom</artifactId>
28-
<version>3.1</version>
28+
<version>3.2</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>junit</groupId>

storage/libiomd/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@
1515
<name>cdk-libiomd</name>
1616
<dependencies>
1717
<dependency>
18-
<groupId>org.xml-cml</groupId>
18+
<groupId>org.blueobelisk</groupId>
1919
<artifactId>cmlxom</artifactId>
20-
<version>3.1</version>
21-
</dependency>
22-
<dependency>
23-
<groupId>xom</groupId>
24-
<artifactId>xom</artifactId>
20+
<version>3.2</version>
2521
</dependency>
2622
<dependency>
2723
<groupId>junit</groupId>

storage/pdbcml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<artifactId>xom</artifactId>
2020
</dependency>
2121
<dependency>
22-
<groupId>org.xml-cml</groupId>
22+
<groupId>org.blueobelisk</groupId>
2323
<artifactId>cmlxom</artifactId>
24-
<version>3.1</version>
24+
<version>3.2</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>junit</groupId>

storage/smiles/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
58-
<groupId>org.xml-cml</groupId>
58+
<groupId>org.blueobelisk</groupId>
5959
<artifactId>cmlxom</artifactId>
60-
<version>3.1</version>
60+
<version>3.2</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<dependency>

0 commit comments

Comments
 (0)