Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for 2.3.2 Release #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ facebook_username: Terracotta
asciidoc_attributes: &asciidoc_attributes
quartz-version: 2.4.0-SNAPSHOT
quartz-version-stable: 2.4.0
quartz-version-23x: 2.3.1-SNAPSHOT
quartz-version-23x-stable: 2.3.0
quartz-version-23x: 2.3.3-SNAPSHOT
quartz-version-23x-stable: 2.3.2

asciidoctor:
attributes: *asciidoc_attributes
Expand Down
Binary file removed downloads/files/quartz-2.3.0-distribution.tar.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 3 additions & 10 deletions downloads/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,12 @@ active_menu_id: site_mnu_download
---

= Downloads
:quartz-version: latest-x.y.z
:quartz-version-23x: latest-2.3.x

== Latest Snapshot Releases Downloads
== Latest Stable Release

* link:/downloads/files/quartz-{quartz-version}-distribution.tar.gz[quartz-{quartz-version}-distribution.tar.gz]
* link:/downloads/files/quartz-{quartz-version-23x}-distribution.tar.gz[quartz-{quartz-version-23x}-distribution.tar.gz]
* link:https://search.maven.org/artifact/org.quartz-scheduler/quartz/{quartz-version-23x-stable}/jar[Quartz Scheduler {quartz-version-23x-stable} on Maven Central]

== Latest Stable Releases Downloads

* link:/downloads/files/quartz-2.3.0-distribution.tar.gz[quartz-2.3.0-distribution.tar.gz]

== Previous Releases Downloads
== Previous Releases

* link:/downloads/files/quartz-2.2.3-distribution.tar.gz[quartz-2.2.3-distribution.tar.gz]
* link:/downloads/files/quartz-2.2.2-distribution.tar.gz[quartz-2.2.2-distribution.tar.gz]
Expand Down
2 changes: 1 addition & 1 deletion get-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cp -rf docs ../documentation/${VER}
#cp -r distribution/target/quartz-${VER}/javadoc/* ../api/${VER}

# Copy 2.3.x version of quartz docs to a subdir:
VER=2.3.1-SNAPSHOT
VER=2.3.3-SNAPSHOT
git checkout quartz-2.3.x
cp -rf docs ../documentation/${VER}
#mvn package -Pdist -DskipTests
Expand Down