forked from devlauer/plantuml-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare for next development iteration
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -57,7 +57,7 @@ | |
<connection>scm:git:ssh://[email protected]/devlauer/plantuml-generator.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/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> | ||
|