Skip to content

Commit 9762b57

Browse files
committed
Upped plugins
1 parent 122a834 commit 9762b57

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pom.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,18 @@
7676
<scope>provided</scope>
7777
</dependency>
7878
</dependencies>
79-
79+
80+
8081
<build>
82+
<pluginManagement>
83+
<plugins>
84+
<plugin>
85+
<groupId>org.apache.maven.plugins</groupId>
86+
<artifactId>maven-gpg-plugin</artifactId>
87+
<version>1.5</version>
88+
</plugin>
89+
</plugins>
90+
</pluginManagement>
8191
<plugins>
8292
<plugin>
8393
<groupId>org.apache.maven.plugins</groupId>
@@ -133,5 +143,5 @@
133143
</plugin>
134144
</plugins>
135145
</build>
136-
146+
137147
</project>

0 commit comments

Comments
 (0)