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
github-actions[bot] committed Oct 7, 2024
1 parent 064b392 commit ed18c52
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>de.muenchen.oss.ezldap</groupId>
<artifactId>ezLDAP-parent</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
</parent>

<artifactId>ezLDAP-client-v1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lib-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>de.muenchen.oss.ezldap</groupId>
<artifactId>ezLDAP-parent</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
</parent>
<artifactId>ezLDAP-lib-core</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion lib-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>de.muenchen.oss.ezldap</groupId>
<artifactId>ezLDAP-parent</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
</parent>
<artifactId>ezLDAP-lib-spring</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion microservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>de.muenchen.oss.ezldap</groupId>
<artifactId>ezLDAP-parent</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
</parent>

<artifactId>ezLDAP-microservice</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<groupId>de.muenchen.oss.ezldap</groupId>
<artifactId>ezLDAP-parent</artifactId>
<version>1.0.3</version>
<version>1.0.4-SNAPSHOT</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>custom tailored REST API for read access to LDAP</description>
<url>https://github.com/it-at-m/ezLDAP</url>
Expand Down Expand Up @@ -69,7 +69,7 @@
<connection>scm:git:https://github.com/it-at-m/ezLDAP.git</connection>
<developerConnection>
scm:git:https://github.com/it-at-m/ezLDAP.git</developerConnection>
<tag>v1.0.3</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit ed18c52

Please sign in to comment.