Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Wrangling version numbers
  • Loading branch information
ljnelson committed Nov 23, 2011
1 parent e49499e commit 55af6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -56,7 +56,7 @@ Now set up the `jpa-maven-plugin`. Place this in your `pom.xml`'s
<plugin>
<groupId>com.edugility</groupId>
<artifactId>jpa-maven-plugin</artifactId>
<version>1.0-SNAPSOT</version>
<version>1.1-SNAPSHOT</version>
<executions>
<execution>
<id>Generate entityClassnames.properties</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -369,7 +369,7 @@
<maven.resource.escapeString>\</maven.resource.escapeString>

<!-- maven-site-plugin properties -->
<maven.site.deploy.skip>true</maven.site.deploy.skip>
<maven.site.deploy.skip>false</maven.site.deploy.skip>

<!-- maven-surefire-plugin properties -->
<surefire.useFile>false</surefire.useFile>
Expand Down

0 comments on commit 55af6d7

Please sign in to comment.