Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
fix maven site
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Apr 24, 2015
1 parent f679889 commit 9facaef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<groupId>net.sf.fax4j</groupId>
<artifactId>fax4j-x2fax</artifactId>
<version>0.0.9</version>
<version>0.1.0</version>
<packaging>jar</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<fax4j.version>0.42.9</fax4j.version>
<fax4j.version>0.43.1</fax4j.version>
</properties>

<name>fax4j-x2fax</name>
Expand Down
8 changes: 8 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
</properties>

<body>
<release version="0.1.0" date="2015-04-24" description="Maven site fix">
<action dev="Sagie Gur-Ari" type="fix">
<![CDATA[
Fixed maven site links.
]]>
</action>
</release>

<release version="0.0.9" date="2015-04-24" description="Migrate To Github">
<action dev="Sagie Gur-Ari" type="update">
<![CDATA[
Expand Down
1 change: 0 additions & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<body>
<menu name="fax4j-x2fax">
<item name="Overview" href="/index.html"/>
<item name="Download" href="https://github.com/sagiegurari/x2fax/releases/latest"/>
<item name="Installation/Setup Instructions" href="/setup_instructions.html"/>
<item name="Change Log" href="/changes-report.html"/>
</menu>
Expand Down

0 comments on commit 9facaef

Please sign in to comment.