Skip to content

Commit b7dca96

Browse files
committed
Create build action #1356
Update to Tycho 2.3.0
1 parent 3804e51 commit b7dca96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

io.sloeber.parent/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010

1111
<properties>
12-
<tycho.version>2.0.0</tycho.version>
12+
<tycho.version>2.3.0</tycho.version>
1313
<built.repo.dir>${project.build.directory}/repo</built.repo.dir>
1414
<maven.compiler.source>11</maven.compiler.source>
1515
<maven.compiler.target>11</maven.compiler.target>
@@ -60,8 +60,8 @@
6060
<configuration>
6161
<debug>true</debug>
6262
<encoding>UTF-8</encoding>
63-
<source>1.8</source>
64-
<target>1.8</target>
63+
<source>11</source>
64+
<target>11</target>
6565
</configuration>
6666
</plugin>
6767

0 commit comments

Comments
 (0)