Skip to content

Commit

Permalink
Validate Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dktsni committed Apr 9, 2019
1 parent 3c6164c commit 1ff9913
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
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.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>ara-client</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/top-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<div id="helps">
<!-- Keep the same width as logo+select: this is to center the menu when space is available -->
<Tooltip content="How to use ARA?" placement="bottom-end" :transfer="true">
<a :href="https://github.com/decathlon/ara/blob/master/doc/user/main/UserDocumentation.adoc"
<a :href="'https://github.com/decathlon/ara/blob/master/doc/user/main/UserDocumentation.adoc'"
target="_blank"><Icon type="md-help-circle" size="24" style="padding: 0;"/></a>
</Tooltip><!-- No space between items
--><Tooltip content="What's new in ARA?" placement="bottom-end" :transfer="false">
<a :href="https://github.com/decathlon/ara/blob/master/CHANGELOG.adoc"
<a :href="'https://github.com/decathlon/ara/blob/master/CHANGELOG.adoc'"
@click="setLatestChangelogVersion"
target="_blank"><Badge dot :count="changelogCount"><Icon type="md-notifications" size="24"/></Badge></a>
</Tooltip>
Expand Down
2 changes: 1 addition & 1 deletion client/src/views/functionality-cartography.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>

<div class="balance" style="text-align: right;">
<a :href="https://github.com/decathlon/ara/blob/master/doc/user/functionalities/CreateAndMoveFunctionalities.adoc"
<a href="https://github.com/decathlon/ara/blob/master/doc/user/functionalities/CreateAndMoveFunctionalities.adoc"
target="_blank" id="helpLink">
How to create &amp; move functionalities
<Icon type="md-help-circle" size="16" style="padding: 0; vertical-align: -3px;"/>
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.1.0-SNAPSHOT</version>
<version>3.1.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.1.0-SNAPSHOT</version>
<version>3.1.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.1.0-SNAPSHOT</version>
<version>3.1.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.1.0-SNAPSHOT</version>
<version>3.1.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.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<artifactId>ara-server</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 1ff9913

Please sign in to comment.