Skip to content

Commit 56e6a54

Browse files
authored
fix versions (#624)
* fix versions * fix versions * fix version
1 parent 9ba0acc commit 56e6a54

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

common-tools/clas-decay-tools/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.jlab.clas</groupId>
55
<artifactId>clas-decay-tools</artifactId>
6-
<version>12.0.5t-SNAPSHOT</version>
6+
<version>12.0.6t-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<parent>
1010
<groupId>org.jlab.clas</groupId>
1111
<artifactId>clas12rec</artifactId>
1212
<relativePath>../../parent/pom.xml</relativePath>
13-
<version>12.0.5t-SNAPSHOT</version>
13+
<version>12.0.6t-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>org.jlab.clas</groupId>
1919
<artifactId>clas-reco</artifactId>
20-
<version>12.0.5t-SNAPSHOT</version>
20+
<version>12.0.6t-SNAPSHOT</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.ejml</groupId>
@@ -27,13 +27,13 @@
2727
<dependency>
2828
<groupId>org.jlab.clas</groupId>
2929
<artifactId>swim-tools</artifactId>
30-
<version>12.0.5t-SNAPSHOT</version>
30+
<version>12.0.6t-SNAPSHOT</version>
3131
<type>jar</type>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.jlab.clas12.detector</groupId>
3535
<artifactId>clas12detector-vtx</artifactId>
36-
<version>1.0-SNAPSHOT</version>
36+
<version>12.0.6t-SNAPSHOT</version>
3737
<type>jar</type>
3838
</dependency>
3939
</dependencies>

common-tools/coat-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>org.jlab.clas</groupId>
162162
<artifactId>clas-decay-tools</artifactId>
163-
<version>12.0.5t-SNAPSHOT</version>
163+
<version>12.0.6t-SNAPSHOT</version>
164164
</dependency>
165165

166166
<dependency>

0 commit comments

Comments
 (0)