Skip to content

Commit

Permalink
Dropped version down to 0.1 to reflect progress level, prepping for a…
Browse files Browse the repository at this point in the history
… first release.
  • Loading branch information
jakewins committed Apr 8, 2011
1 parent 6503c66 commit d752fdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>com.voltvoodoo</groupId>
<artifactId>brew</artifactId>
<name>Brew</name>
<version>1.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<url>http://github.com/jakewins/brew</url>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/voltvoodoo/brew/OptimizeMojo.java
Expand Up @@ -264,6 +264,4 @@ private void moveModulesToOutputDir() throws IOException {
FileUtils.copyFile( from, to );
}
}


}

0 comments on commit d752fdc

Please sign in to comment.