Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
asqatasun
Asqatasun
Commits
17f6f393
Commit
17f6f393
authored
Apr 30, 2019
by
Matthieu FAURE
Browse files
Release 4.1.0-rc.3
parent
8e94f908
Changes
77
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
22 additions
and
22 deletions
+22
-22
ansible/asqatasun/defaults/main.yml
ansible/asqatasun/defaults/main.yml
+1
-1
contributors.txt
contributors.txt
+3
-3
docker/RELEASE/Dockerfile
docker/RELEASE/Dockerfile
+1
-1
docker/SNAPSHOT-local/Dockerfile
docker/SNAPSHOT-local/Dockerfile
+1
-1
docker/SNAPSHOT/Dockerfile
docker/SNAPSHOT/Dockerfile
+1
-1
docker/SNAPSHOT/old_big-DockerFile/Dockerfile
docker/SNAPSHOT/old_big-DockerFile/Dockerfile
+1
-1
docker/pre-requisites/only-DB/Dockerfile
docker/pre-requisites/only-DB/Dockerfile
+1
-1
docker/pre-requisites/pre-requisites_with-empty-DB-local/Dockerfile
...-requisites/pre-requisites_with-empty-DB-local/Dockerfile
+1
-1
docker/pre-requisites/pre-requisites_with-empty-DB/Dockerfile
...er/pre-requisites/pre-requisites_with-empty-DB/Dockerfile
+1
-1
docker/pre-requisites/pre-requisites_without-DB/Dockerfile
docker/pre-requisites/pre-requisites_without-DB/Dockerfile
+1
-1
documentation/pom.xml
documentation/pom.xml
+1
-1
engine/analyser/pom.xml
engine/analyser/pom.xml
+1
-1
engine/asqatasun-api/pom.xml
engine/asqatasun-api/pom.xml
+1
-1
engine/asqatasun-engine/pom.xml
engine/asqatasun-engine/pom.xml
+1
-1
engine/asqatasun-resources/pom.xml
engine/asqatasun-resources/pom.xml
+1
-1
engine/audit/pom.xml
engine/audit/pom.xml
+1
-1
engine/commons-entity-jpa/pom.xml
engine/commons-entity-jpa/pom.xml
+1
-1
engine/commons-entity/pom.xml
engine/commons-entity/pom.xml
+1
-1
engine/commons-processing/pom.xml
engine/commons-processing/pom.xml
+1
-1
engine/consolidator/pom.xml
engine/consolidator/pom.xml
+1
-1
No files found.
ansible/asqatasun/defaults/main.yml
View file @
17f6f393
...
...
@@ -19,7 +19,7 @@ locale: 'en_US.UTF-8'
asqatasun_download_link
:
"
http://download.asqatasun.org/asqatasun-latest.tar.gz"
# Asqatasun version that you want to install, get the full list of releases
#by clicking in the release tab of the github main interface.
asqatasun_version
:
"
asqatasun-4.1.0-
SNAPSHOT
"
asqatasun_version
:
"
asqatasun-4.1.0-
rc.3
"
# Go this link to find your desired ESR Firefox
# For 32-bit architecture
...
...
contributors.txt
View file @
17f6f393
Commits Contributors
--------------------------
2600 Jérôme Kowalczyk
69
1
Fabrice Gangler
69
6
Fabrice Gangler
554 Jerome Kowalczyk
531 Matthieu FAURE
176 jkowalczyk
12
3
Matthieu Faure
12
9
Matthieu Faure
73 Anthony
64 lingua
52 neyo2010
...
...
@@ -50,5 +50,5 @@ Commits Contributors
1 nisan
---- Release 4.1.0-
SNAPSHOT
----------------------
---- Release 4.1.0-
rc.3
----------------------
docker/RELEASE/Dockerfile
View file @
17f6f393
...
...
@@ -26,7 +26,7 @@ ENV WWWPORT="8080" \
ASQA_ADMIN_EMAIL="admin@asqatasun.org" \
ASQA_ADMIN_PASSWD="myAsqaPassword" \
ASQA_RELEASE="4.0.3"
# ASQA_RELEASE="4.1.0-
SNAPSHOT
"
# ASQA_RELEASE="4.1.0-
rc.3
"
EXPOSE
$WWWPORT
...
...
docker/SNAPSHOT-local/Dockerfile
View file @
17f6f393
...
...
@@ -38,7 +38,7 @@ ENV JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/" \
ASQA_URL="http://localhost:8080/asqatasun/" \
ASQA_ADMIN_EMAIL="admin@asqatasun.org" \
ASQA_ADMIN_PASSWD="myAsqaPassword" \
ASQA_RELEASE="4.1.0-
SNAPSHOT
"
ASQA_RELEASE="4.1.0-
rc.3
"
EXPOSE
$WWWPORT
...
...
docker/SNAPSHOT/Dockerfile
View file @
17f6f393
...
...
@@ -32,7 +32,7 @@ ENV WWWPORT="8080" \
ASQA_URL="http://localhost:8080/asqatasun/" \
ASQA_ADMIN_EMAIL="admin@asqatasun.org" \
ASQA_ADMIN_PASSWD="myAsqaPassword" \
ASQA_RELEASE="4.1.0-
SNAPSHOT
"
ASQA_RELEASE="4.1.0-
rc.3
"
EXPOSE
$WWWPORT
...
...
docker/SNAPSHOT/old_big-DockerFile/Dockerfile
View file @
17f6f393
...
...
@@ -21,7 +21,7 @@ ENV WWWPORT="8080" \
ASQA_URL="http://localhost:8080/asqatasun/" \
ASQA_ADMIN_EMAIL="admin@asqatasun.org" \
ASQA_ADMIN_PASSWD="myAsqaPassword" \
ASQA_RELEASE="4.1.0-
SNAPSHOT
"
ASQA_RELEASE="4.1.0-
rc.3
"
EXPOSE
$WWWPORT
...
...
docker/pre-requisites/only-DB/Dockerfile
View file @
17f6f393
...
...
@@ -18,7 +18,7 @@ ENV DATABASE_PORT="3306" \
DATABASE_HOST="localhost" \
DATABASE_USER="asqatasun" \
DATABASE_PASSWD="asqaP4sswd" \
ASQA_RELEASE="4.1.0-
SNAPSHOT
"
ASQA_RELEASE="4.1.0-
rc.3
"
EXPOSE
$DATABASE_PORT
...
...
docker/pre-requisites/pre-requisites_with-empty-DB-local/Dockerfile
View file @
17f6f393
...
...
@@ -18,7 +18,7 @@ ENV WWWPORT="8080" \
DATABASE_HOST="localhost" \
DATABASE_USER="asqatasun" \
DATABASE_PASSWD="asqaP4sswd" \
ASQA_RELEASE="4.1.0-
SNAPSHOT
"
ASQA_RELEASE="4.1.0-
rc.3
"
EXPOSE
$WWWPORT
...
...
docker/pre-requisites/pre-requisites_with-empty-DB/Dockerfile
View file @
17f6f393
...
...
@@ -18,7 +18,7 @@ ENV WWWPORT="8080" \
DATABASE_HOST="localhost" \
DATABASE_USER="asqatasun" \
DATABASE_PASSWD="asqaP4sswd" \
ASQA_RELEASE="4.1.0-
SNAPSHOT
"
ASQA_RELEASE="4.1.0-
rc.3
"
EXPOSE
$WWWPORT
...
...
docker/pre-requisites/pre-requisites_without-DB/Dockerfile
View file @
17f6f393
...
...
@@ -16,7 +16,7 @@ USER root
ENV
WWWPORT="8080" \
TOMCAT_WEBAPP_DIR="/var/lib/tomcat7/webapps" \
TOMCAT_USER="tomcat7" \
ASQA_RELEASE="4.1.0-
SNAPSHOT
"
ASQA_RELEASE="4.1.0-
rc.3
"
EXPOSE
$WWWPORT
...
...
documentation/pom.xml
View file @
17f6f393
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.asqatasun
</groupId>
<artifactId>
asqatasun
</artifactId>
<version>
4.1.0-
SNAPSHOT
</version>
<version>
4.1.0-
rc.3
</version>
</parent>
<artifactId>
documentation
</artifactId>
<version>
0.5.2-dev
</version>
...
...
engine/analyser/pom.xml
View file @
17f6f393
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.asqatasun
</groupId>
<artifactId>
engine
</artifactId>
<version>
4.1.0-
SNAPSHOT
</version>
<version>
4.1.0-
rc.3
</version>
</parent>
<artifactId>
asqatasun-analyser
</artifactId>
<name>
analyser
</name>
...
...
engine/asqatasun-api/pom.xml
View file @
17f6f393
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.asqatasun
</groupId>
<artifactId>
engine
</artifactId>
<version>
4.1.0-
SNAPSHOT
</version>
<version>
4.1.0-
rc.3
</version>
</parent>
<artifactId>
asqatasun-api
</artifactId>
<name>
asqatasun-api
</name>
...
...
engine/asqatasun-engine/pom.xml
View file @
17f6f393
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.asqatasun
</groupId>
<artifactId>
engine
</artifactId>
<version>
4.1.0-
SNAPSHOT
</version>
<version>
4.1.0-
rc.3
</version>
</parent>
<artifactId>
asqatasun-engine
</artifactId>
<name>
asqatasun-engine
</name>
...
...
engine/asqatasun-resources/pom.xml
View file @
17f6f393
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.asqatasun
</groupId>
<artifactId>
engine
</artifactId>
<version>
4.1.0-
SNAPSHOT
</version>
<version>
4.1.0-
rc.3
</version>
</parent>
<artifactId>
asqatasun-resources
</artifactId>
<name>
asqatasun-resources
</name>
...
...
engine/audit/pom.xml
View file @
17f6f393
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.asqatasun
</groupId>
<artifactId>
engine
</artifactId>
<version>
4.1.0-
SNAPSHOT
</version>
<version>
4.1.0-
rc.3
</version>
</parent>
<artifactId>
asqatasun-audit
</artifactId>
<name>
audit
</name>
...
...
engine/commons-entity-jpa/pom.xml
View file @
17f6f393
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.asqatasun
</groupId>
<artifactId>
engine
</artifactId>
<version>
4.1.0-
SNAPSHOT
</version>
<version>
4.1.0-
rc.3
</version>
</parent>
<artifactId>
asqatasun-commons-entity-jpa
</artifactId>
<name>
commons-entity-jpa
</name>
...
...
engine/commons-entity/pom.xml
View file @
17f6f393
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.asqatasun
</groupId>
<artifactId>
engine
</artifactId>
<version>
4.1.0-
SNAPSHOT
</version>
<version>
4.1.0-
rc.3
</version>
</parent>
<artifactId>
asqatasun-commons-entity
</artifactId>
<name>
commons-entity
</name>
...
...
engine/commons-processing/pom.xml
View file @
17f6f393
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.asqatasun
</groupId>
<artifactId>
engine
</artifactId>
<version>
4.1.0-
SNAPSHOT
</version>
<version>
4.1.0-
rc.3
</version>
</parent>
<artifactId>
asqatasun-commons-processing
</artifactId>
<name>
commons-processing
</name>
...
...
engine/consolidator/pom.xml
View file @
17f6f393
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
org.asqatasun
</groupId>
<artifactId>
engine
</artifactId>
<version>
4.1.0-
SNAPSHOT
</version>
<version>
4.1.0-
rc.3
</version>
</parent>
<artifactId>
asqatasun-consolidator
</artifactId>
<name>
consolidator
</name>
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment