Skip to content

Commit

Permalink
bumping version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendrakariya committed Jan 13, 2016
1 parent 8df123e commit 6873529
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -16,7 +16,7 @@ Add the below snippet to pom.xml
<plugin>
<groupId>com.thoughtworks.gauge.maven</groupId>
<artifactId>gauge-maven-plugin</artifactId>
<version>1.0.6</version>
<version>1.1.0</version>
</plugin>
</plugins>
</build>
Expand Down Expand Up @@ -50,7 +50,7 @@ Run gauge specs in project as a part of maven test phase by adding the below exe
<plugin>
<groupId>com.thoughtworks.gauge.maven</groupId>
<artifactId>gauge-maven-plugin</artifactId>
<version>1.0.6</version>
<version>1.1.0</version>
<executions>
<execution>
<phase>test</phase>
Expand Down Expand Up @@ -78,7 +78,7 @@ The following plugin properties can be additionally set:
|inParallel| -DinParallel=true | Execute specs in parallel|
|nodes | -Dnodes=3 | Number of parallel execution streams. Use with ```parallel```|
|env | -Denv=qa | gauge env to run against |
|flags| -Dflags="--verbose,--simple-Console" | Add additional gauge flags to execution|
|flags| -Dflags="--verbose,--simpleConsole" | Add additional gauge flags to execution|
## Docs
* Read the [user docs](http://getgauge.io/documentation/user/current/dependency_management/maven-plugin.html) for more details.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.thoughtworks.gauge.maven</groupId>
<artifactId>gauge-maven-plugin</artifactId>
<version>1.0.6</version>
<version>1.1.0</version>
<packaging>maven-plugin</packaging>
<name>Gauge Maven Plugin</name>
<url>http://github.com/getgauge/gauge-maven-plugin</url>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/archetype-resources/pom.xml
Expand Up @@ -7,7 +7,7 @@
<dependency>
<groupId>com.thoughtworks.gauge</groupId>
<artifactId>gauge-java</artifactId>
<version>0.3.1</version>
<version>0.3.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -22,7 +22,7 @@
<plugin>
<groupId>com.thoughtworks.gauge.maven</groupId>
<artifactId>gauge-maven-plugin</artifactId>
<version>1.0.6</version>
<version>1.1.0</version>
<executions>
<execution>
<phase>test</phase>
Expand Down

0 comments on commit 6873529

Please sign in to comment.