diff --git a/Sd1/P/Array/arraycalcExercise/pom.xml b/Sd1/P/Array/arraycalcExercise/pom.xml index f99b995940a57b758020d40a7aba5b7de4682d0b..ac4f44495d0d5621880a7722be3f150e72c0f8b4 100644 --- a/Sd1/P/Array/arraycalcExercise/pom.xml +++ b/Sd1/P/Array/arraycalcExercise/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Array/arraycalcSolution/pom.xml b/Sd1/P/Array/arraycalcSolution/pom.xml index d54050d69b9a3f3e966a57dba750caaee9a7f6bb..608a42533ac626b3689c93f66da85e917a5c7c2b 100644 --- a/Sd1/P/Array/arraycalcSolution/pom.xml +++ b/Sd1/P/Array/arraycalcSolution/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Array/integerStore/pom.xml b/Sd1/P/Array/integerStore/pom.xml index 124b9acd10081c9b20362ae007867f4aacc4b804..0baf36cbabb8bedfe22c7f35dc0a0fcfb29786c5 100644 --- a/Sd1/P/Array/integerStore/pom.xml +++ b/Sd1/P/Array/integerStore/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Array/integerStoreMedianAnswer/pom.xml b/Sd1/P/Array/integerStoreMedianAnswer/pom.xml index 3aac5145e5daa3c458a88635224e9a62a8fafe6e..231c9012c24777391e1c82ace1c089b923e01707 100644 --- a/Sd1/P/Array/integerStoreMedianAnswer/pom.xml +++ b/Sd1/P/Array/integerStoreMedianAnswer/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Array/integerStoreSkeleton/pom.xml b/Sd1/P/Array/integerStoreSkeleton/pom.xml index 6de105a4afa6192dfff21aa8fd6a2d6f4c176e8a..f71f43398d7343ae09dc87b9a8cdd84ed754bce9 100644 --- a/Sd1/P/Array/integerStoreSkeleton/pom.xml +++ b/Sd1/P/Array/integerStoreSkeleton/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Array/integerStoreStat/pom.xml b/Sd1/P/Array/integerStoreStat/pom.xml index efac43e0eef09c636eb1a245771b0471175e33cc..57b693b2decb00b23c582a82ea86de5fad2196df 100644 --- a/Sd1/P/Array/integerStoreStat/pom.xml +++ b/Sd1/P/Array/integerStoreStat/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Array/integerStoreUnbounded/pom.xml b/Sd1/P/Array/integerStoreUnbounded/pom.xml index 581d44a7610be4c2a6ad069ceae6956b701ad559..69b3e68c43a74e2a8fd25aacb8beff9f1c98f2f1 100644 --- a/Sd1/P/Array/integerStoreUnbounded/pom.xml +++ b/Sd1/P/Array/integerStoreUnbounded/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Array/medianCmdLine/pom.xml b/Sd1/P/Array/medianCmdLine/pom.xml index c8840904c6bc1a0abbf7905a9df80c826ba81b0a..7c36bbd9abd27b1d88d3ed3a99598794f26f3df5 100644 --- a/Sd1/P/Array/medianCmdLine/pom.xml +++ b/Sd1/P/Array/medianCmdLine/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Collection/Intro/LookupSet/pom.xml b/Sd1/P/Collection/Intro/LookupSet/pom.xml index c8f60d715a99524658599284255d7d3174780412..9bb535424eecc5816e81576660529a22613f3137 100644 --- a/Sd1/P/Collection/Intro/LookupSet/pom.xml +++ b/Sd1/P/Collection/Intro/LookupSet/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/CollectionImplement/StringSet/Solution/pom.xml b/Sd1/P/CollectionImplement/StringSet/Solution/pom.xml index e6419cdf6d747777e5acb0c5a8bcf5c2032a2459..3d347b61d87f89853890b116812880678895533f 100644 --- a/Sd1/P/CollectionImplement/StringSet/Solution/pom.xml +++ b/Sd1/P/CollectionImplement/StringSet/Solution/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Etest/Diff/Solution/pom.xml b/Sd1/P/Etest/Diff/Solution/pom.xml index c9d36424095efc2a70e403519c8aedd9bc4911b6..09f293e5d87680eb9765d48567262734a80339e9 100644 --- a/Sd1/P/Etest/Diff/Solution/pom.xml +++ b/Sd1/P/Etest/Diff/Solution/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Etest/Diff/Test/pom.xml b/Sd1/P/Etest/Diff/Test/pom.xml index c9d36424095efc2a70e403519c8aedd9bc4911b6..09f293e5d87680eb9765d48567262734a80339e9 100644 --- a/Sd1/P/Etest/Diff/Test/pom.xml +++ b/Sd1/P/Etest/Diff/Test/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Etest/IntMax/Solution/pom.xml b/Sd1/P/Etest/IntMax/Solution/pom.xml index 304992e868c187a1687e28db944c263ec26b5b39..66abd4c3ef7004c6fec5dd97882e92358c3d67a6 100644 --- a/Sd1/P/Etest/IntMax/Solution/pom.xml +++ b/Sd1/P/Etest/IntMax/Solution/pom.xml @@ -21,8 +21,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> </plugins> diff --git a/Sd1/P/Etest/IntMax/Test/pom.xml b/Sd1/P/Etest/IntMax/Test/pom.xml index 304992e868c187a1687e28db944c263ec26b5b39..66abd4c3ef7004c6fec5dd97882e92358c3d67a6 100644 --- a/Sd1/P/Etest/IntMax/Test/pom.xml +++ b/Sd1/P/Etest/IntMax/Test/pom.xml @@ -21,8 +21,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> </plugins> diff --git a/Sd1/P/Etest/MaxArrayDiff/Solution/pom.xml b/Sd1/P/Etest/MaxArrayDiff/Solution/pom.xml index 35aaf2a423b2c78be76ecaa6ba65dd10634bc853..d30df588244c59ea1098e102fa9ccc928b968222 100644 --- a/Sd1/P/Etest/MaxArrayDiff/Solution/pom.xml +++ b/Sd1/P/Etest/MaxArrayDiff/Solution/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Etest/MaxArrayDiff/Test/pom.xml b/Sd1/P/Etest/MaxArrayDiff/Test/pom.xml index 35aaf2a423b2c78be76ecaa6ba65dd10634bc853..d30df588244c59ea1098e102fa9ccc928b968222 100644 --- a/Sd1/P/Etest/MaxArrayDiff/Test/pom.xml +++ b/Sd1/P/Etest/MaxArrayDiff/Test/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Etest/Vowel/Solution/pom.xml b/Sd1/P/Etest/Vowel/Solution/pom.xml index 3df552d741697e6f7c590be46447751ced20704b..0a1d5433ebf7c60a403f12a2ff1c9fce29ca3205 100644 --- a/Sd1/P/Etest/Vowel/Solution/pom.xml +++ b/Sd1/P/Etest/Vowel/Solution/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Etest/Vowel/Test/pom.xml b/Sd1/P/Etest/Vowel/Test/pom.xml index 915caee33042caf94342168f9bd29046c2afcbf8..8f6147ca305d15713972c497c949dda65ccab50b 100644 --- a/Sd1/P/Etest/Vowel/Test/pom.xml +++ b/Sd1/P/Etest/Vowel/Test/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Gcd/V1/pom.xml b/Sd1/P/Gcd/V1/pom.xml index b46dff0af3e93ea766aa388b59fbaa3c77ceb343..17b25ff81b0d11564ca8dbfbe2393440bfc73268 100644 --- a/Sd1/P/Gcd/V1/pom.xml +++ b/Sd1/P/Gcd/V1/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/HtmlFormatting/Simple/Exercise/pom.xml b/Sd1/P/HtmlFormatting/Simple/Exercise/pom.xml index eefea39bd1db3eff7678362076bddbad64eb9b9a..103cd1948bb83eddd3c27c186d5db46a6c25440b 100644 --- a/Sd1/P/HtmlFormatting/Simple/Exercise/pom.xml +++ b/Sd1/P/HtmlFormatting/Simple/Exercise/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/HtmlFormatting/Simple/Solution/pom.xml b/Sd1/P/HtmlFormatting/Simple/Solution/pom.xml index 17717020b82662b01a2c595126884db71c2ffa78..7a76306433731781c6c089222c6e8efbad76f01c 100644 --- a/Sd1/P/HtmlFormatting/Simple/Solution/pom.xml +++ b/Sd1/P/HtmlFormatting/Simple/Solution/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Marks/Solution1/pom.xml b/Sd1/P/Marks/Solution1/pom.xml index 4609f08c6f88dc567647b8b793fa70e074cfda57..25553679746fe6a826ad7530d54f7a6b24e79f22 100644 --- a/Sd1/P/Marks/Solution1/pom.xml +++ b/Sd1/P/Marks/Solution1/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Marks/Solution2/pom.xml b/Sd1/P/Marks/Solution2/pom.xml index 4609f08c6f88dc567647b8b793fa70e074cfda57..25553679746fe6a826ad7530d54f7a6b24e79f22 100644 --- a/Sd1/P/Marks/Solution2/pom.xml +++ b/Sd1/P/Marks/Solution2/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Prime/V1/pom.xml b/Sd1/P/Prime/V1/pom.xml index 67bde2e9a2ea16e63190a3c01428922a5da56b55..72698e995217db5a00749a075cc19bc3e3acbb7e 100644 --- a/Sd1/P/Prime/V1/pom.xml +++ b/Sd1/P/Prime/V1/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Prime/V2/pom.xml b/Sd1/P/Prime/V2/pom.xml index 84e43d2a8ebd2a93d66ef9bd17aede4dc4e75fb9..555d110eda7fb93f11a523aa1f3a6959db014d36 100644 --- a/Sd1/P/Prime/V2/pom.xml +++ b/Sd1/P/Prime/V2/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/StringLengthSort/Solution/pom.xml b/Sd1/P/StringLengthSort/Solution/pom.xml index f2eb2b22b7c9b3328410c056b043c371d5f0be73..590e2a8b478cbec762939c5b1815fa84e3a3c0d1 100644 --- a/Sd1/P/StringLengthSort/Solution/pom.xml +++ b/Sd1/P/StringLengthSort/Solution/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Wc/readFile/pom.xml b/Sd1/P/Wc/readFile/pom.xml index 9274bcb2fd159e9ec2ffd91bc31a0e0d16985be8..ca7439c962898fda66833af9b01fa7d9032bebc4 100644 --- a/Sd1/P/Wc/readFile/pom.xml +++ b/Sd1/P/Wc/readFile/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Wc/wc/pom.xml b/Sd1/P/Wc/wc/pom.xml index a6e7d4aacf1e39511a1f75cb39e3ab836c24b690..258a32beb773a1c8f5f8765d908ab4d674ea2a8f 100644 --- a/Sd1/P/Wc/wc/pom.xml +++ b/Sd1/P/Wc/wc/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/WordFrequency1/Solution/pom.xml b/Sd1/P/WordFrequency1/Solution/pom.xml index afad0a479b68962cfa2c9613fb809ad7ae00cdb0..81bc5099a5f24e42a3e02d455262607985e7c6c7 100644 --- a/Sd1/P/WordFrequency1/Solution/pom.xml +++ b/Sd1/P/WordFrequency1/Solution/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/WordFrequency2/Solution1/pom.xml b/Sd1/P/WordFrequency2/Solution1/pom.xml index afad0a479b68962cfa2c9613fb809ad7ae00cdb0..81bc5099a5f24e42a3e02d455262607985e7c6c7 100644 --- a/Sd1/P/WordFrequency2/Solution1/pom.xml +++ b/Sd1/P/WordFrequency2/Solution1/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/WordFrequency2/Solution2/pom.xml b/Sd1/P/WordFrequency2/Solution2/pom.xml index afad0a479b68962cfa2c9613fb809ad7ae00cdb0..81bc5099a5f24e42a3e02d455262607985e7c6c7 100644 --- a/Sd1/P/WordFrequency2/Solution2/pom.xml +++ b/Sd1/P/WordFrequency2/Solution2/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Wordlist/Solution/pom.xml b/Sd1/P/Wordlist/Solution/pom.xml index 0df7e4c5e2fc9d073328703f9c884132e17aff72..794d37a25a6404585892bbc625613048d59044e2 100644 --- a/Sd1/P/Wordlist/Solution/pom.xml +++ b/Sd1/P/Wordlist/Solution/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/Wordlist/Solution2/pom.xml b/Sd1/P/Wordlist/Solution2/pom.xml index 0df7e4c5e2fc9d073328703f9c884132e17aff72..794d37a25a6404585892bbc625613048d59044e2 100644 --- a/Sd1/P/Wordlist/Solution2/pom.xml +++ b/Sd1/P/Wordlist/Solution2/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/crab/V1/pom.xml b/Sd1/P/crab/V1/pom.xml index c474dd15af92c58a5dcd5f3706b3cd098a081ff6..4d2df609d2b3ea50c5046f1eaee6946312199723 100644 --- a/Sd1/P/crab/V1/pom.xml +++ b/Sd1/P/crab/V1/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/crab/V2/pom.xml b/Sd1/P/crab/V2/pom.xml index a9af8e651f49d4dac27eb3f56f9772ab8b6badc6..c641bb1841c9f992a1d5c600c51e89c557788157 100644 --- a/Sd1/P/crab/V2/pom.xml +++ b/Sd1/P/crab/V2/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/fraction/V1/pom.xml b/Sd1/P/fraction/V1/pom.xml index e55d8068b448f63b9d7ab54d2ca76ba5f54b7df8..ee56a676d482b2d74a08592fdcd25705fc94234f 100644 --- a/Sd1/P/fraction/V1/pom.xml +++ b/Sd1/P/fraction/V1/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/fraction/V2/pom.xml b/Sd1/P/fraction/V2/pom.xml index 7d1adb23fff6208e36ccdbf16decd88f6fdf502e..7e5273b84d2233a7f6abbd562889df1283f8a337 100644 --- a/Sd1/P/fraction/V2/pom.xml +++ b/Sd1/P/fraction/V2/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/interest/V1/pom.xml b/Sd1/P/interest/V1/pom.xml index 80b78bf361f1d92a8f5c44ea8ecf0995a9663ed5..26cd5ebe64ac8d7a857c79d688777e149746081b 100644 --- a/Sd1/P/interest/V1/pom.xml +++ b/Sd1/P/interest/V1/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/interest/V2/pom.xml b/Sd1/P/interest/V2/pom.xml index 80b78bf361f1d92a8f5c44ea8ecf0995a9663ed5..26cd5ebe64ac8d7a857c79d688777e149746081b 100644 --- a/Sd1/P/interest/V2/pom.xml +++ b/Sd1/P/interest/V2/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/life/V1/pom.xml b/Sd1/P/life/V1/pom.xml index af621279ab78afc0d2625e4bfd22fc3545459978..e7db1a07d3058b40bfa0c2a06ec3429e6b9df486 100644 --- a/Sd1/P/life/V1/pom.xml +++ b/Sd1/P/life/V1/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/life/V3/pom.xml b/Sd1/P/life/V3/pom.xml index 8a37bbe3af73e904ac83d6dda61fc4fcdb52d65a..9435a35d14f9ef4c463e7bb7634a4f137d427775 100644 --- a/Sd1/P/life/V3/pom.xml +++ b/Sd1/P/life/V3/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/loop/answer/pom.xml b/Sd1/P/loop/answer/pom.xml index 197273df3e4226ed9dbd95d24c65b2c62e425ac5..ceeba71adfabdef9464bccd8967cf5f58ab2a3eb 100644 --- a/Sd1/P/loop/answer/pom.xml +++ b/Sd1/P/loop/answer/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/loop/question/pom.xml b/Sd1/P/loop/question/pom.xml index c662f383d813d6767373bed25fbf62264b3c9d58..9ff7a9dff635519fda3cd996edb1c931d8bdc790 100644 --- a/Sd1/P/loop/question/pom.xml +++ b/Sd1/P/loop/question/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/math/V0_5/pom.xml b/Sd1/P/math/V0_5/pom.xml index ea09807ee087c994924a2d49672d2c5c12f92a38..c2a1416ea1cf3bc907ace43143595c6f462bccb6 100644 --- a/Sd1/P/math/V0_5/pom.xml +++ b/Sd1/P/math/V0_5/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/math/V1/pom.xml b/Sd1/P/math/V1/pom.xml index f632f29fd999a9c8aaa85f57082b80f29ebf8d60..dce1fbfc902dceb878d10df9881db5a9aa810a99 100644 --- a/Sd1/P/math/V1/pom.xml +++ b/Sd1/P/math/V1/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/math/V2/pom.xml b/Sd1/P/math/V2/pom.xml index 732c5d45fa37f489ac06977a1eeca133dbde3620..7b93566e03094a6032882eef6f43f3d8bd21b66a 100644 --- a/Sd1/P/math/V2/pom.xml +++ b/Sd1/P/math/V2/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/math/V3/pom.xml b/Sd1/P/math/V3/pom.xml index 93e15bca7f2338b422a74dee83cd83543afba3a6..3ab21d89fd1646b8075cb07b6881014ee6d3e25f 100644 --- a/Sd1/P/math/V3/pom.xml +++ b/Sd1/P/math/V3/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/math/V4/pom.xml b/Sd1/P/math/V4/pom.xml index 0c7f8e3456828067215cc39f4e0b33f5ad479ce4..9131714bda76306cef824ae68cdec0aebc0356da 100644 --- a/Sd1/P/math/V4/pom.xml +++ b/Sd1/P/math/V4/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> diff --git a/Sd1/P/rounding/pom.xml b/Sd1/P/rounding/pom.xml index 216cf27ecfd1186c6db597a76187ca2206357fd9..58fc043d79c4629bb0c329e43e162979fbc17d32 100644 --- a/Sd1/P/rounding/pom.xml +++ b/Sd1/P/rounding/pom.xml @@ -22,8 +22,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin>