Skip to content

Commit 06abef9

Browse files
committed
Fix java version for hello-annotations
1 parent 1851c99 commit 06abef9

File tree

1 file changed

+2
-2
lines changed
  • 1-0-java-basics/1-5-0-hello-annotations

1 file changed

+2
-2
lines changed

1-0-java-basics/1-5-0-hello-annotations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<artifactId>1-5-0-hello-annotations</artifactId>
1313

1414
<properties>
15-
<maven.compiler.source>15</maven.compiler.source>
16-
<maven.compiler.target>15</maven.compiler.target>
15+
<maven.compiler.source>11</maven.compiler.source>
16+
<maven.compiler.target>11</maven.compiler.target>
1717
</properties>
1818

1919
</project>

0 commit comments

Comments
 (0)