Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldelshell committed May 9, 2020
1 parent 427ee0e commit b872e14
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion amforeas-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>1</version>
</parent>
<artifactId>amforeas-client</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion amforeas-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>amforeas-core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions amforeas-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<version>1</version>
</parent>
<artifactId>amforeas-demo</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>amforeas</groupId>
<artifactId>amforeas-jetty</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
Expand Down
6 changes: 3 additions & 3 deletions amforeas-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>amforeas-jetty</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>amforeas</groupId>
<artifactId>amforeas-core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>amforeas</groupId>
<artifactId>amforeas-servlet</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
4 changes: 2 additions & 2 deletions amforeas-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<version>1</version>
</parent>
<artifactId>amforeas-servlet</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<dependencies>
<dependency>
<groupId>amforeas</groupId>
<artifactId>amforeas-core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
Expand Down
6 changes: 3 additions & 3 deletions amforeas-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
<!-- Use mvn org.codehaus.cargo:cargo-maven2-plugin:run to run with tomcat -->

<artifactId>amforeas-war</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>war</packaging>

<dependencies>
<dependency>
<groupId>amforeas</groupId>
<artifactId>amforeas-core</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>amforeas</groupId>
<artifactId>amforeas-servlet</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion extras/docker/demo-local.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

FROM openjdk:11-jre-slim-buster

ARG AMFOREAS_VERSION=1.1.0-SNAPSHOT
ARG AMFOREAS_VERSION=1.1.0
ARG RUN_JAVA_VERSION=1.3.7

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'
Expand Down

0 comments on commit b872e14

Please sign in to comment.