Skip to content

Commit

Permalink
Merge branch 'release/1.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Nov 3, 2024
2 parents 57ae157 + bf97dbe commit 13d4ef7
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.dominokit</groupId>
<artifactId>domino-slf4j-logger</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -61,10 +61,10 @@

<properties>
<snapshot.version>HEAD-SNAPSHOT</snapshot.version>
<next.release.version>1.0.3</next.release.version>
<next.release.version>1.0.4</next.release.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand All @@ -80,14 +80,14 @@
<maven.license.plugin>3.0</maven.license.plugin>
<maven.surfire.plugin>3.0.0-M1</maven.surfire.plugin>
<maven.gwt.plugin>1.1.0</maven.gwt.plugin>
<elemental2.version>1.2.1</elemental2.version>
<elemental2.version>1.2.3</elemental2.version>
</properties>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 13d4ef7

Please sign in to comment.