diff --git a/.gitignore b/.gitignore index edc8777b1..ac513996a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target dependency-reduced-pom.xml +*.txt diff --git a/pom.xml b/pom.xml index 70c841a4c..6e001d99f 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,9 @@ 1.8 - + 1.6 + 1.6 + @@ -37,7 +39,7 @@ - hello.HelloWorld + hello.HelloWorld1 diff --git a/test.txt b/test.txt new file mode 100644 index 000000000..ccbb99e6d --- /dev/null +++ b/test.txt @@ -0,0 +1,3 @@ +This is a test file +added 2nd line +added 3rd line \ No newline at end of file