From cbd219cdfb4d696d7eb2b5b8dfca1bb1f3bbc9f1 Mon Sep 17 00:00:00 2001 From: mikera Date: Mon, 3 Sep 2012 23:44:47 +0800 Subject: [PATCH] Fix SCM URL and .gitignore for maven release plugin --- .gitignore | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9b08022..73d0b70 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /.classpath /.settings /target +/pom.xml.releaseBackup +/release.properties diff --git a/pom.xml b/pom.xml index 086d0d9..6fd5aca 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ scm:git:git@github.com:mikera/mikera.git scm:git:git@github.com:mikera/mikera.git - scm:git:git@github.com:mikera/mikerao.git + scm:git:git@github.com:mikera/mikera.git