Skip to content

Commit d97e183

Browse files
committed
goto 21
1 parent c2440a4 commit d97e183

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

common-tools/parent/pom.xml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<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">
2+
<modelVersion>4.0.0</modelVersion>
3+
4+
<groupId>org.jlab.clas</groupId>
5+
<artifactId>common-tools</artifactId>
6+
<version>12.0.5t-SNAPSHOT</version>
7+
<packaging>pom</packaging>
8+
9+
10+
<repositories>
11+
<repository>
12+
<id>clas12maven</id>
13+
<url>https://clasweb.jlab.org/clas12maven</url>
14+
</repository>
15+
<repository>
16+
<id>jnp-maven</id>
17+
<url>https://clasweb.jlab.org/jhep/maven</url>
18+
</repository>
19+
</repositories>
20+
21+
<build>
22+
<extensions>
23+
<extension>
24+
<groupId>org.apache.maven.wagon</groupId>
25+
<artifactId>wagon-ssh-external</artifactId>
26+
<version>2.8</version>
27+
</extension>
28+
</extensions>
29+
<plugins>
30+
<plugin>
31+
<groupId>org.apache.maven.plugins</groupId>
32+
<artifactId>maven-compiler-plugin</artifactId>
33+
<configuration>
34+
<release>21</release>
35+
</configuration>
36+
</plugin>
37+
</plugins>
38+
</build>
39+
40+
</project>

0 commit comments

Comments
 (0)