Skip to content
Snippets Groups Projects
Commit 182be488 authored by Tim Molter's avatar Tim Molter
Browse files

Maven plugin version update, gitignore cleanup

parent f58ef01a
Branches
No related tags found
No related merge requests found
# IntelliJ
.idea/
*.iws
*.iml
*.ipr
*.ips
.idea/
# Eclipse
.settings/
.metadata/
.classpath
.project
# Generated
target/
javadoc/
bin/
.classpath
.project
.settings/
log/
# Misc.
.DS_Store
# Sample images
*.png
*.jpg
*.bmp
......
......@@ -178,7 +178,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment