Skip to content

Commit

Permalink
fix dependency version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Baltzell authored and baltzell committed Aug 23, 2024
1 parent d0dbcd8 commit ffb6364
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reconstruction/postproc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
<groupId>org.jlab.clas</groupId>
<artifactId>clas12rec</artifactId>
<relativePath>../../parent/pom.xml</relativePath>
<version>11.0.0-SNAPSHOT</version>
<version>11.0.1-SNAPSHOT</version>
</parent>

<dependencies>

<dependency>
<groupId>org.jlab.clas</groupId>
<artifactId>clas-io</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>11.0.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.jlab.clas</groupId>
<artifactId>clas-reco</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>11.0.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.jlab.clas</groupId>
<artifactId>clas-analysis</artifactId>
<version>11.0.0-SNAPSHOT</version>
<version>11.0.1-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit ffb6364

Please sign in to comment.