Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 4e569b3

Browse files
author
github-actions
committed
[maven-release-plugin] prepare release 1.0
1 parent 7bbdb31 commit 4e569b3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

integration-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>com.github.tobiasstadler.apm</groupId>
77
<artifactId>apm-java-ldap-plugin-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>com.github.tobiasstadler.apm</groupId>
1313
<artifactId>apm-java-ldap-plugin-it</artifactId>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0</version>
1515

1616
<dependencies>
1717
<dependency>

plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>com.github.tobiasstadler.apm</groupId>
77
<artifactId>apm-java-ldap-plugin-parent</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<groupId>com.github.tobiasstadler.apm</groupId>
1313
<artifactId>apm-java-ldap-plugin</artifactId>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0</version>
1515

1616
<dependencies>
1717
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.tobiasstadler.apm</groupId>
66
<artifactId>apm-java-ldap-plugin-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
99

1010
<licenses>
1111
<license>
@@ -19,7 +19,7 @@
1919
<url>https://github.com/tobiasstadler/apm-java-ldap-plugin</url>
2020
<connection>scm:git:https://github.com/tobiasstadler/apm-java-ldap-plugin.git</connection>
2121
<developerConnection>scm:git:https://github.com/tobiasstadler/apm-java-ldap-plugin.git</developerConnection>
22-
<tag>HEAD</tag>
22+
<tag>1.0</tag>
2323
</scm>
2424

2525
<properties>

0 commit comments

Comments
 (0)