Skip to content

Commit ffb6364

Browse files
committed
fix dependency version numbers
1 parent d0dbcd8 commit ffb6364

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reconstruction/postproc/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@
1313
<groupId>org.jlab.clas</groupId>
1414
<artifactId>clas12rec</artifactId>
1515
<relativePath>../../parent/pom.xml</relativePath>
16-
<version>11.0.0-SNAPSHOT</version>
16+
<version>11.0.1-SNAPSHOT</version>
1717
</parent>
1818

1919
<dependencies>
2020

2121
<dependency>
2222
<groupId>org.jlab.clas</groupId>
2323
<artifactId>clas-io</artifactId>
24-
<version>11.0.0-SNAPSHOT</version>
24+
<version>11.0.1-SNAPSHOT</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>org.jlab.clas</groupId>
2929
<artifactId>clas-reco</artifactId>
30-
<version>11.0.0-SNAPSHOT</version>
30+
<version>11.0.1-SNAPSHOT</version>
3131
</dependency>
3232

3333
<dependency>
3434
<groupId>org.jlab.clas</groupId>
3535
<artifactId>clas-analysis</artifactId>
36-
<version>11.0.0-SNAPSHOT</version>
36+
<version>11.0.1-SNAPSHOT</version>
3737
</dependency>
3838

3939
</dependencies>

0 commit comments

Comments
 (0)