Skip to content

Commit

Permalink
set version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dzc34 committed Nov 28, 2017
1 parent ae6ae0e commit 58fb8f2
Showing 18 changed files with 29 additions and 50 deletions.
23 changes: 1 addition & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,17 @@
# CHANGELOG

Contrast-Finder 0.8.3, 2017-11-xx
Contrast-Finder 0.8.3, 2017-11-28
---------------------------------

Upgrade-o-meter: just replace the .war file and restart Tomcat

### New Feature
none

### Security
none

### Outdated dependencies
- [#100 - Upgraded SpringFramework (4.3.13 instead of 4.3.12)](https://github.com/Asqatasun/Contrast-Finder/issues/100)
- [#101 - Upgraded commons-lang3 (3.7 instead of 3.6)](https://github.com/Asqatasun/Contrast-Finder/issues/101)
- [#102 - Upgraded markdown-page-generator-plugin (2.0.0 instead of 1.0.0)](https://github.com/Asqatasun/Contrast-Finder/issues/102)
- [#103 - Upgraded maven-javadoc-plugin (3.0.0-M1 instead of 2.10.4)](https://github.com/Asqatasun/Contrast-Finder/issues/103)
- [#105 - Upgraded org.owasp:dependency-check (3.0.2 instead of 1.4.5)](https://github.com/Asqatasun/Contrast-Finder/issues/105)

### Bug
none

### Improvement
none

### Refactoring
none

### Configuration
none

### Documentation
none

### Task
- [#104 - Added maven-jxr-plugin (needed for maven-checkstyle-plugin)](https://github.com/Asqatasun/Contrast-Finder/issues/104)
- [#106 - Added unit tests coverage report (jacoco-maven-plugin)](https://github.com/Asqatasun/Contrast-Finder/issues/106)
10 changes: 5 additions & 5 deletions docker/RELEASE/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM asqatasun/contrast-finder:pre-requisites_from-Ubuntu
LABEL org.label-schema.schema-version = "1.0.0-rc.1" \
org.label-schema.name = "Contrast-Finder - WebApp" \
org.label-schema.version = "0.8.3-SNAPSHOT" \
org.label-schema.version = "0.8.3" \
org.label-schema.url = "https://contrast-finder.org" \
org.label-schema.vcs-url = "https://github.com/Asqatasun/Contrast-Finder" \
org.label-schema.docker.cmd = "docker run -p 8087:8080 -d asqatasun/contrast-finder" \
@@ -13,9 +13,9 @@ LABEL org.label-schema.schema-version = "1.0.0-rc.1"
#
# --- Building this docker image
# docker build -t asqatasun/contrast-finder .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.8.3-SNAPSHOT .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.8.3-SNAPSHOT/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.8.3-SNAPSHOT/contrast-finder_0.8.3-SNAPSHOT.i386.tar.gz .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.8.3 .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.8.3/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.8.3/contrast-finder_0.8.3.i386.tar.gz .
#
# --- Launch a container
# docker run -p 127.0.0.1:8087:8080 --name contrast.finder -d asqatasun/contrast-finder
@@ -36,7 +36,7 @@ LABEL org.label-schema.schema-version = "1.0.0-rc.1"
###################################################################

# build variables
ARG CONTRAST_FINDER_RELEASE="0.8.3-SNAPSHOT"
ARG CONTRAST_FINDER_RELEASE="0.8.3"
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"

2 changes: 1 addition & 1 deletion docker/RELEASE/README.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ 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.8.3-SNAPSHOT, latest](https://github.com/Asqatasun/Contrast-Finder/blob/master/docker/RELEASE/Dockerfile)
* [v0.8.3, latest](https://github.com/Asqatasun/Contrast-Finder/blob/master/docker/RELEASE/Dockerfile)
* [v0.8.2](https://github.com/Asqatasun/Contrast-Finder/blob/v0.8.2/docker/RELEASE/Dockerfile)
* [v0.8.1](https://github.com/Asqatasun/Contrast-Finder/blob/v0.8.1/docker/RELEASE/Dockerfile)
* [v0.8.0](https://github.com/Asqatasun/Contrast-Finder/blob/v0.8.0/docker/RELEASE/Dockerfile)
2 changes: 1 addition & 1 deletion docker/SNAPSHOT-local_from-Tomcat/Dockerfile
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ FROM tomcat:7.0-jre7
###################################################################

# environment variables
ENV CONTRAST_FINDER_RELEASE="0.8.3-SNAPSHOT"
ENV CONTRAST_FINDER_RELEASE="0.8.3"
ENV TOMCAT_WEBAPP_DIR="/usr/local/tomcat/webapps"

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

# environment variables
ENV CONTRAST_FINDER_RELEASE="0.8.3-SNAPSHOT"
ENV CONTRAST_FINDER_RELEASE="0.8.3"

# Add contrast-finder .war
ADD contrast-finder_${CONTRAST_FINDER_RELEASE}.i386.tar.gz /root
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ FROM asqatasun/contrast-finder:pre-requisites_from-Ubuntu
###################################################################

# environment variables
ENV CONTRAST_FINDER_RELEASE="0.8.3-SNAPSHOT"
ENV CONTRAST_FINDER_RELEASE="0.8.3"
ENV CONF_DEFAULT_ALGO="Rgb"
# ENV CONF_DEFAULT_ALGO="Rgb"
# ENV CONF_DEFAULT_ALGO="HSV"
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ FROM asqatasun/contrast-finder:pre-requisites_from-Ubuntu
###################################################################

# environment variables
ENV CONTRAST_FINDER_RELEASE="0.8.3-SNAPSHOT"
ENV CONTRAST_FINDER_RELEASE="0.8.3"
ENV CONF_ENV="debug"

# Add contrast-finder .war
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ FROM asqatasun/contrast-finder:pre-requisites_from-Ubuntu
###################################################################

# environment variables
ENV CONTRAST_FINDER_RELEASE="0.8.3-SNAPSHOT"
ENV CONTRAST_FINDER_RELEASE="0.8.3"
ENV PIWIK_KEY="9"
ENV PIWIK_URL="http://localhost/piwik/"

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:14.04
LABEL org.label-schema.schema-version = "1.0.0-rc.1" \
org.label-schema.name = "Contrast-Finder - WebApp pre-requisites" \
org.label-schema.version = "0.8.3-SNAPSHOT" \
org.label-schema.version = "0.8.3" \
org.label-schema.url = "https://contrast-finder.org" \
org.label-schema.vcs-url = "https://github.com/Asqatasun/Contrast-Finder"
# ----> documentation http://label-schema.org/
4 changes: 2 additions & 2 deletions documentation/pom.xml
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>contrast-finder</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
</parent>
<artifactId>documentation</artifactId>
<packaging>pom</packaging>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<name>contrast-finder-documentation</name>
<licenses>
<license>
4 changes: 2 additions & 2 deletions engine/api/pom.xml
Original file line number Diff line number Diff line change
@@ -4,10 +4,10 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>engine</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
</parent>
<artifactId>contrast-finder-api</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>api</name>
<licenses>
4 changes: 2 additions & 2 deletions engine/hsv/pom.xml
Original file line number Diff line number Diff line change
@@ -4,10 +4,10 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>engine</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
</parent>
<artifactId>contrast-finder-hsv</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>hsv</name>
<licenses>
4 changes: 2 additions & 2 deletions engine/impl/pom.xml
Original file line number Diff line number Diff line change
@@ -4,10 +4,10 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>engine</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
</parent>
<artifactId>contrast-finder-impl</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>impl</name>
<licenses>
4 changes: 2 additions & 2 deletions engine/pom.xml
Original file line number Diff line number Diff line change
@@ -4,10 +4,10 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>contrast-finder</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
</parent>
<artifactId>engine</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>pom</packaging>
<name>contrast-finder-engine</name>
<licenses>
4 changes: 2 additions & 2 deletions engine/utils/pom.xml
Original file line number Diff line number Diff line change
@@ -4,10 +4,10 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>engine</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
</parent>
<artifactId>contrast-finder-utils</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>utils</name>
<licenses>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
<groupId>org.asqatasun</groupId>
<artifactId>contrast-finder</artifactId>
<packaging>pom</packaging>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<name>Contrast-Finder</name>
<licenses>
<license>
4 changes: 2 additions & 2 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
@@ -4,10 +4,10 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>contrast-finder</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
</parent>
<artifactId>webapp</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>war</packaging>
<name>contrast-finder-webapp</name>
<licenses>
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<%@ page pageEncoding="UTF-8" %>

<%-- APP version --%>
<c:set var="appVersion" value="0.8.3-SNAPSHOT"/>
<c:set var="appVersion" value="0.8.3"/>

<%-- APP Name --%>
<c:set var="appName" value="Contrast-Finder"/>

0 comments on commit 58fb8f2

Please sign in to comment.