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
uhafner committed Jan 19, 2024
1 parent c2f9cc7 commit c6087e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions doc/dependency-graph.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@startuml
skinparam defaultTextAlignment center
skinparam rectangle {
BackgroundColor<<optional>> beige
BackgroundColor<<test>> lightGreen
BackgroundColor<<runtime>> lightBlue
BackgroundColor<<provided>> lightGray
}
@enduml
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle</artifactId>
<version>3.36.0</version>
<version>3.37.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand All @@ -22,7 +22,7 @@
<connection>scm:git:https://github.com/uhafner/codingstyle.git</connection>
<developerConnection>scm:git:[email protected]:uhafner/codingstyle.git</developerConnection>
<url>https://github.com/uhafner/codingstyle</url>
<tag>v3.36.0</tag>
<tag>HEAD</tag>
</scm>

<licenses>
Expand Down

0 comments on commit c6087e2

Please sign in to comment.