Skip to content

Commit 9204a0b

Browse files
committed
Fixed pom.xml for releasing on Maven Central, no configuration for gpg needed here. Also added new version to docs.
1 parent 888ff82 commit 9204a0b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ While a spring-boot-starter like [cxf-spring-boot-starter] generally only serves
2727
<plugin>
2828
<groupId>de.codecentric</groupId>
2929
<artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
30-
<version>1.1.4.RELEASE</version>
30+
<version>2.0.0.RELEASE</version>
3131
<executions>
3232
<execution>
3333
<goals>

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,6 @@
180180
<goals>
181181
<goal>sign</goal>
182182
</goals>
183-
<configuration>
184-
<!-- This is necessary for gpg to not try to use the pinentry programs -->
185-
<gpgArguments>
186-
<arg>--pinentry-mode</arg>
187-
<arg>loopback</arg>
188-
</gpgArguments>
189-
</configuration>
190183
</execution>
191184
</executions>
192185
</plugin>

0 commit comments

Comments
 (0)