Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 21, 2023
1 parent cc17081 commit 48b81d6
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.informalin.framework</groupId>
<artifactId>parent</artifactId>
<version>0.11.3-SNAPSHOT</version>
<version>0.11.3</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.informalin.framework</groupId>
<artifactId>parent</artifactId>
<version>0.11.3-SNAPSHOT</version>
<version>0.11.3</version>
</parent>

<artifactId>configuration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.informalin.framework</groupId>
<artifactId>parent</artifactId>
<version>0.11.3-SNAPSHOT</version>
<version>0.11.3</version>
</parent>

<artifactId>docker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-model-extractor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.informalin.framework</groupId>
<artifactId>parent</artifactId>
<version>0.11.3-SNAPSHOT</version>
<version>0.11.3</version>
</parent>

<artifactId>java-model-extractor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.informalin.framework</groupId>
<artifactId>parent</artifactId>
<version>0.11.3-SNAPSHOT</version>
<version>0.11.3</version>
</parent>

<artifactId>models</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.informalin.framework</groupId>
<artifactId>parent</artifactId>
<version>0.11.3-SNAPSHOT</version>
<version>0.11.3</version>
</parent>

<artifactId>pipeline</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.informalin.framework</groupId>
<artifactId>parent</artifactId>
<version>0.11.3-SNAPSHOT</version>
<version>0.11.3</version>
<packaging>pom</packaging>

<name>InFormALin Framework</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<scm>
<connection>scm:git:git://github.com/InFormALin/Framework.git</connection>
<developerConnection>scm:git:ssh://github.com:InFormALin/Framework.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.11.3</tag>
<url>http://github.com/InFormALin/Framework/tree/main</url>
</scm>

Expand Down Expand Up @@ -191,27 +191,27 @@
<dependency>
<groupId>io.github.informalin.framework</groupId>
<artifactId>common</artifactId>
<version>0.11.3-SNAPSHOT</version>
<version>0.11.3</version>
</dependency>
<dependency>
<groupId>io.github.informalin.framework</groupId>
<artifactId>configuration</artifactId>
<version>0.11.3-SNAPSHOT</version>
<version>0.11.3</version>
</dependency>
<dependency>
<groupId>io.github.informalin.framework</groupId>
<artifactId>models</artifactId>
<version>0.11.3-SNAPSHOT</version>
<version>0.11.3</version>
</dependency>
<dependency>
<groupId>io.github.informalin.framework</groupId>
<artifactId>pipeline</artifactId>
<version>0.11.3-SNAPSHOT</version>
<version>0.11.3</version>
</dependency>
<dependency>
<groupId>io.github.informalin.framework</groupId>
<artifactId>docker</artifactId>
<version>0.11.3-SNAPSHOT</version>
<version>0.11.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 48b81d6

Please sign in to comment.