From c7f3d95ca9bcf0c19528607b788bf8e3c30356a9 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 24 Apr 2016 16:35:59 -0400 Subject: [PATCH 1/4] [git] Add gitattributes for line endings handling --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..16dec8d2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto \ No newline at end of file From dd247aed2d437e5c3f4a876d559554f07a8b57df Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 10 Jul 2016 19:22:42 -0400 Subject: [PATCH 2/4] [pom] Upgrade cglib to 3.2.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 983e7791..20ae4513 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ cglib cglib - 3.2.2 + 3.2.4 true From bf4837e14339f9a898857abfa97cb285b71ebfeb Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 10 Jul 2016 19:22:54 -0400 Subject: [PATCH 3/4] [pom] Upgrade maven-javadoc-plugin to 2.10.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20ae4513..0b31f817 100644 --- a/pom.xml +++ b/pom.xml @@ -169,7 +169,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.3 + 2.10.4 org.apache.maven.plugins From 8aaca7ae5a9f7e4ebad83cd9cf05d9cf22ff4140 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 10 Jul 2016 19:23:03 -0400 Subject: [PATCH 4/4] [pom] Upgrade maven-source-plugin to 3.0.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b31f817..1ffe2e57 100644 --- a/pom.xml +++ b/pom.xml @@ -190,7 +190,7 @@ org.apache.maven.plugins maven-source-plugin - 3.0.0 + 3.0.1