Skip to content

Commit

Permalink
Prepare 2.0.0 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
djbpitt committed Jul 24, 2022
1 parent c6d923c commit a1f0518
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ a practice application designed with users in mind

## Installation

1. Download the `pr-app-1.0.0.zip` file from GitHub [releases](https://github.com/gabikeane/pr-app/releases) page.
2. Rename the downloaded file `pr-app-1.0.0.xar`.
1. Download the `pr-app-2.0.0.zip` file from GitHub [releases](https://github.com/gabikeane/pr-app/releases) page.
2. Rename the downloaded file `pr-app-2.0.0.xar`.
2. Open the [dashboard](http://localhost:8080/exist/apps/dashboard/index.html) of your eXist-db instance and click on `package manager`.

1. Click on the `add package` symbol in the upper left corner and select the `.xar` file you just downloaded.
Expand All @@ -47,7 +47,7 @@ ant
ant dev
```

If you see `BUILD SUCCESSFUL` ant has generated a `pr-app-1.0.0.xar` file in the `build/` folder. To install it, follow the instructions [above](#installation).
If you see `BUILD SUCCESSFUL` ant has generated a `pr-app-2.0.0.xar` file in the `build/` folder. To install it, follow the instructions [above](#installation).



Expand Down
6 changes: 3 additions & 3 deletions expath-pkg.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<package
xmlns="http://expath.org/ns/pkg" name="http://www.obdurodon.org/Y/pr-app"
abbrev="pr-app" version="1.0.0" spec="1.0">
xmlns="http://expath.org/ns/pkg" name="http://www.obdurodon.org/apps/pr-app"
abbrev="pr-app" version="2.0.0" spec="1.0">
<title>a practice application designed with users in mind</title>
<dependency processor="http://exist-db.org" semver-min="5.0.0"/>
<dependency processor="http://exist-db.org" semver-min="5.3.0"/>
</package>
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pr-app",
"version": "1.0.0",
"version": "2.0.0",
"description": "a practice application designed with users in mind",
"homepage": "https://github.com/Pittsburgh-NEH-Institute/pr-app#readme",
"bugs": "https://github.com/Pittsburgh-NEH-Institute/pr-app/issues",
Expand Down
2 changes: 1 addition & 1 deletion post-install.xql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
xquery version "3.1";
(:~ The post-install runs after contents are copied to db.
:
: @version 1.0.0
: @version 2.0.0
:)
declare namespace repo="http://exist-db.org/xquery/repo";

Expand Down
2 changes: 1 addition & 1 deletion pre-install.xql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
xquery version "1.0";
(:~ The pre-install runs before the actual install and deploy.
:
: @version 1.0.0
: @version 2.0.0
:)
import module namespace xdb="http://exist-db.org/xquery/xmldb";

Expand Down
2 changes: 1 addition & 1 deletion repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description>a practice application designed with users in mind</description>
<author>gab_keane</author>
<website>http://www.obdurodon.org</website>
<status>alpha</status>
<status>stable</status>
<license>MIT</license>
<copyright>true</copyright>
<type>application</type>
Expand Down

0 comments on commit a1f0518

Please sign in to comment.