Skip to content

Commit

Permalink
GH-50 - Release version 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Mar 15, 2021
1 parent 5c9faf7 commit 44787fd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.2.0-SNAPSHOT</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>jmolecules-events</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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<name>jMolecules</name>
Expand Down Expand Up @@ -220,7 +220,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.2.0</tag>
</scm>

</project>

0 comments on commit 44787fd

Please sign in to comment.