Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Micky002 committed Feb 27, 2019
1 parent 4066eb5 commit baf419a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions browserstack/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>at.willhaben.willtest</groupId>
<artifactId>willtest</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</parent>

<artifactId>browserstack</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>at.willhaben.willtest</groupId>
<artifactId>willtest</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</parent>

<artifactId>core</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>at.willhaben.willtest</groupId>
<artifactId>willtest</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</parent>

<artifactId>examples</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Practical examples</description>
Expand Down
4 changes: 2 additions & 2 deletions log4j/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>at.willhaben.willtest</groupId>
<artifactId>willtest</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</parent>

<artifactId>log4j</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Log4j specific utilities</description>
Expand Down
2 changes: 1 addition & 1 deletion maven-utils/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>willtest</artifactId>
<groupId>at.willhaben.willtest</groupId>
<version>2.0.5</version>
<version>2.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-utils</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions misc/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>at.willhaben.willtest</groupId>
<artifactId>willtest</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</parent>

<artifactId>misc</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Classes to use the Core and Browserstack module in JUnit tests</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>at.willhaben.willtest</groupId>
<artifactId>willtest</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit baf419a

Please sign in to comment.