Skip to content

Commit

Permalink
[maven-release-plugin] [skip ci] prepare release v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
microbean committed Jun 4, 2024
1 parent dc5e30d commit 1aa644f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bytebuddy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.microbean</groupId>
<artifactId>microbean-lang-parent</artifactId>
<version>0.0.13-SNAPSHOT</version>
<version>0.0.13</version>
</parent>

<name>microBean™ Lang: Byte Buddy</name>
Expand Down
2 changes: 1 addition & 1 deletion jandex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.microbean</groupId>
<artifactId>microbean-lang-parent</artifactId>
<version>0.0.13-SNAPSHOT</version>
<version>0.0.13</version>
</parent>

<name>microBean™ Lang: Jandex</name>
Expand Down
2 changes: 1 addition & 1 deletion lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.microbean</groupId>
<artifactId>microbean-lang-parent</artifactId>
<version>0.0.13-SNAPSHOT</version>
<version>0.0.13</version>
</parent>

<name>microBean™ Lang: Core</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.microbean</groupId>
<artifactId>microbean-lang-parent</artifactId>
<version>0.0.13-SNAPSHOT</version>
<version>0.0.13</version>
<packaging>pom</packaging>

<name>microBean™ Lang: Parent</name>
Expand Down Expand Up @@ -44,7 +44,7 @@
<connection>${scm.url}</connection>
<developerConnection>${scm.url}</developerConnection>
<url>https://github.com/microbean/microbean-lang/</url>
<tag>HEAD</tag>
<tag>v0.0.13</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 1aa644f

Please sign in to comment.