This is an automated email from the ASF dual-hosted git repository.
dulvac pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hapi-client.git
The following commit(s) were added to refs/heads/master by this push:
new f342870 [maven-release-plugin] prepare release
org.apache.sling.hapi.client-1.0.2
f342870 is described below
commit f34287054c228c4ebc34f6a5ce6df40bd5814f7f
Author: dulvac <[email protected]>
AuthorDate: Tue Apr 30 16:14:06 2024 +0200
[maven-release-plugin] prepare release org.apache.sling.hapi.client-1.0.2
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 986f91e..b646be4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,19 +17,18 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<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>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
<version>49</version>
- <relativePath/>
+ <relativePath />
</parent>
<artifactId>org.apache.sling.hapi.client</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2</version>
<name>Apache Sling Hypermedia API client-side tools</name>
<description>Sling client-side tools for HApi</description>
@@ -39,7 +38,8 @@
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hapi-client.git
</developerConnection>
<url>https://github.com/apache/sling-org-apache-sling-hapi-client.git</url>
- </scm>
+ <tag>org.apache.sling.hapi.client-1.0.2</tag>
+ </scm>
<properties>
<sling.java.version>8</sling.java.version>