Skip to content

Commit

Permalink
[maven-release-plugin] prepare release logevents-parent-0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jhannes committed Mar 25, 2024
1 parent de120b6 commit 095894f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion logevents-benchmark/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>logevents-parent</artifactId>
<groupId>org.logevents</groupId>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion logevents-config-demo/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.logevents</groupId>
<artifactId>logevents-parent</artifactId>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>
<artifactId>logevents-config-demo</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion logevents-junit5-demo/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.logevents</groupId>
<artifactId>logevents-parent</artifactId>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>

<artifactId>logevents-junit5-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logevents-servlets-demo/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.logevents</groupId>
<artifactId>logevents-parent</artifactId>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>
<artifactId>logevents-servlets-demo</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion logevents-smtp-demo/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>logevents-parent</artifactId>
<groupId>org.logevents</groupId>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion logevents/pom.xml
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.logevents</groupId>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
<artifactId>logevents-parent</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.logevents</groupId>
<artifactId>logevents-parent</artifactId>
<packaging>pom</packaging>
<version>0.5.5-SNAPSHOT</version>
<version>0.5.5</version>
<name>logevents for Java</name>
<description>Simple implementation of slf4j</description>

Expand Down Expand Up @@ -113,7 +113,7 @@
<connection>scm:git:https://github.com/jhannes/logevents.git</connection>
<developerConnection>scm:git:https://github.com/jhannes/logevents.git</developerConnection>
<url>https://github.com/jhannes/logevents.git</url>
<tag>logevents-parent-0.5.4</tag>
<tag>logevents-parent-0.5.5</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 095894f

Please sign in to comment.