Skip to content

Commit

Permalink
Set version to 1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
martinschneider committed May 8, 2018
1 parent 542ebb2 commit b5be657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.martinschneider</groupId>
<artifactId>yasew-core</artifactId>
<version>1.1</version>
<version>1.2-SNAPSHOT</version>
<name>YASeW</name>
<description>YASeW is a JAVA test framework targeting projects that support multiple platforms, in particular Web, Android and iOS. It follows a BDD approach and allows testing against all platforms using the same feature files. YASew’s main aim is to make the configuration and the actual test code as easy as possible.</description>
<developers>
Expand Down
4 changes: 3 additions & 1 deletion src/site/markdown/index.md
Expand Up @@ -26,7 +26,9 @@ Add the following Maven dependency to your `pom.xml`.
<dependency>
<groupId>io.github.martinschneider</groupId>
<artifactId>yasew-core</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<!-- You can also try the latest snapshot release instead -->
<!-- <version>1.2-SNAPSHOT</version> -->
</dependency>
```

Expand Down

0 comments on commit b5be657

Please sign in to comment.