add bin/ to ignore and update pom to 20-SNAPSHOT

This commit is contained in:
Jesse McConnell 2012-07-20 13:06:35 -05:00
parent b08bca2abb
commit 4bc3881501
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
target/
*/src/main/java/META-INF/
*.versionsBackup
bin/
# common junk
*.log

View File

@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-parent</artifactId>
<version>19</version>
<version>20-SNAPSHOT</version>
</parent>
<artifactId>jetty-project</artifactId>
<version>9.0.0-SNAPSHOT</version>