Updated Branches: refs/heads/master 665256d05 -> 7f2992f4d
ignore .java-version file Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/7f2992f4 Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/7f2992f4 Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/7f2992f4 Branch: refs/heads/master Commit: 7f2992f4d3788ee52d2aa607f99617fbf4c1affd Parents: 665256d Author: Olivier Lamy <[email protected]> Authored: Thu Jul 18 08:57:08 2013 +1000 Committer: Olivier Lamy <[email protected]> Committed: Thu Jul 18 08:57:08 2013 +1000 ---------------------------------------------------------------------- .gitignore | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-scm/blob/7f2992f4/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 66b6a78..05cec40 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ target .settings build .idea +.java-version http://git-wip-us.apache.org/repos/asf/maven-scm/blob/7f2992f4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 01d119a..4edd46e 100644 --- a/pom.xml +++ b/pom.xml @@ -583,6 +583,7 @@ <exclude>src/test/repository/**</exclude> <exclude>src/test/tck-repository/**</exclude> <exclude>src/main/resources/tck/**</exclude> + <exclude>.java-version</exclude> <exclude>.repository/**</exclude><!-- for CI --> </excludes> </configuration>
