Skip to content

Commit

Permalink
bump java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard committed Apr 10, 2024
1 parent 537d64c commit b9218cc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.micro-manager.pycro-manager</groupId>
<artifactId>PycroManagerJava</artifactId>
<version>0.46.1</version>
<version>0.46.2</version>
<packaging>jar</packaging>
<name>Pycro-Manager Java</name>
<description>The Java components of Pycro-Manager</description>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.micro-manager.acqengj</groupId>
<artifactId>AcqEngJ</artifactId>
<version>0.35.1</version>
<version>0.36.0</version>
</dependency>
<dependency>
<groupId>org.micro-manager.ndviewer</groupId>
Expand Down Expand Up @@ -112,11 +112,11 @@
</goals>

<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>

</execution>
</executions>
Expand Down

0 comments on commit b9218cc

Please sign in to comment.