File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments