From 8b08ef073333aac9d55071f7f208963c9f2f65b5 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sat, 13 Aug 2011 13:37:30 +0200 Subject: [PATCH] adaptations for git. --- .gitignore | 5 +++++ pom.xml | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..19e66603 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +target/ +.settings/ +.classpath +.project + diff --git a/pom.xml b/pom.xml index 39577513..5b1e1d87 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,8 @@ https://wamblee.org/viewvc/utils - scm:svn:https://wamblee.org/svn/public/utils/trunk - scm:svn:https://wamblee.org/svn/public/utils/trunk + scm:git:https://wamblee.org/git/public/utils + scm:git:https://wamblee.org/git/public/utils @@ -317,9 +317,11 @@ org.apache.maven.plugins maven-release-plugin - 2.0 + 2.2.1 true + true + false javadoc:jar deploy -- 2.31.1