Skip to content

Commit

Permalink
prepare for 2.4.0 release, update news page, fix apt pages from maven…
Browse files Browse the repository at this point in the history
… complaints
  • Loading branch information
tpoindex committed Oct 16, 2012
1 parent 76fd12d commit 8575370
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 605 deletions.
2 changes: 1 addition & 1 deletion maven-build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
project.build.outputDirectory=${maven.build.outputDir}
project.build.directory=${maven.build.dir}
maven.test.reports=${maven.build.dir}/test-reports
maven.build.finalName=jtcl-2.3.0
maven.build.finalName=jtcl-2.4.0
maven.reporting.outputDirectory=${maven.build.dir}/site
maven.build.testResourceDir.0=src/test/resources
maven.build.outputDir=${maven.build.dir}/classes
Expand Down
2 changes: 1 addition & 1 deletion maven-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<property file="${user.home}/.m2/maven.properties"/>
<property file="maven-build.properties"/>

<property name="maven.build.finalName" value="jtcl-2.3.0"/>
<property name="maven.build.finalName" value="jtcl-2.4.0"/>
<property name="maven.build.dir" value="target"/>
<property name="maven.build.outputDir" value="${maven.build.dir}/classes"/>
<property name="maven.build.srcDir.0" value="src/main/java"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>tcl.lang</groupId>
<artifactId>jtcl</artifactId>
<packaging>jar</packaging>
<version>2.3.0</version>
<version>2.4.0</version>
<properties>
<project.build.sourceEncoding>US-ASCII</project.build.sourceEncoding>
<project.reporting.outputEncoding>US-ASCII</project.reporting.outputEncoding>
Expand Down
6 changes: 3 additions & 3 deletions src/site/apt/docs/jtcllib/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

jtcllib is a library modules specifically for JTcl using Java classes.

* {{{fleet.html}fleet 0.1}} Simple concurrent processing
* {{{./fleet.html}fleet 0.1}} Simple concurrent processing

* {{{hyde.html}hyde 1.6}} Compile and execute Java code from JTcl
* {{{./hyde.html}hyde 1.6}} Compile and execute Java code from JTcl

* {{{ziplib.html}ziplib 1.0}} Read and write ZIP and JAR files.
* {{{./ziplib.html}ziplib 1.0}} Read and write ZIP and JAR files.


Loading

0 comments on commit 8575370

Please sign in to comment.