Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dodie committed Jul 10, 2019
1 parent f7a156f commit 09fb66c
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>hu.advancedweb</groupId>
<artifactId>scott-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<packaging>pom</packaging>

<name>Scott Test Reporter - POM</name>
Expand Down
2 changes: 1 addition & 1 deletion scott-examples/cucumber-info-cukes/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id "hu.advancedweb.scott-plugin" version "3.5.0-SNAPSHOT"
id "hu.advancedweb.scott-plugin" version "3.5.0"
}

group 'hu.advancedweb'
Expand Down
4 changes: 2 additions & 2 deletions scott-examples/cucumber-info-cukes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<plugin>
<groupId>hu.advancedweb</groupId>
<artifactId>scott-maven-plugin</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>hu.advancedweb</groupId>
<artifactId>scott</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions scott-examples/cucumber-io-cucumber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<plugin>
<groupId>hu.advancedweb</groupId>
<artifactId>scott-maven-plugin</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>hu.advancedweb</groupId>
<artifactId>scott</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion scott-examples/junit4/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id "hu.advancedweb.scott-gradle-plugin" version "3.5.0-SNAPSHOT"
id "hu.advancedweb.scott-gradle-plugin" version "3.5.0"
}

group 'hu.advancedweb'
Expand Down
4 changes: 2 additions & 2 deletions scott-examples/junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<plugin>
<groupId>hu.advancedweb</groupId>
<artifactId>scott-maven-plugin</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>hu.advancedweb</groupId>
<artifactId>scott</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion scott-examples/junit5/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id "hu.advancedweb.scott-gradle-plugin" version "3.5.0-SNAPSHOT"
id "hu.advancedweb.scott-gradle-plugin" version "3.5.0"
}

group 'hu.advancedweb'
Expand Down
4 changes: 2 additions & 2 deletions scott-examples/junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<plugin>
<groupId>hu.advancedweb</groupId>
<artifactId>scott-maven-plugin</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>hu.advancedweb</groupId>
<artifactId>scott</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion scott-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'hu.advanceweb'
version '3.5.0-SNAPSHOT'
version '3.5.0'

sourceCompatibility = 1.8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class ScottPlugin implements Plugin<Project> {

public static final String DEFAULT_SCOTT_VERSION = "3.5.0-SNAPSHOT";
public static final String DEFAULT_SCOTT_VERSION = "3.5.0";
public static final String AGENT_CONFIGURATION_NAME = "scottAgent";
public static final String PLUGIN_EXTENSION_NAME = "scott";

Expand Down
2 changes: 1 addition & 1 deletion scott-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>hu.advancedweb</groupId>
<artifactId>scott-maven-plugin</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<url>https://github.com/dodie/scott</url>
<packaging>maven-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion scott-tests/configuration-based-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>hu.advancedweb</groupId>
<artifactId>configuration-based-tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion scott-tests/configuration-example-classes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>hu.advancedweb</groupId>
<artifactId>configuration-example-classes</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion scott-tests/junit4-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>hu.advancedweb</groupId>
<artifactId>junit4-tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion scott-tests/junit5-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>hu.advancedweb</groupId>
<artifactId>junit5-tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion scott-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>hu.advancedweb</groupId>
<artifactId>scott-tests</artifactId>
<packaging>pom</packaging>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>

<name>Scott Test Reporter - Tests</name>

Expand Down
2 changes: 1 addition & 1 deletion scott/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>hu.advancedweb</groupId>
<artifactId>scott</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<url>https://github.com/dodie/scott</url>

<properties>
Expand Down

0 comments on commit 09fb66c

Please sign in to comment.