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
devlauer committed Aug 18, 2024
1 parent 6fcf9e1 commit 18becb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plantuml-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.elnarion.util</groupId>
<artifactId>plantuml-generator</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<groupId>de.elnarion.maven</groupId>
<artifactId>plantuml-generator-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plantuml-generator-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.elnarion.util</groupId>
<artifactId>plantuml-generator</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>plantuml-generator-util</artifactId>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.elnarion.util</groupId>
<artifactId>plantuml-generator</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>utility and maven plugin project for generating plantuml class diagrams out of java classes
Expand Down Expand Up @@ -57,7 +57,7 @@
<connection>scm:git:ssh://git@github.com/devlauer/plantuml-generator.git</connection>
<developerConnection>scm:git:ssh://git@github.com/devlauer/plantuml-generator.git</developerConnection>
<url>https://github.com/devlauer/plantuml-generator/tree/master</url>
<tag>plantuml-generator-3.0.0</tag>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 18becb0

Please sign in to comment.