Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2023
1 parent a87a97a commit 3ed01ba
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 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.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>ezLDAP-client-v1</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions lib-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@
THE SOFTWARE.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.muenchen.oss.ezldap</groupId>
<artifactId>ezLDAP-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>ezLDAP-lib-core</artifactId>
<name>ezLDAP :: lib-core</name>
Expand Down
6 changes: 2 additions & 4 deletions lib-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@
THE SOFTWARE.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.muenchen.oss.ezldap</groupId>
<artifactId>ezLDAP-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>ezLDAP-lib-spring</artifactId>
<name>ezLDAP :: lib-spring</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.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>ezLDAP-microservice</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
THE SOFTWARE.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -36,7 +34,7 @@

<groupId>de.muenchen.oss.ezldap</groupId>
<artifactId>ezLDAP-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>ezLDAP :: parent</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -69,7 +67,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>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 3ed01ba

Please sign in to comment.