Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex1304 committed May 11, 2024
1 parent 308b30e commit b9c9b34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.alex1304.botrino</groupId>
<artifactId>botrino</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>botrino-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alex1304.botrino</groupId>
<artifactId>botrino</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>botrino-archetype</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion interaction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.alex1304.botrino</groupId>
<artifactId>botrino</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>botrino-interaction</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>com.alex1304.botrino</groupId>
<artifactId>botrino</artifactId>
<packaging>pom</packaging>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>

<modules>
<module>api</module>
Expand Down Expand Up @@ -61,7 +61,7 @@
<url>https://github.com/Alex1304/botrino/tree/master</url>
<connection>scm:git:git://github.com/Alex1304/botrino.git</connection>
<developerConnection>scm:git:ssh://[email protected]/Alex1304/botrino.git</developerConnection>
<tag>v1.1.1</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit b9c9b34

Please sign in to comment.