diff options
Diffstat (limited to 'firmal/pom.xml')
| -rw-r--r-- | firmal/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmal/pom.xml b/firmal/pom.xml index 1b2aae5..5174a1a 100644 --- a/firmal/pom.xml +++ b/firmal/pom.xml @@ -20,10 +20,10 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.8.0</version> <configuration> - <source>1.17</source> - <target>1.17</target> + <source>11</source> + <target>11</target> </configuration> </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |
