Skip to content

Commit

Permalink
update some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed May 30, 2024
1 parent 99936b7 commit 8f850f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mavenbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<url>https://javastro.github.io</url>
<properties>
<vodsl.version>0.4.7-SNAPSHOT</vodsl.version>
<xtextVersion>2.25.0</xtextVersion>
<xtextVersion>2.27.0</xtextVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<tycho-version>2.7.1</tycho-version>
<tycho-extras-version>2.7.1</tycho-extras-version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<tycho-version>2.2.0</tycho-version>
<tycho-extras-version>2.2.0</tycho-extras-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>
Expand Down

0 comments on commit 8f850f7

Please sign in to comment.