Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dktsni committed Mar 20, 2019
1 parent dd29657 commit 905fb01
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ For instance, on Windows, you can use http://getgreenshot.org/ for screenshots
and https://www.screentogif.com/ for animated-GIFs.
////

== 3.0.0 (to be released)
== 3.0.0

First version of ARA with a release of the source code.

=== Technical Changes

* *[BREAKING CHANGE]* Change the way the final Executable is builded.
* *[FEATURE]* Add the integration to Decathlon's internal CI.

=== User-Visible Changes

== 2.4.3
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.decathlon.ara</groupId>
<artifactId>ara-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>ara-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion final/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.decathlon.ara</groupId>
<artifactId>ara-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>ara-final</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion generated-cucumber-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.decathlon.ara</groupId>
<artifactId>ara-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>ara-generated-cucumber-report</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.decathlon.ara</groupId>
<artifactId>ara-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>ara-lib</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.decathlon.ara</groupId>
<artifactId>ara-parent</artifactId>
<packaging>pom</packaging>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<name>Agile Regression Analyzer - Parent</name>

Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.decathlon.ara</groupId>
<artifactId>ara-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>ara-server</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 905fb01

Please sign in to comment.