Skip to content

Commit

Permalink
Merge tag '1.5.1'
Browse files Browse the repository at this point in the history
Release 1.5.1
  • Loading branch information
Hi-Fi committed Jan 14, 2019
2 parents 6049edb + 8549733 commit 2647254
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Releasing

osx:
```bash
grep -rl 'sion>1.5.0</ver' ./ | xargs sed -i '' 's|sion>1.5.0</ver|sion>1.6</ver|g'
grep -rl 'sion>1.5.1</ver' ./ | xargs sed -i '' 's|sion>1.5.1</ver|sion>1.6</ver|g'
```
linux:
```bash
grep -rl 'sion>1.5.0</ver' ./ | xargs sed -i 's|sion>1.5.0</ver|sion>1.6</ver|g'
grep -rl 'sion>1.5.1</ver' ./ | xargs sed -i 's|sion>1.5.1</ver|sion>1.6</ver|g'
```
Last you should update those rows above.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add the plugin to your build:
<plugin>
<groupId>org.robotframework</groupId>
<artifactId>robotframework-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.robotframework</groupId>
<artifactId>robotframework-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.5.0</version>
<version>1.5.1</version>
<name>Robot Framework Maven Plugin</name>
<description>
Maven plugin for the Robot Framework.
Expand Down Expand Up @@ -202,7 +202,7 @@
<dependency>
<groupId>org.robotframework</groupId>
<artifactId>robotframework</artifactId>
<version>3.1</version>
<version>3.1.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/examples/javalibraries.apt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Using Java Libraries with the Robotframework Plugin
<plugin>
<groupId>org.robotframework</groupId>
<artifactId>robotframework-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<configuration>
<extraPathDirectories>
<extraPathDirectory>src/test/resources/python</extraPathDirectory>
Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Robot Framework Maven Plugin
<plugin>
<groupId>org.robotframework</groupId>
<artifactId>robotframework-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -126,7 +126,7 @@ Robot Framework Maven Plugin
<plugin>
<groupId>org.robotframework</groupId>
<artifactId>robotframework-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/transitioning.apt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Trasitioning from old version of Robot Framework Maven Plugin
<plugin>
<groupId>org.robotframework</groupId>
<artifactId>robotframework-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</plugin>
+---

Expand All @@ -46,7 +46,7 @@ Trasitioning from old version of Robot Framework Maven Plugin
<plugin>
<groupId>org.robotframework</groupId>
<artifactId>robotframework-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<configuration>
<libdoc>
<libraryOrResourceFile>MyLib</libraryOrResourceFile>
Expand Down

0 comments on commit 2647254

Please sign in to comment.