diff --git a/example/MojiEclipseQuickStart/.classpath b/example/MojiEclipseQuickStart/.classpath
index 2627b80..e5ed001 100644
--- a/example/MojiEclipseQuickStart/.classpath
+++ b/example/MojiEclipseQuickStart/.classpath
@@ -3,6 +3,6 @@
-
+
diff --git a/example/MojiEclipseQuickStart/lib/moji-1.0.1.jar b/example/MojiEclipseQuickStart/lib/moji-1.0.1.jar
deleted file mode 100644
index 5d477cc..0000000
Binary files a/example/MojiEclipseQuickStart/lib/moji-1.0.1.jar and /dev/null differ
diff --git a/example/MojiEclipseQuickStart/lib/moji-1.0.2.jar b/example/MojiEclipseQuickStart/lib/moji-1.0.2.jar
new file mode 100644
index 0000000..70e7ff4
Binary files /dev/null and b/example/MojiEclipseQuickStart/lib/moji-1.0.2.jar differ
diff --git a/pom.xml b/pom.xml
index 2dddb9a..51cd8a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
it.zielke
moji
- 1.0.1
+ 1.0.2
MOJI
MOJI is an unofficial client for the MOSS plagiarism detection service. It allows you to check source codes of students for plagiarism or collusion.
diff --git a/src/site/xdoc/changelog.xml b/src/site/xdoc/changelog.xml
index 937b147..6130a7d 100644
--- a/src/site/xdoc/changelog.xml
+++ b/src/site/xdoc/changelog.xml
@@ -1,40 +1,45 @@
-
-
-
-
- CHANGES
-
-
-
-
- Dates are m/d/yyyy
-
-
- - This is a maintenance release without any changes in functionality.
- - MOJI is now on Maven Central!
-
-
-
-
- - Added base file support
- - Added an example project for Eclipse
- - Bumped version to 1.0 since it has been used in production for a long time now.
-
-
-
-
- - Initial public release
- - Added stages to better reflect the logic of the service. Methods will throw runtime exceptions if you try to call them in the wrong order.
- - Added documentation
-
- Known issues:
-
- - Unlike the original Perl client, this version does not support uploading base files yet.
-
-
-
- Initial private release.
-
-
-
-
+
+
+
+
+ CHANGES
+
+
+
+
+ Dates are m/d/yyyy
+
+
+ - Fixed "connection reset" issue encountered when uploading files with advanced encodings
+
+
+
+
+ - This is a maintenance release without any changes in functionality.
+ - MOJI is now on Maven Central!
+
+
+
+
+ - Added base file support
+ - Added an example project for Eclipse
+ - Bumped version to 1.0 since it has been used in production for a long time now.
+
+
+
+
+ - Initial public release
+ - Added stages to better reflect the logic of the service. Methods will throw runtime exceptions if you try to call them in the wrong order.
+ - Added documentation
+
+ Known issues:
+
+ - Unlike the original Perl client, this version does not support uploading base files yet.
+
+
+
+ Initial private release.
+
+
+
+