jsr-305/jsr-305-java8.patch
Petr Šabata 42b5d31b1a RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/jsr-305#bb903de9ec3662d5ebcdcc7e837e8d07182ac166
2020-10-15 14:24:32 +02:00

23 lines
602 B
Diff

diff --git a/pom.xml b/pom.xml
index dcafc07..f5799e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,8 +27,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <source>1.8</source>
</configuration>
</plugin>
</plugins>