Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fvandaalen committed Feb 15, 2023
1 parent 238d974 commit 421afc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildMavenProject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '15'
java-version: '19'
distribution: 'adopt'
- name: Publish package
run: mvn --batch-mode deploy
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.florian</groupId>
<artifactId>n-scalar-product-protocol</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-STABLE</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -21,8 +21,8 @@
</license>
</licenses>
<properties>
<maven.compiler.source>19</maven.compiler.source>
<maven.compiler.target>19</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<dependencies>
Expand Down
22 changes: 0 additions & 22 deletions workflows/buildMavenProject.yml

This file was deleted.

0 comments on commit 421afc5

Please sign in to comment.