Skip to content

Commit

Permalink
[skip ci] [maven-release-plugin] prepare release tjahzi-parent-0.9.32
Browse files Browse the repository at this point in the history
  • Loading branch information
tkowalcz committed Sep 1, 2023
1 parent 1b29ea3 commit 3c2167a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>pl.tkowalcz.tjahzi</groupId>
<artifactId>tjahzi-parent</artifactId>
<version>0.9.32-SNAPSHOT</version>
<version>0.9.32</version>
</parent>

<name>core</name>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>pl.tkowalcz.tjahzi</groupId>
<artifactId>loki-protobuf</artifactId>
<version>0.9.32-SNAPSHOT</version>
<version>0.9.32</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion log4j2-appender-nodep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>pl.tkowalcz.tjahzi</groupId>
<artifactId>tjahzi-parent</artifactId>
<version>0.9.32-SNAPSHOT</version>
<version>0.9.32</version>
</parent>

<name>log4j2-appender-nodep</name>
Expand Down
4 changes: 2 additions & 2 deletions log4j2-appender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>pl.tkowalcz.tjahzi</groupId>
<artifactId>tjahzi-parent</artifactId>
<version>0.9.32-SNAPSHOT</version>
<version>0.9.32</version>
</parent>

<name>log4j2-appender</name>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>pl.tkowalcz.tjahzi</groupId>
<artifactId>core</artifactId>
<version>0.9.32-SNAPSHOT</version>
<version>0.9.32</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions logback-appender-nodep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>pl.tkowalcz.tjahzi</groupId>
<artifactId>tjahzi-parent</artifactId>
<version>0.9.32-SNAPSHOT</version>
<version>0.9.32</version>
</parent>

<name>logback-appender-nodep</name>
<artifactId>logback-appender-nodep</artifactId>
<packaging>jar</packaging>
<version>0.9.32-SNAPSHOT</version>
<version>0.9.32</version>

<properties>
<!--add comma separated artifact names from dependencies, to be included in unpacking-->
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>pl.tkowalcz.tjahzi</groupId>
<artifactId>logback-appender</artifactId>
<version>0.9.32-SNAPSHOT</version>
<version>0.9.32</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions logback-appender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
<parent>
<groupId>pl.tkowalcz.tjahzi</groupId>
<artifactId>tjahzi-parent</artifactId>
<version>0.9.32-SNAPSHOT</version>
<version>0.9.32</version>
</parent>

<name>logback-appender</name>
<artifactId>logback-appender</artifactId>
<packaging>jar</packaging>
<version>0.9.32-SNAPSHOT</version>
<version>0.9.32</version>

<dependencies>
<dependency>
<groupId>pl.tkowalcz.tjahzi</groupId>
<artifactId>core</artifactId>
<version>0.9.32-SNAPSHOT</version>
<version>0.9.32</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion loki-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>pl.tkowalcz.tjahzi</groupId>
<artifactId>tjahzi-parent</artifactId>
<version>0.9.32-SNAPSHOT</version>
<version>0.9.32</version>
</parent>

<name>loki-protobuf</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>pl.tkowalcz.tjahzi</groupId>
<artifactId>tjahzi-parent</artifactId>
<packaging>pom</packaging>
<version>0.9.32-SNAPSHOT</version>
<version>0.9.32</version>

<name>Tjahzi</name>
<description>Tjahzi is a low overhead logging client for Loki</description>
Expand All @@ -25,7 +25,7 @@
<scm>
<developerConnection>scm:git:[email protected]:tkowalcz/tjahzi.git</developerConnection>
<url>https://github.com/tkowalcz/tjahzi</url>
<tag>tjahzi-0.7</tag>
<tag>tjahzi-parent-0.9.32</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 3c2167a

Please sign in to comment.