Skip to content

Commit e4fb532

Browse files
committed
Revert "[maven-release-plugin] prepare release xmlsec-4.0.0-M1"
This reverts commit 0696c88.
1 parent f6a5497 commit e4fb532

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
specific language governing permissions and limitations
1717
under the License.
1818
-->
19-
<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/maven-v4_0_0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0"
20+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"
22+
>
2023
<modelVersion>4.0.0</modelVersion>
2124

2225
<parent>
@@ -27,7 +30,7 @@
2730

2831
<groupId>org.apache.santuario</groupId>
2932
<artifactId>xmlsec</artifactId>
30-
<version>4.0.0-M1</version>
33+
<version>4.0.0-SNAPSHOT</version>
3134
<packaging>bundle</packaging>
3235

3336
<name>Apache XML Security for Java</name>
@@ -67,7 +70,7 @@
6770
<connection>scm:git:https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git</connection>
6871
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git</developerConnection>
6972
<url>https://gitbox.apache.org/repos/asf?p=santuario-xml-security-java.git;a=summary</url>
70-
<tag>xmlsec-4.0.0-M1</tag>
73+
<tag>HEAD</tag>
7174
</scm>
7275
<issueManagement>
7376
<system>JIRA</system>
@@ -105,7 +108,7 @@
105108
<woodstox.core.version>6.5.1</woodstox.core.version>
106109

107110
<maven.compiler.release>11</maven.compiler.release>
108-
<project.build.outputTimestamp>2023-08-28T10:14:24Z</project.build.outputTimestamp>
111+
<project.build.outputTimestamp>2023-06-16T19:00:00Z</project.build.outputTimestamp>
109112
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
110113

111114
<!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->

0 commit comments

Comments
 (0)