Skip to content

Commit

Permalink
Release version 2023.1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 24, 2024
1 parent c262093 commit aaa16f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
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.jmolecules</groupId>
<artifactId>jmolecules-bom</artifactId>
<version>2023.1.7-SNAPSHOT</version>
<version>2023.1.7</version>
<packaging>pom</packaging>

<name>jMolecules BOM</name>
Expand Down Expand Up @@ -234,7 +234,7 @@
<url>https://github.com/xmolecules/jmolecules-bom</url>
<connection>scm:git:https://github.com/xmolecules/jmolecules-bom</connection>
<developerConnection>scm:git:ssh://[email protected]/xmolecules/jmolecules-bom.git</developerConnection>
<tag>2023.1.x</tag>
<tag>2023.1.7</tag>
</scm>

<distributionManagement>
Expand Down
7 changes: 4 additions & 3 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A simple BOM to ease the consumption of jMolecules JARs, especially API and Inte
<dependency>
<groupId>org.jmolecules</groupId>
<artifactId>jmolecules-bom</artifactId>
<version>2023.1.6</version>
<version>2023.1.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -28,8 +28,9 @@ I.e. if you e.g. use the ByteBuddy integration, you will still need to declare t
|===
|BOM Version|jMolecules|jMolecules Integrations
|2023.2.0-SNAPSHOT|1.10.0-SNAPSHOT|0.23.0-SNAPSHOT
|2023.1.7-SNAPSHOT|1.9.0|0.23.0-SNAPSHOT
|*2023.1.6*|*1.9.0*|*0.22.1*
|2023.1.8-SNAPSHOT|1.9.0|0.24.0-SNAPSHOT
|*2023.1.7-SNAPSHOT*|*1.9.0*|*0.23.0*
|2023.1.6|1.9.0|0.22.1
|2023.1.5|1.9.0|0.22.0
|2023.1.4|1.9.0|0.21.0
|2023.1.3|1.9.0|0.20.0
Expand Down

0 comments on commit aaa16f2

Please sign in to comment.