Skip to content

Commit c0508ec

Browse files
updated pom files and build script to include the new mltn package
1 parent 6db02a5 commit c0508ec

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

build-coatjava.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,6 @@ cp reconstruction/eb/target/clas12detector-eb-*-SNAPSHOT.jar coatjava/lib/servic
112112
cp reconstruction/band/target/clas12detector-band-*-SNAPSHOT.jar coatjava/lib/services/
113113
cp reconstruction/rtpc/target/clas12detector-rtpc-*-SNAPSHOT.jar coatjava/lib/services/
114114
cp reconstruction/mlt/target/clas12detector-mlt-1.0-SNAPSHOT-jar-with-dependencies.jar coatjava/lib/services/
115+
cp reconstruction/mltn/target/clas12detector-mltn-1.0-SNAPSHOT-jar-with-dependencies.jar coatjava/lib/services/
115116

116117
echo "COATJAVA SUCCESSFULLY BUILT !"

reconstruction/mltn/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>org.jlab.clas</groupId>
1515
<artifactId>clas12rec</artifactId>
1616
<relativePath>../../parent/pom.xml</relativePath>
17-
<version>6.5.13-SNAPSHOT</version>
17+
<version>6.5.9-SNAPSHOT</version>
1818
</parent>
1919

2020
<repositories>
@@ -45,37 +45,37 @@
4545
<dependency>
4646
<groupId>org.jlab.clas</groupId>
4747
<artifactId>clas-io</artifactId>
48-
<version>6.5.13-SNAPSHOT</version>
48+
<version>6.5.9-SNAPSHOT</version>
4949
</dependency>
5050

5151
<dependency>
5252
<groupId>org.jlab.clas</groupId>
5353
<artifactId>clas-detector</artifactId>
54-
<version>6.5.13-SNAPSHOT</version>
54+
<version>6.5.9-SNAPSHOT</version>
5555
</dependency>
5656

5757
<dependency>
5858
<groupId>org.jlab.clas</groupId>
5959
<artifactId>clas-geometry</artifactId>
60-
<version>6.5.13-SNAPSHOT</version>
60+
<version>6.5.9-SNAPSHOT</version>
6161
</dependency>
6262

6363
<dependency>
6464
<groupId>org.jlab.clas</groupId>
6565
<artifactId>clas-reco</artifactId>
66-
<version>6.5.13-SNAPSHOT</version>
66+
<version>6.5.9-SNAPSHOT</version>
6767
</dependency>
6868

6969
<dependency>
7070
<groupId>org.jlab.clas</groupId>
7171
<artifactId>clas-physics</artifactId>
72-
<version>6.5.13-SNAPSHOT</version>
72+
<version>6.5.9-SNAPSHOT</version>
7373
</dependency>
7474

7575
<dependency>
7676
<groupId>org.jlab.clas</groupId>
7777
<artifactId>clas-analysis</artifactId>
78-
<version>6.5.13-SNAPSHOT</version>
78+
<version>6.5.9-SNAPSHOT</version>
7979
</dependency>
8080

8181
<dependency>

reconstruction/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
<module>band</module>
2929
<module>rtpc</module>
3030
<module>mlt</module>
31+
<module>mltn</module>
3132
</modules>
3233
</project>

0 commit comments

Comments
 (0)