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

Commit 48b81d6

Browse files
committed
[maven-release-plugin] prepare release v0.11.3
1 parent cc17081 commit 48b81d6

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.informalin.framework</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.11.3-SNAPSHOT</version>
7+
<version>0.11.3</version>
88
</parent>
99

1010
<artifactId>common</artifactId>

configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.informalin.framework</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.11.3-SNAPSHOT</version>
7+
<version>0.11.3</version>
88
</parent>
99

1010
<artifactId>configuration</artifactId>

docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.informalin.framework</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.11.3-SNAPSHOT</version>
7+
<version>0.11.3</version>
88
</parent>
99

1010
<artifactId>docker</artifactId>

java-model-extractor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.informalin.framework</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.11.3-SNAPSHOT</version>
7+
<version>0.11.3</version>
88
</parent>
99

1010
<artifactId>java-model-extractor</artifactId>

models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.informalin.framework</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.11.3-SNAPSHOT</version>
7+
<version>0.11.3</version>
88
</parent>
99

1010
<artifactId>models</artifactId>

pipeline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.informalin.framework</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.11.3-SNAPSHOT</version>
7+
<version>0.11.3</version>
88
</parent>
99

1010
<artifactId>pipeline</artifactId>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.informalin.framework</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.11.3-SNAPSHOT</version>
7+
<version>0.11.3</version>
88
<packaging>pom</packaging>
99

1010
<name>InFormALin Framework</name>
@@ -54,7 +54,7 @@
5454
<scm>
5555
<connection>scm:git:git://github.com/InFormALin/Framework.git</connection>
5656
<developerConnection>scm:git:ssh://github.com:InFormALin/Framework.git</developerConnection>
57-
<tag>HEAD</tag>
57+
<tag>v0.11.3</tag>
5858
<url>http://github.com/InFormALin/Framework/tree/main</url>
5959
</scm>
6060

@@ -191,27 +191,27 @@
191191
<dependency>
192192
<groupId>io.github.informalin.framework</groupId>
193193
<artifactId>common</artifactId>
194-
<version>0.11.3-SNAPSHOT</version>
194+
<version>0.11.3</version>
195195
</dependency>
196196
<dependency>
197197
<groupId>io.github.informalin.framework</groupId>
198198
<artifactId>configuration</artifactId>
199-
<version>0.11.3-SNAPSHOT</version>
199+
<version>0.11.3</version>
200200
</dependency>
201201
<dependency>
202202
<groupId>io.github.informalin.framework</groupId>
203203
<artifactId>models</artifactId>
204-
<version>0.11.3-SNAPSHOT</version>
204+
<version>0.11.3</version>
205205
</dependency>
206206
<dependency>
207207
<groupId>io.github.informalin.framework</groupId>
208208
<artifactId>pipeline</artifactId>
209-
<version>0.11.3-SNAPSHOT</version>
209+
<version>0.11.3</version>
210210
</dependency>
211211
<dependency>
212212
<groupId>io.github.informalin.framework</groupId>
213213
<artifactId>docker</artifactId>
214-
<version>0.11.3-SNAPSHOT</version>
214+
<version>0.11.3</version>
215215
</dependency>
216216
</dependencies>
217217
</dependencyManagement>

0 commit comments

Comments
 (0)