File tree 2 files changed +7
-6
lines changed
jbmc/regression/jbmc/classpath-jar-load-whole-jar
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >org.cprover.regression</groupId >
7
- <artifactId >regression</artifactId >
7
+ <artifactId >regression.jbmc.classpath-jar-load-whole-jar </artifactId >
8
8
<version >1.0-SNAPSHOT</version >
9
9
10
+ <parent >
11
+ <groupId >org.cprover.regression</groupId >
12
+ <artifactId >regression.jbmc</artifactId >
13
+ <version >1.0-SNAPSHOT</version >
14
+ </parent >
15
+
10
16
<build >
11
17
<finalName >jar-file</finalName >
12
18
<plugins >
24
30
</plugins >
25
31
</build >
26
32
27
- <properties >
28
- <maven .compiler.source>1.8</maven .compiler.source>
29
- <maven .compiler.target>1.8</maven .compiler.target>
30
- </properties >
31
-
32
33
</project >
You can’t perform that action at this time.
0 commit comments