Skip to content

Commit

Permalink
Prepare for v1.2
Browse files Browse the repository at this point in the history
git-svn-id: https://joda-time.svn.sourceforge.net/svnroot/joda-time/trunk@1463 1e1cfbb7-5c0e-0410-a2f0-f98d92ec03a1
  • Loading branch information
jodastephen committed Nov 15, 2009
1 parent 3f98a41 commit 737ddf0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -240,6 +240,7 @@
<link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
<link>http://joda-time.sourceforge.net/api-release/</link>
</links>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Expand Up @@ -13,7 +13,7 @@
Use LocalDate.toDateTimeAtStartOfDay() [2461322]
</action>
<action dev="scolebourne" type="update">
Require Joda-Time 1.6
Require Joda-Time 1.5
</action>
<action dev="scolebourne" type="fix">
Method deepCopy() should just return the input value [2038742]
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/index.xml
Expand Up @@ -27,7 +27,7 @@ It aims to provide the classes necessary to persist Joda-Time objects.
&lt;% pageContext.setAttribute("now", new org.joda.time.DateTime()); %&gt;
<b>&lt;joda:format value="${now}" style="SM" /&gt;</b>
</source>-->
Version 1.2 was released on 2009-11-XX -
Version 1.2 was released on 2009-11-15 -
<a href="http://sourceforge.net/projects/joda-time/files/joda-time-hibernate/">Download now</a>
</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/licensecover.xml
Expand Up @@ -13,7 +13,7 @@
Joda-Time source code is released under the business-friendly
<a href="license.html">Apache 2.0 license</a>.
This is the same license as <a href="http://ant.apache.org">Ant</a>,
<a href="http://www.springframework.org">Spring</a>,
<a href="http://www.springsource.org">Spring</a>,
<a href="http://tomcat.apache.org">Tomcat</a> and
<a href="http://jakarta.apache.org">Jakarta</a>.
</p>
Expand Down

0 comments on commit 737ddf0

Please sign in to comment.