Skip to content

Commit 2d86edd

Browse files
authored
Merge branch 'master' into snyk-upgrade-bd02b8abbbd23108883d3bb5095d1426
2 parents 0e3712d + f92c9e5 commit 2d86edd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# run tests!
3939
- run: mvn integration-test
4040
- run: mvn cobertura:cobertura
41-
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN}
41+
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}
4242

4343
- run: mvn -s .circleci.settings.xml -DskipTests -Dgpg.skip deploy
4444

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@
159159
<plugin>
160160
<groupId>org.apache.maven.plugins</groupId>
161161
<artifactId>maven-gpg-plugin</artifactId>
162-
<version>3.0.1</version>
163-
<configuration>
164-
<gpgArguments>
165-
<arg>--pinentry-mode</arg>
166-
<arg>loopback</arg>
167-
</gpgArguments>
168-
</configuration>
162+
<version>3.0.1</version>
163+
<configuration>
164+
<gpgArguments>
165+
<arg>--pinentry-mode</arg>
166+
<arg>loopback</arg>
167+
</gpgArguments>
168+
</configuration>
169169
<executions>
170170
<execution>
171171
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)