Skip to content

Commit

Permalink
Merge branch 'release/1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Feb 22, 2023
2 parents 951bbba + d45ebe1 commit 1cf9ebb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cryptomator</groupId>
<artifactId>integrations-win</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>

<name>Cryptomator Integrations for Windows</name>
<description>Provides optional Windows services used by Cryptomator</description>
Expand Down Expand Up @@ -37,7 +37,7 @@
<project.jdk.version>17</project.jdk.version>

<!-- runtime dependencies -->
<api.version>1.2.0-beta4</api.version>
<api.version>1.2.0</api.version>
<slf4j.version>1.7.36</slf4j.version>
<gson.version>2.9.0</gson.version>

Expand All @@ -46,7 +46,7 @@
<mockito.version>4.4.0</mockito.version>

<!-- build plugin dependencies -->
<dependency-check.version>7.0.0</dependency-check.version>
<dependency-check.version>8.1.0</dependency-check.version>
<nexus-staging.version>1.6.8</nexus-staging.version>
</properties>

Expand Down Expand Up @@ -360,6 +360,15 @@
<url>https://maven.pkg.github.com/cryptomator/integrations-win</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.0</version>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 1cf9ebb

Please sign in to comment.