We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4366a commit d0dbcd8Copy full SHA for d0dbcd8
reconstruction/pom.xml
@@ -35,6 +35,6 @@
35
<module>urwell</module>
36
<module>alert</module>
37
<module>bg</module>
38
- <module>pp</module>
+ <module>postproc</module>
39
</modules>
40
</project>
reconstruction/pp/pom.xml reconstruction/postproc/pom.xmlreconstruction/pp/pom.xml renamed to reconstruction/postproc/pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
7
<groupId>org.jlab.clas12.detector</groupId>
8
- <artifactId>clas12detector-pp</artifactId>
+ <artifactId>clas12detector-postproc</artifactId>
9
<version>1.0-SNAPSHOT</version>
10
<packaging>jar</packaging>
11
…lab/service/postproc/PostprocEngine.java …lab/service/postproc/PostprocEngine.javareconstruction/pp/src/main/java/org/jlab/service/postproc/PostprocEngine.java renamed to reconstruction/postproc/src/main/java/org/jlab/service/postproc/PostprocEngine.java
0 commit comments