Skip to content

Commit 381e051

Browse files
Compile jbmc/classpath-jar-load-whole-jar test sources
Fix pom.xml for compilation, remove obsolete pre-compiled jar file.
1 parent f175982 commit 381e051

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

jbmc/regression/jbmc/classpath-jar-load-whole-jar/pom.xml

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.cprover.regression</groupId>
7-
<artifactId>regression</artifactId>
7+
<artifactId>regression.jbmc.classpath-jar-load-whole-jar</artifactId>
88
<version>1.0-SNAPSHOT</version>
99

10+
<parent>
11+
<groupId>org.cprover.regression</groupId>
12+
<artifactId>regression.jbmc</artifactId>
13+
<version>1.0-SNAPSHOT</version>
14+
</parent>
15+
1016
<build>
1117
<finalName>jar-file</finalName>
1218
<plugins>
@@ -24,9 +30,4 @@
2430
</plugins>
2531
</build>
2632

27-
<properties>
28-
<maven.compiler.source>1.8</maven.compiler.source>
29-
<maven.compiler.target>1.8</maven.compiler.target>
30-
</properties>
31-
3233
</project>
Binary file not shown.

0 commit comments

Comments
 (0)