Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jfiglet-0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lalyos committed Jan 5, 2017
1 parent e4109bd commit 3be0b29
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.github.lalyos</groupId>
<artifactId>jfiglet</artifactId>
<version>0.0.8-SNAPSHOT</version>
<version>0.0.8</version>
<packaging>jar</packaging>

<name>jfiglet</name>
Expand Down Expand Up @@ -68,7 +68,7 @@
<configuration>
<source>1.6</source>
<target>1.6</target>
<compilerArgument></compilerArgument>
<compilerArgument />
</configuration>
</plugin>
<plugin>
Expand All @@ -92,6 +92,15 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<keyname>[email protected]</keyname>
</configuration>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down

0 comments on commit 3be0b29

Please sign in to comment.