Skip to content

Commit

Permalink
version bump for release of fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Langbehn committed Mar 27, 2012
1 parent dbdbced commit dc2b648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -6,11 +6,11 @@
</tstamp>

<!--property name="version" value="0.4.0.SNAPSHOT_${TIMESTAMP}" /-->
<property name="version" value="0.4.0" />
<property name="version" value="0.4.1" />
<property name="src" value="src" />
<property name="build" value="build" />
<property name="classes" value="${build}/classes" />
<property name="pkgbase" value="JSR305CheckstylePlugin-${version}" />
<property name="pkgbase" value="JSR305CheckstylePlugin-neurolabs-${version}" />

<property name="lib.home" value="lib" />

Expand Down

0 comments on commit dc2b648

Please sign in to comment.