Skip to content

Commit 9b2eb5f

Browse files
authored
Merge pull request #434 from jbonofre/433
Fix the pax-url-aether-test with the right maven-compiler-plugin source and target
2 parents bcb7470 + 9c58beb commit 9b2eb5f

File tree

1 file changed

+13
-0
lines changed
  • pax-url-aether/pax-url-aether-test

1 file changed

+13
-0
lines changed

pax-url-aether/pax-url-aether-test/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,17 @@
3333
</snapshotRepository>
3434
</distributionManagement>
3535

36+
<build>
37+
<plugins>
38+
<plugin>
39+
<groupId>org.apache.maven.plugins</groupId>
40+
<artifactId>maven-compiler-plugin</artifactId>
41+
<configuration>
42+
<source>1.8</source>
43+
<target>1.8</target>
44+
</configuration>
45+
</plugin>
46+
</plugins>
47+
</build>
48+
3649
</project>

0 commit comments

Comments
 (0)