Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samaxes committed Oct 23, 2013
1 parent 61040a8 commit 95b842a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.stripesstuff</groupId>
<artifactId>stripesstuff</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>jar</packaging>

<name>StripesStuff</name>
Expand Down Expand Up @@ -67,7 +67,8 @@
<connection>scm:git:git://github.com/StripesFramework/stripes-stuff.git</connection>
<developerConnection>scm:git:[email protected]:StripesFramework/stripes-stuff.git</developerConnection>
<url>https://github.com/StripesFramework/stripes-stuff</url>
</scm>
<tag>0.4.0</tag>
</scm>

<build>
<pluginManagement>
Expand Down Expand Up @@ -168,7 +169,7 @@
</manifestEntries>
</archive>
<excludePackageNames>javax.annotation.security</excludePackageNames>
<bottom>Copyright &#169; ${project.inceptionYear}-${maven.build.timestamp} Aaron Porter</bottom>
<bottom>Copyright © ${project.inceptionYear}-${maven.build.timestamp} Aaron Porter</bottom>
<encoding>${project.build.sourceEncoding}</encoding>
<source>${maven.compiler.source}</source>
<quiet>true</quiet>
Expand Down

0 comments on commit 95b842a

Please sign in to comment.