Skip to content

Commit

Permalink
GH-67 - Prepare next development iteration.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Jan 10, 2022
1 parent 69d90af commit e3645cf
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -2,7 +2,7 @@ name: Java CI with Maven

on:
push:
branches: [ main ]
branches: [ main, 1.* ]
pull_request:
branches: [ main ]

Expand Down
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jmolecules-architecture</artifactId>
<groupId>org.jmolecules</groupId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<artifactId>jmolecules-cqrs-architecture</artifactId>
Expand Down
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jmolecules-architecture</artifactId>
<groupId>org.jmolecules</groupId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<artifactId>jmolecules-layered-architecture</artifactId>
Expand Down
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jmolecules-architecture</artifactId>
<groupId>org.jmolecules</groupId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<artifactId>jmolecules-onion-architecture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmolecules-architecture/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jmolecules</artifactId>
<groupId>org.jmolecules</groupId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<artifactId>jmolecules-architecture</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmolecules-ddd/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jmolecules</groupId>
<artifactId>jmolecules</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<artifactId>jmolecules-ddd</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmolecules-events/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jmolecules</groupId>
<artifactId>jmolecules</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
</parent>

<artifactId>jmolecules-events</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jmolecules</groupId>
<artifactId>jmolecules</artifactId>
<version>1.4.0</version>
<version>1.4.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>jMolecules</name>
Expand Down Expand Up @@ -222,7 +222,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>1.4.0</tag>
<tag>HEAD</tag>
</scm>

</project>

0 comments on commit e3645cf

Please sign in to comment.