Skip to content

Commit

Permalink
2.0.0 RELEASE.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanhb committed Jul 9, 2016
2 parents 134e1c7 + 970fc23 commit 362c876
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
1 change: 0 additions & 1 deletion nbactions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<goal>package</goal>
<goal>source:jar</goal>
<goal>javadoc:jar</goal>
<goal>gpg:sign</goal>
<goal>deploy</goal>
</goals>
</action>
Expand Down
18 changes: 16 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.zhanhb</groupId>
<artifactId>thymeleaf-layout-dialect</artifactId>
<version>2.0.0-BUILD-SNAPSHOT</version>
<version>2.0.0</version>
<name>Thymeleaf Layout Dialect</name>
<description>Thymeleaf Layout Dialect rewritten in java.</description>
<url>https://github.com/zhanhb/thymeleaf-layout-dialect</url>
Expand Down Expand Up @@ -220,10 +220,24 @@
<debug>false</debug>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.0</version>
<version>2.6</version>
<configuration>
<archive>
<manifest>
Expand Down

0 comments on commit 362c876

Please sign in to comment.