Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schlichtherle committed Aug 18, 2023
1 parent f3098b2 commit ad9e5cf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>global.namespace.bali</groupId>
<artifactId>bali-java-root</artifactId>
<version>0.11.8-SNAPSHOT</version>
<version>0.11.8</version>
</parent>

<artifactId>bali-annotation</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions java-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>global.namespace.bali</groupId>
<artifactId>bali-java-root</artifactId>
<version>0.11.8-SNAPSHOT</version>
<version>0.11.8</version>
</parent>

<artifactId>bali-java-sample</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>global.namespace.bali</groupId>
<artifactId>bali-java</artifactId>
<version>0.11.8-SNAPSHOT</version>
<version>0.11.8</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>global.namespace.bali</groupId>
<artifactId>bali-java-root</artifactId>
<version>0.11.8-SNAPSHOT</version>
<version>0.11.8</version>
</parent>

<artifactId>bali-java</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>global.namespace.bali</groupId>
<artifactId>bali-annotation</artifactId>
<version>0.11.8-SNAPSHOT</version>
<version>0.11.8</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>global.namespace.bali</groupId>
<artifactId>bali-java-root</artifactId>
<version>0.11.8-SNAPSHOT</version>
<version>0.11.8</version>
<packaging>pom</packaging>

<name>Bali DI Root for Java</name>
Expand All @@ -41,7 +41,7 @@
<connection>scm:git:https://github.com/christian-schlichtherle/bali-di.git</connection>
<developerConnection>scm:git:git@github.com:christian-schlichtherle/bali-di.git</developerConnection>
<url>https://github.com/christian-schlichtherle/bali-di</url>
<tag>HEAD</tag>
<tag>v0.11.8</tag>
</scm>

<properties>
Expand Down

0 comments on commit ad9e5cf

Please sign in to comment.