Skip to content

Commit

Permalink
Fix snapshot publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Mar 28, 2023
1 parent 91ec09b commit 19e24e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.8.1</version>
<configuration>
<source>${javac.target}</source>
<target>${javac.target}</target>
Expand All @@ -126,7 +126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>2.8.2</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 19e24e0

Please sign in to comment.