Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
churamani900 authored Jan 7, 2025
1 parent c033925 commit 7f8d96a
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jlab.clas</groupId>
<artifactId>clas12</artifactId>
<version>11.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>org.jlab.clas</groupId>
<artifactId>clas12rec</artifactId>
<relativePath>parent/pom.xml</relativePath>
<version>11.1.0-SNAPSHOT</version>
</parent>

<modules>
<module>parent</module>
<module>common-tools</module>
<module>reconstruction</module>
</modules>

</project>


<!--
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jlab.clas</groupId>
Expand All @@ -24,4 +48,4 @@
</project>

-->

0 comments on commit 7f8d96a

Please sign in to comment.