Skip to content

Commit ac945f9

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1533e24 commit ac945f9

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.t1</groupId>
77
<artifactId>openapi-ui</artifactId>
8-
<version>1.2.2</version>
8+
<version>1.2.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>openapi-ui-cli</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.t1</groupId>
77
<artifactId>openapi-ui</artifactId>
8-
<version>1.2.2</version>
8+
<version>1.2.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>openapi-ui-core</artifactId>

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.t1</groupId>
77
<artifactId>openapi-ui</artifactId>
8-
<version>1.2.2</version>
8+
<version>1.2.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>openapi-ui-demo</artifactId>

maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.t1</groupId>
77
<artifactId>openapi-ui</artifactId>
8-
<version>1.2.2</version>
8+
<version>1.2.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>openapi-ui-maven-plugin</artifactId>

pom.xml

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

55
<groupId>com.github.t1</groupId>
66
<artifactId>openapi-ui</artifactId>
7-
<version>1.2.2</version>
7+
<version>1.2.3-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>OpenAPI UI Next</name>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:https://github.com/t1/openapi-ui-next.git</connection>
3232
<developerConnection>scm:git:https://github.com/t1/openapi-ui-next.git</developerConnection>
3333
<url>https://github.com/t1/openapi-ui-next</url>
34-
<tag>v1.2.2</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<issueManagement>

quarkus-extension/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.t1</groupId>
77
<artifactId>openapi-ui-quarkus-parent</artifactId>
8-
<version>1.2.2</version>
8+
<version>1.2.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>openapi-ui-quarkus-deployment</artifactId>

quarkus-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.t1</groupId>
77
<artifactId>openapi-ui</artifactId>
8-
<version>1.2.2</version>
8+
<version>1.2.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>openapi-ui-quarkus-parent</artifactId>

quarkus-extension/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.t1</groupId>
77
<artifactId>openapi-ui-quarkus-parent</artifactId>
8-
<version>1.2.2</version>
8+
<version>1.2.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>openapi-ui-quarkus</artifactId>

0 commit comments

Comments
 (0)