Skip to content

Commit 1800434

Browse files
test3
1 parent 57c43bc commit 1800434

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- </parent>-->
1111
<groupId>ua.javaclub</groupId>
1212
<artifactId>tmp2310</artifactId>
13-
<version>0.3.0</version>
13+
<version>0.5.0</version>
1414
<name>tmp2310</name>
1515
<description>Demo project</description>
1616
<properties>
@@ -46,4 +46,18 @@
4646
</repository>
4747
</distributionManagement>
4848

49+
<build>
50+
<plugins>
51+
<plugin>
52+
<groupId>org.apache.maven.plugins</groupId>
53+
<artifactId>maven-compiler-plugin</artifactId>
54+
<version>3.10.1</version>
55+
<configuration>
56+
<source>11</source>
57+
<target>11</target>
58+
<fork>false</fork>
59+
</configuration>
60+
</plugin>
61+
</plugins>
62+
</build>
4963
</project>

0 commit comments

Comments
 (0)