Difference between revisions of "Releases"

From BaseX Documentation
Jump to navigation Jump to search
 
(14 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
==Official Releases==
 
==Official Releases==
  
Our release files for various platforms are linked from our homepage; they are updated every 2-8 weeks:
+
Our releases, packaged for various platforms, are linked from our homepage. They are updated every 2-8 weeks:
  
* {{mono|http://basex.org/products/download/all-downloads}}
+
: https://basex.org/download/
  
Our file server contains links to older releases as well (but we recommend everyone to stay up-to-date and work with the latest version):
+
Our file server contains links to older releases as well (but we recommend everyone to stay up-to-date, as you’ll get faster feedback working with the latest version):
  
* {{mono|http://files.basex.org/releases}}
+
: https://files.basex.org/releases/
  
 
==Stable Snapshots==
 
==Stable Snapshots==
  
If you are a developer, we recommend you to regularly download one of our stable snapshots, which are deployed on our file server several times a week:
+
If you are a developer, we recommend you to regularly download one of our stable snapshots, which are packaged and uploaded several times a week:
  
* {{mono|http://files.basex.org/releases/latest/}}
+
: https://files.basex.org/releases/latest/
  
 
Note that the offered snapshot files are replaced as soon as newer versions are available.
 
Note that the offered snapshot files are replaced as soon as newer versions are available.
  
==Maven Artifacts==
+
==Code Base==
  
The official releases and the current snapshots of both our core and our API packages are also deployed as [[Maven]] artifacts on our file server at regular intervals:
+
If you always want to be on the cutting edge, you are invited to [[git|watch and clone]] our GitHub repository:
  
* {{mono|http://files.basex.org/maven/org/basex/}}
+
: https://github.com/BaseXdb/basex/
  
==Sources==
+
We do our best to keep our main repository stable as well.
  
If you want to be on the cutting edge, you are invited to watch our GitHub repository, and [[git|pull the latest sources]]:
+
==Maven Artifacts==
  
* {{mono|https://github.com/BaseXdb/}}
+
The official releases and the current snapshots of both our core and our API packages are also deployed as [[Maven]] artifacts on our file server at regular intervals:
  
Our extensive JUnit tests and development branches ensure that our main repository base will always be stable.
+
: https://files.basex.org/maven/org/basex/
  
 
==Linux==
 
==Linux==
  
BaseX can also be found in some Linux distributions, such as Debian and Ubuntu (Suse and other distributions will follow soon):
+
BaseX can also be found in some Linux distributions, such as Debian, Ubuntu and archlinux:
  
* Debian: {{mono|http://packages.debian.org/sid/basex}}
+
* Debian: https://packages.debian.org/sid/basex
* Ubuntu: {{mono|https://launchpad.net/ubuntu/+source/basex}}
+
* Ubuntu: https://launchpad.net/ubuntu/+source/basex
 +
* Arch Linux: https://aur.archlinux.org/packages/basex

Latest revision as of 20:24, 15 July 2020

This page is part of the Developer Section. It lists the official locations of major and minor BaseX versions:

Official Releases[edit]

Our releases, packaged for various platforms, are linked from our homepage. They are updated every 2-8 weeks:

https://basex.org/download/

Our file server contains links to older releases as well (but we recommend everyone to stay up-to-date, as you’ll get faster feedback working with the latest version):

https://files.basex.org/releases/

Stable Snapshots[edit]

If you are a developer, we recommend you to regularly download one of our stable snapshots, which are packaged and uploaded several times a week:

https://files.basex.org/releases/latest/

Note that the offered snapshot files are replaced as soon as newer versions are available.

Code Base[edit]

If you always want to be on the cutting edge, you are invited to watch and clone our GitHub repository:

https://github.com/BaseXdb/basex/

We do our best to keep our main repository stable as well.

Maven Artifacts[edit]

The official releases and the current snapshots of both our core and our API packages are also deployed as Maven artifacts on our file server at regular intervals:

https://files.basex.org/maven/org/basex/

Linux[edit]

BaseX can also be found in some Linux distributions, such as Debian, Ubuntu and archlinux: