Skip to content

Commit ba327ea

Browse files
committed
Upgraded version to 2.0.0
1 parent 2add770 commit ba327ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.ditsche</groupId>
88
<artifactId>validator</artifactId>
9-
<version>1.1.3</version>
9+
<version>2.0.0</version>
1010

1111
<packaging>jar</packaging>
1212

@@ -121,7 +121,7 @@
121121
</execution>
122122
</executions>
123123
</plugin>
124-
<!--<plugin>
124+
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-gpg-plugin</artifactId>
127127
<version>1.5</version>
@@ -136,11 +136,11 @@
136136
</executions>
137137
<configuration>
138138
<gpgArguments>
139-
<arg>&#45;&#45;pinentry-mode</arg>
139+
<arg>--pinentry-mode</arg>
140140
<arg>loopback</arg>
141141
</gpgArguments>
142142
</configuration>
143-
</plugin>-->
143+
</plugin>
144144
<plugin>
145145
<groupId>org.sonatype.plugins</groupId>
146146
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)