Skip to content

Commit

Permalink
prepared for release 05.00.04-SRU
Browse files Browse the repository at this point in the history
  • Loading branch information
svenruppert committed Apr 11, 2024
1 parent 195e37c commit 5a1e432
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
Project is build via JitPack

## Version's
### 05.00.04-SRU
updated plugins and minimum maven version to 4.0.0

### 05.00.03-SRU
Switched to the groupd ID com.github.svenruppert
because custom domain names (com.svenruppert) are not working properly with Jitpack.
Expand Down
4 changes: 2 additions & 2 deletions core-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.svenruppert</groupId>
<artifactId>dependencies</artifactId>
<version>05.00.03-SRU</version>
<version>05.00.04-SRU</version>
</parent>

<artifactId>core-properties</artifactId>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.github.svenruppert</groupId>
<artifactId>logger-adapter</artifactId>
<version>05.00.03-SRU</version>
<version>05.00.04-SRU</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.svenruppert</groupId>
<artifactId>dependencies</artifactId>
<version>05.00.03-SRU</version>
<version>05.00.04-SRU</version>
</parent>

<artifactId>core</artifactId>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.github.svenruppert</groupId>
<artifactId>logger-adapter</artifactId>
<version>05.00.03-SRU</version>
<version>05.00.04-SRU</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion logger-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.svenruppert</groupId>
<artifactId>dependencies</artifactId>
<version>05.00.03-SRU</version>
<version>05.00.04-SRU</version>
</parent>

<artifactId>logger-adapter</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>dependencies</artifactId>
<packaging>pom</packaging>

<version>05.00.03-SRU</version>
<version>05.00.04-SRU</version>

<inceptionYear>2013</inceptionYear>
<organization>
Expand Down Expand Up @@ -93,7 +93,7 @@
<kotlin.compiler.version>1.9.23</kotlin.compiler.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

<minimum-maven.version>3.9.1</minimum-maven.version>
<minimum-maven.version>3.9.6</minimum-maven.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -785,7 +785,7 @@
<plugin>
<groupId>com.github.webdriverextensions</groupId>
<artifactId>webdriverextensions-maven-plugin</artifactId>
<version>3.4.0</version>
<version>4.0.0</version>
</plugin>
<plugin>
<groupId>de.sormuras.junit</groupId>
Expand Down

0 comments on commit 5a1e432

Please sign in to comment.