Skip to content

Commit

Permalink
set version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dzc34 committed Mar 29, 2017
1 parent f261f8f commit d1b3a10
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 21 deletions.
4 changes: 2 additions & 2 deletions contrast-finder-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>contrast-finder</artifactId>
<version>0.4.5-dev</version>
<version>0.4.5</version>
</parent>

<artifactId>contrast-finder-api</artifactId>
<version>0.4.5-dev</version>
<version>0.4.5</version>
<packaging>jar</packaging>
<name>contrast-finder-api</name>

Expand Down
4 changes: 2 additions & 2 deletions contrast-finder-hsv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>contrast-finder</artifactId>
<version>0.4.5-dev</version>
<version>0.4.5</version>
</parent>
<artifactId>contrast-finder-hsv</artifactId>
<version>0.4.5-dev</version>
<version>0.4.5</version>
<packaging>jar</packaging>
<name>contrast-finder-hsv</name>
<build>
Expand Down
4 changes: 2 additions & 2 deletions contrast-finder-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>contrast-finder</artifactId>
<version>0.4.5-dev</version>
<version>0.4.5</version>
</parent>
<artifactId>contrast-finder-impl</artifactId>
<version>0.4.5-dev</version>
<version>0.4.5</version>
<packaging>jar</packaging>
<name>contrast-finder-impl</name>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions contrast-finder-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>contrast-finder</artifactId>
<version>0.4.5-dev</version>
<version>0.4.5</version>
</parent>
<artifactId>contrast-finder-resources</artifactId>
<version>0.4.5-dev</version>
<version>0.4.5</version>
<name>contrast-finder-resources</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions contrast-finder-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>contrast-finder</artifactId>
<version>0.4.5-dev</version>
<version>0.4.5</version>
</parent>
<artifactId>contrast-finder-utils</artifactId>
<version>0.4.5-dev</version>
<version>0.4.5</version>
<packaging>jar</packaging>
<name>contrast-finder-utils</name>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions contrast-finder-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>contrast-finder</artifactId>
<version>0.4.5-dev</version>
<version>0.4.5</version>
</parent>
<artifactId>contrast-finder-webapp</artifactId>
<version>0.4.5-dev</version>
<version>0.4.5</version>
<packaging>war</packaging>

<name>contrast-finder-webapp</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<%@ page pageEncoding="UTF-8" %>

<%-- APP version --%>
<c:set var="appVersion" value="0.4.5-dev"/>
<c:set var="appVersion" value="0.4.5"/>

<%-- APP Name --%>
<c:set var="appName" value="Contrast-Finder"/>
Expand Down
8 changes: 4 additions & 4 deletions docker/RELEASE/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ FROM asqatasun/contrast-finder:pre-requisites_from-Ubuntu
#
# --- Building this docker image
# docker build -t asqatasun/contrast-finder .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.4.5-dev .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.4.5-dev/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.4.5-dev/contrast-finder_0.4.5-dev.i386.tar.gz .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.4.5 .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.4.5/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.4.5/contrast-finder_0.4.5.i386.tar.gz .
#
# --- Launch a container
# docker run -p 127.0.0.1:8087:8080 --name contrast.finder -d asqatasun/contrast-finder
Expand All @@ -27,7 +27,7 @@ FROM asqatasun/contrast-finder:pre-requisites_from-Ubuntu
###################################################################

# build variables
ARG CONTRAST_FINDER_RELEASE="0.4.5-dev"
ARG CONTRAST_FINDER_RELEASE="0.4.5"
ARG SRC_URL_PREFIX="https://github.com/Asqatasun/Contrast-Finder/releases/download/v${CONTRAST_FINDER_RELEASE}"
ARG SRC_URL="${SRC_URL_PREFIX}/contrast-finder_${CONTRAST_FINDER_RELEASE}.i386.tar.gz"

Expand Down
3 changes: 2 additions & 1 deletion docker/RELEASE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Tool to provide color combination for a good (accessible, WCAG-compliant) contra
Supported tags and respective `Dockerfile` links :

* [pre-requisites_from-Ubuntu](https://github.com/Asqatasun/Contrast-Finder/blob/master/docker/pre-requisites/pre-requisites_from-Ubuntu/Dockerfile)
* [v0.4.4, latest](https://github.com/Asqatasun/Contrast-Finder/blob/master/docker/RELEASE/Dockerfile)
* [v0.4.5, latest](https://github.com/Asqatasun/Contrast-Finder/blob/master/docker/RELEASE/Dockerfile)
* [v0.4.4](https://github.com/Asqatasun/Contrast-Finder/blob/v0.4.4/docker/RELEASE/Dockerfile)
* [v0.4.3](https://github.com/Asqatasun/Contrast-Finder/blob/v0.4.3/docker/RELEASE/Dockerfile)
* [v0.4.2](https://github.com/Asqatasun/Contrast-Finder/blob/v0.4.2/docker/RELEASE/Dockerfile)

Expand Down
2 changes: 1 addition & 1 deletion docker/SNAPSHOT-local_from-Tomcat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM tomcat:7.0-jre7
###################################################################

# environment variables
ENV CONTRAST_FINDER_RELEASE="0.4.5-dev"
ENV CONTRAST_FINDER_RELEASE="0.4.5"
ENV TOMCAT_WEBAPP_DIR="/usr/local/tomcat/webapps"

# Prepare Contrast-Finder
Expand Down
2 changes: 1 addition & 1 deletion docker/SNAPSHOT-local_from-Ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM asqatasun/contrast-finder:pre-requisites_from-Ubuntu
###################################################################

# environment variables
ENV CONTRAST_FINDER_RELEASE="0.4.5-dev"
ENV CONTRAST_FINDER_RELEASE="0.4.5"

# Add contrast-finder .war
ADD contrast-finder_${CONTRAST_FINDER_RELEASE}.i386.tar.gz /root
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.asqatasun</groupId>
<artifactId>contrast-finder</artifactId>
<packaging>pom</packaging>
<version>0.4.5-dev</version>
<version>0.4.5</version>
<name>contrast-finder</name>
<modules>
<module>contrast-finder-api</module>
Expand Down

0 comments on commit d1b3a10

Please sign in to comment.