From c44c4be28039ad37b9aef7b90cd3514d55e58bfb Mon Sep 17 00:00:00 2001 From: John Mayfield Date: Tue, 6 Nov 2018 14:33:42 +0000 Subject: [PATCH] Release 1.3 --- README.md | 12 ++++++------ cdkdepict-lib/pom.xml | 2 +- cdkdepict-webapp/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1da40fd..0a8029d 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,15 @@ A web application for generating chemical structure depictions from SMILES. An image is available on DockerHub, [https://hub.docker.com/r/simolecule/cdkdepict/](https://hub.docker.com/r/simolecule/cdkdepict/). To launch a CDK Depict web serivce running on 8081: ``` -$ docker run -p 8081:8080 simolecule/cdkdepict:1.2 +$ docker run -p 8081:8080 simolecule/cdkdepict:1.3 ``` #### Prepacked release You can download prebuilt releases from GitHub: - * [`cdkdepict-1.2.war`](https://github.com/cdk/depict/releases/download/1.2/cdkdepict-1.2.war) - * [`cdkdepict-1.2.jar`](https://github.com/cdk/depict/releases/download/1.2/cdkdepict-1.2.jar) + * [`cdkdepict-1.3.war`](https://github.com/cdk/depict/releases/download/1.3/cdkdepict-1.3.war) + * [`cdkdepict-1.3.jar`](https://github.com/cdk/depict/releases/download/1.3/cdkdepict-1.3.jar) #### Build @@ -30,8 +30,8 @@ target directory. The WAR file can be deployed to an application server (e.g. TomCat, Jetty, GlassFish, JBOSS) whilst the JAR launches it's own embedded server. ``` -$ target/cdkdepict-1.2.war -$ target/cdkdepict-1.2.jar +$ target/cdkdepict-1.3.war +$ target/cdkdepict-1.3.jar ``` #### Embedded App @@ -41,7 +41,7 @@ Run the following command and access the site 'http://localhost:8081' by web browser. ``` -$ java -jar target/cdkdepict-1.2.jar -httpPort 8081 +$ java -jar target/cdkdepict-1.3.jar -httpPort 8081 ``` ### Docker container diff --git a/cdkdepict-lib/pom.xml b/cdkdepict-lib/pom.xml index 214611a..772034b 100644 --- a/cdkdepict-lib/pom.xml +++ b/cdkdepict-lib/pom.xml @@ -5,7 +5,7 @@ cdkdepict org.openscience.cdk - 1.3-SNAPSHOT + 1.3 4.0.0 cdkdepict-lib diff --git a/cdkdepict-webapp/pom.xml b/cdkdepict-webapp/pom.xml index 657d45b..eae9c83 100644 --- a/cdkdepict-webapp/pom.xml +++ b/cdkdepict-webapp/pom.xml @@ -5,7 +5,7 @@ cdkdepict org.openscience.cdk - 1.3-SNAPSHOT + 1.3 war 4.0.0 diff --git a/pom.xml b/pom.xml index e74b57c..73e84ca 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.openscience.cdk cdkdepict - 1.3-SNAPSHOT + 1.3 cdkdepict-lib cdkdepict-webapp