This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-annotations.git
The following commit(s) were added to refs/heads/master by this push:
new 984ec1f [maven-release-plugin] prepare release
STRUTS_ANNOTATIONS_1_0_8
984ec1f is described below
commit 984ec1f87929082ed3eca811a72037c0f1b694bf
Author: Lukasz Lenart <[email protected]>
AuthorDate: Fri Oct 21 10:54:14 2022 +0200
[maven-release-plugin] prepare release STRUTS_ANNOTATIONS_1_0_8
---
pom.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5b6dd9f..af564a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,4 @@
-<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/maven-v4_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/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.struts</groupId>
@@ -9,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>struts-annotations</artifactId>
- <version>1.0.8-SNAPSHOT</version>
+ <version>1.0.8</version>
<packaging>jar</packaging>
<name>Struts Annotations</name>
<url>https://struts.apache.org</url>
@@ -22,7 +21,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/struts-annotations.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts-annotations.git</developerConnection>
<url>https://github.com/apache/struts-annotations.git</url>
- <tag>HEAD</tag>
+ <tag>STRUTS_ANNOTATIONS_1_0_8</tag>
</scm>
<properties>