Skip to content

Commit

Permalink
preparing release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nordicway committed Nov 21, 2016
1 parent 3ec6856 commit bb5a0bd
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 42 deletions.
2 changes: 1 addition & 1 deletion example/MojiEclipseQuickStart/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="lib/commons-io-2.3.jar"/>
<classpathentry kind="lib" path="lib/moji-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/moji-1.0.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file removed example/MojiEclipseQuickStart/lib/moji-1.0.1.jar
Binary file not shown.
Binary file added example/MojiEclipseQuickStart/lib/moji-1.0.2.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.zielke</groupId>
<artifactId>moji</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<name>MOJI</name>
<description>
MOJI is an unofficial client for the MOSS plagiarism detection service. It allows you to check source codes of students for plagiarism or collusion.
Expand Down
85 changes: 45 additions & 40 deletions src/site/xdoc/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,40 +1,45 @@
<?xml version="1.0"?>

<document>
<properties>
<title>CHANGES</title>
</properties>

<body>
<section name="Changelog">
<p>Dates are m/d/yyyy</p>
<subsection name="10/9/2014: 1.0.1">
<ul>
<li>This is a maintenance release without any changes in functionality.</li>
<li>MOJI is now on Maven Central!</li>
</ul>
</subsection>
<subsection name="5/4/2014: 1.0">
<ul>
<li>Added base file support</li>
<li>Added an example project for Eclipse</li>
<li>Bumped version to 1.0 since it has been used in production for a long time now.</li>
</ul>
</subsection>
<subsection name="1/9/2013: 0.1">
<ul>
<li>Initial public release</li>
<li>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.</li>
<li>Added documentation</li>
</ul>
<p>Known issues:</p>
<ul>
<li>Unlike the original Perl client, this version does not support uploading base files yet.</li>
</ul>
</subsection>
<subsection name="8/8/2012: 0.0.1">
<p>Initial private release.</p>
</subsection>
</section>
</body>
</document>
<?xml version="1.0"?>

<document>
<properties>
<title>CHANGES</title>
</properties>

<body>
<section name="Changelog">
<p>Dates are m/d/yyyy</p>
<subsection name="11/21/2016: 1.0.2">
<ul>
<li>Fixed &quot;connection reset&quot; issue encountered when uploading files with advanced encodings</li>
</ul>
</subsection>
<subsection name="10/9/2014: 1.0.1">
<ul>
<li>This is a maintenance release without any changes in functionality.</li>
<li>MOJI is now on Maven Central!</li>
</ul>
</subsection>
<subsection name="5/4/2014: 1.0">
<ul>
<li>Added base file support</li>
<li>Added an example project for Eclipse</li>
<li>Bumped version to 1.0 since it has been used in production for a long time now.</li>
</ul>
</subsection>
<subsection name="1/9/2013: 0.1">
<ul>
<li>Initial public release</li>
<li>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.</li>
<li>Added documentation</li>
</ul>
<p>Known issues:</p>
<ul>
<li>Unlike the original Perl client, this version does not support uploading base files yet.</li>
</ul>
</subsection>
<subsection name="8/8/2012: 0.0.1">
<p>Initial private release.</p>
</subsection>
</section>
</body>
</document>

0 comments on commit bb5a0bd

Please sign in to comment.