Skip to content

Commit

Permalink
Ready for 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davemckain committed May 26, 2010
1 parent d5659ca commit 4eaaaaa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jacomax-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All Rights Reserved
<parent>
<groupId>uk.ac.ed.ph.jacomax</groupId>
<artifactId>jacomax-all</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jacomax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All Rights Reserved
<parent>
<groupId>uk.ac.ed.ph.jacomax</groupId>
<artifactId>jacomax-all</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All Rights Reserved
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ed.ph.jacomax</groupId>
<artifactId>jacomax-all</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.2</version>
<packaging>pom</packaging>
<modules>
<module>jacomax</module>
Expand Down
12 changes: 11 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ All Rights Reserved
<author email="david.mckain&#xa0;[at]&#xa0;ed.ac.uk">David McKain</author>
</properties>
<body>
<release version="0.2.2" date="2010-05-26" description="Version 0.2.2 (SVN revision 34)">
<action dev="davemckain" type="fix" date="2010-05-26">
Fixed a couple of uses of Java 1.6 features, replacing with alternatives that
work with Java 1.5
</action>
<action dev="davemckain" type="update" date="2010-04-23">
Improved assembly descriptors for building source and binary bundles. I'm now
offering both source and binary downloads. (As well as SVN, of course.)
</action>
</release>
<release version="0.2.1" date="2010-04-21" description="Version 0.2.1 (SVN revision 29)">
<action dev="davemckain" type="update" date="2010-04-21">
Merged the jacomax-sample and jacomax-diagnostic modules together, as having two separate
Expand All @@ -23,7 +33,7 @@ All Rights Reserved
to output single newlines in all of the cases I've tried.)
</action>
<action dev="davemckain" type="fix" date="2010-04-15">
Default values for call/batch timeouts are now more conservative. (60 and 180 seconds, respectively.)
Default values for call/batch timeouts are now more lenient. (60 and 180 seconds, respectively.)
</action>
<action dev="davemckain" type="fix" date="2010-04-15">
Changed the logic that constructs that actual call input sent to Maxima so that the code block
Expand Down

0 comments on commit 4eaaaaa

Please sign in to comment.