Skip to content

Commit c8017af

Browse files
authored
build: enable reconstruction/recoil module and update its version (#625)
Seems like we have not been building this one, possibly since v11.
1 parent fd8169f commit c8017af

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

reconstruction/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
<module>alert</module>
3838
<module>bg</module>
3939
<module>postproc</module>
40+
<module>recoil</module>
4041
</modules>
4142
</project>

reconstruction/recoil/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>org.jlab.clas12.detector</groupId>
86
<artifactId>clas12detector-recoil</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<version>12.0.6t-SNAPSHOT</version>
108
<packaging>jar</packaging>
119

1210
<parent>
1311
<groupId>org.jlab.clas</groupId>
1412
<artifactId>clas12rec</artifactId>
1513
<relativePath>../../parent/pom.xml</relativePath>
16-
<version>11.0.2-SNAPSHOT</version>
14+
<version>12.0.6t-SNAPSHOT</version>
1715
</parent>
1816

1917
<dependencies>
2018

2119
<dependency>
2220
<groupId>org.jlab.clas</groupId>
2321
<artifactId>clas-detector</artifactId>
24-
<version>11.0.2-SNAPSHOT</version>
22+
<version>12.0.6t-SNAPSHOT</version>
2523
</dependency>
2624

2725
<dependency>
2826
<groupId>org.jlab.clas</groupId>
2927
<artifactId>clas-analysis</artifactId>
30-
<version>11.0.2-SNAPSHOT</version>
28+
<version>12.0.6t-SNAPSHOT</version>
3129
</dependency>
3230

3331
</dependencies>

0 commit comments

Comments
 (0)