Skip to content

Commit a98694b

Browse files
committed
fix version numbers
1 parent 02a6d0d commit a98694b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reconstruction/ai/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
<parent>
1111
<groupId>org.jlab.clas12</groupId>
1212
<artifactId>reconstruction</artifactId>
13-
<version>13.2.0-SNAPSHOT</version>
13+
<version>13.3.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>
1717

1818
<dependency>
1919
<groupId>org.jlab.clas</groupId>
2020
<artifactId>clas-utils</artifactId>
21-
<version>13.2.0-SNAPSHOT</version>
21+
<version>13.3.0-SNAPSHOT</version>
2222
</dependency>
2323

2424
<dependency>
2525
<groupId>org.jlab.clas</groupId>
2626
<artifactId>clas-io</artifactId>
27-
<version>13.2.0-SNAPSHOT</version>
27+
<version>13.3.0-SNAPSHOT</version>
2828
</dependency>
2929

3030
<dependency>
3131
<groupId>org.jlab.clas</groupId>
3232
<artifactId>clas-reco</artifactId>
33-
<version>13.2.0-SNAPSHOT</version>
33+
<version>13.3.0-SNAPSHOT</version>
3434
</dependency>
3535

3636
<dependency>

0 commit comments

Comments
 (0)