Skip to content

Commit

Permalink
release 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrignon committed Apr 13, 2020
1 parent 6d4fdb1 commit 4c79217
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</scm>

<properties>
<jsweet.transpiler.version>2.3.7-SNAPSHOT</jsweet.transpiler.version>
<jsweet.transpiler.version>2.3.7</jsweet.transpiler.version>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -125,6 +125,12 @@
<version>1.6</version>
<configuration>
<skip>${skipSigning}</skip>

<!-- This is necessary for gpg to not try to use the pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 4c79217

Please sign in to comment.