Skip to content

Commit

Permalink
start work on 1.2.24-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Nov 21, 2022
1 parent ddf79cf commit 60d8aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>reload4j</artifactId>
<packaging>jar</packaging>
<name>reload4j</name>
<version>1.2.23</version>
<version>1.2.24-SNAPSHOT</version>
<description>Reload4j revives EOLed log4j 1.x</description>

<url>https://reload4j.qos.ch</url>
Expand All @@ -48,7 +48,7 @@

<properties>
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
<project.build.outputTimestamp>2022-11-21T15:28:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-11-21T16:00:56Z</project.build.outputTimestamp>
<jdk.version>1.5</jdk.version>
<maven.compiler.source>${jdk.version}</maven.compiler.source>
<maven.compiler.target>${jdk.version}</maven.compiler.target>
Expand Down

0 comments on commit 60d8aae

Please sign in to comment.