Skip to content

Commit

Permalink
Bump version to 2.6, remove obsolete demo link from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
willemvlh committed Aug 25, 2024
1 parent 0e9105a commit 87fa92f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ There are two ways of installing the application:
* Download the JAR file from the Releases section on GitHub.
* By using Docker: `$ docker pull ghcr.io/willemvlh/saxon-server:latest`

## Demo

A live server is accessible at https://transform.bezdomny.net/.
For example, you can run following cURL command to get the current time of the server:

`curl https://transform.bezdomny.net/query -X POST -F xsl="current-dateTime()" -F output="method=text"`

Do not send sensitive information.

## Running

If you use Docker, use following command:
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@
</parent>
<groupId>io.github.willemvlh</groupId>
<artifactId>saxon-server</artifactId>
<version>2.5</version>
<version>2.6</version>
<name>saxon-server</name>
<description>Saxon server</description>
<properties>
<version>${project.version}</version>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 87fa92f

Please sign in to comment.