Skip to content

Commit

Permalink
release notes link and version bump;
Browse files Browse the repository at this point in the history
  • Loading branch information
buzdin committed Apr 22, 2014
1 parent 502793d commit 526845a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ If you are using Maven, simply copy-paste this dependency to your project.
<dependency>
<groupId>net.sf.dozer</groupId>
<artifactId>dozer</artifactId>
<version>5.4.0</version>
<version>5.5.1</version>
</dependency>

Apache Ivy users can copy-paste the following line instead.

<dependency org="net.sf.dozer" name="dozer" rev="5.4.0"/>
<dependency org="net.sf.dozer" name="dozer" rev="5.5.1"/>

Simple Example
--------------------------------
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/dozer/util/DozerConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public final class DozerConstants {

private DozerConstants() {}

public static final String CURRENT_VERSION = "5.5.0";
public static final String CURRENT_VERSION = "5.5.1";

public static final boolean DEFAULT_WILDCARD_POLICY = true;
public static final boolean DEFAULT_ERROR_POLICY = true;
Expand Down
5 changes: 4 additions & 1 deletion core/src/site/xdoc/releasenotes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@

<section name="Release Notes">

<h3>5.5.1 <font size="-3" color="gray"><i>12/01/2012</i></font></h3>
<p><a href="https://github.com/DozerMapper/dozer/issues?milestone=3&amp;state=closed">Release Notes on GitHub</a></p>

<h3>5.4.0 <font size="-3" color="gray"><i>12/01/2012</i></font></h3>
<p>Bug Fixes</p>

Expand Down Expand Up @@ -2197,4 +2200,4 @@
</ul>
</section>
</body>
</document>
</document>

0 comments on commit 526845a

Please sign in to comment.