Skip to content

Commit

Permalink
GH-102 - Release version 1.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Aug 18, 2023
1 parent 2555e60 commit 835e3b2
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jmolecules-architecture</artifactId>
<groupId>org.jmolecules</groupId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>jmolecules-cqrs-architecture</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jmolecules-architecture</artifactId>
<groupId>org.jmolecules</groupId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>jmolecules-hexagonal-architecture</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jmolecules-architecture</artifactId>
<groupId>org.jmolecules</groupId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>jmolecules-layered-architecture</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jmolecules-architecture</artifactId>
<groupId>org.jmolecules</groupId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>jmolecules-onion-architecture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmolecules-architecture/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jmolecules</artifactId>
<groupId>org.jmolecules</groupId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>jmolecules-architecture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmolecules-ddd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jmolecules</groupId>
<artifactId>jmolecules</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>jmolecules-ddd</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmolecules-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jmolecules</groupId>
<artifactId>jmolecules</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>jmolecules-events</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kmolecules-ddd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jmolecules</groupId>
<artifactId>jmolecules</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</parent>

<artifactId>kmolecules-ddd</artifactId>
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.jmolecules</groupId>
<artifactId>jmolecules</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<packaging>pom</packaging>

<name>jMolecules</name>
Expand Down Expand Up @@ -224,7 +224,7 @@
<url>https://github.com/xmolecules/jmolecules</url>
<connection>scm:git:https://github.com/xmolecules/jmolecules</connection>
<developerConnection>scm:git:ssh://git@github.com/xmolecules/jmolecules.git</developerConnection>
<tag>HEAD</tag>
<tag>1.9.0</tag>
</scm>

</project>

0 comments on commit 835e3b2

Please sign in to comment.