Skip to content

Commit 33111dd

Browse files
committed
clara and its maven dependencies from code.jlab.org
1 parent bfe58d2 commit 33111dd

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

common-tools/clas-io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.jlab.coda</groupId>
2020
<artifactId>xmsg</artifactId>
21-
<version>2.3</version>
21+
<version>2.4-SNAPSHOT</version>
2222
</dependency>
2323

2424
<dependency>

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
<id>clas12-hipo-java</id> <!-- `jnp-hipo4` is now built and published from its own repository, https://code.jlab.org/hallb/clas12/hipo-java. Project 919's package registry is public -->
2424
<url>https://code.jlab.org/api/v4/projects/919/packages/maven</url>
2525
</repository>
26+
<repository>
27+
<id>clas12-clara-java</id>
28+
<url>https://code.jlab.org/api/v4/projects/243/packages/maven</url>
29+
</repository>
30+
<repository>
31+
<id>clas12-xmsg-java</id>
32+
<url>https://code.jlab.org/api/v4/projects/959/packages/maven</url>
33+
</repository>
2634
<repository>
2735
<id>clas12maven</id>
2836
<url>https://clasweb.jlab.org/.clas12maven</url>
@@ -135,7 +143,7 @@
135143
<dependency>
136144
<groupId>org.jlab.coda</groupId>
137145
<artifactId>jclara</artifactId>
138-
<version>4.3</version>
146+
<version>6.0-SNAPSHOT</version>
139147
</dependency>
140148

141149
<dependency>

0 commit comments

Comments
 (0)