Skip to content

Commit 8202dcd

Browse files
duncdrumjoewiz
authored andcommitted
changed superfluous mentions of v2.0 to match current release
1 parent f538689 commit 8202dcd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/development-starter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</section>
4242
<section>
4343
<title>The Packaging</title>
44-
<para>eXist-db 2.0 builds on the concept of self-contained, modular applications which
44+
<para>eXist-db builds on the concept of self-contained, modular applications which
4545
can be deployed into any database instance using a standardized packaging format.
4646
Applications live inside the database, so application code, HTML views, associated
4747
services and data all reside in the same place - though maybe in different root

data/repo.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>Package Repository</title>
99
<section>
1010
<title>Introduction</title>
11-
<para>The eXist-db package repository is a central component of eXist-db 2.0. It makes
11+
<para>The eXist-db package repository is a central component of eXist-db. It makes
1212
it easy to manage and deploy external packages (.xar archives) which include
1313
everything they need to run third party XQuery libraries, full applications or
1414
other XML technology functionality. This document provides technical details on the
@@ -24,9 +24,9 @@
2424
</listitem>
2525
</itemizedlist>
2626
<para>This split made it difficult to redistribute applications. For larger setups,
27-
maintenance easily became tedious. To solve those problems, eXist-db 2.0 introduces the
27+
maintenance easily became tedious. To solve those problems, eXist-db 2.0 introduced the
2828
concept of self-contained, modular applications which can be deployed into any database
29-
instance using a standardized packaging format. The eXist-db 2.0 distribution is built around this
29+
instance using a standardized packaging format. Later eXist-db distributions are built around this
3030
concept: documentation, examples and administration utilities have been moved out of the
3131
webapp directory and into separate application packages, which can be easily installed
3232
or removed on demand. The Dashboard is now the central hub for managing packages.</para>

0 commit comments

Comments
 (0)