Skip to content

Commit

Permalink
[maven-release-plugin] prepare release xmlsec-3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coheigea committed Oct 13, 2023
1 parent 0dbf319 commit 5f86787
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
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 https://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 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -30,7 +27,7 @@

<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3</version>
<packaging>bundle</packaging>

<name>Apache XML Security for Java</name>
Expand Down Expand Up @@ -70,7 +67,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=santuario-xml-security-java.git;a=summary</url>
<tag>HEAD</tag>
<tag>xmlsec-3.0.3</tag>
</scm>
<issueManagement>
<system>JIRA</system>
Expand Down Expand Up @@ -107,7 +104,7 @@

<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2023-03-27T06:33:07Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-10-13T10:01:25Z</project.build.outputTimestamp>
<targetJdk>1.8</targetJdk>
<test.logging.level>info</test.logging.level>

Expand Down Expand Up @@ -395,7 +392,7 @@
<replacements>
<replacement>
<token>Generated on: .+</token>
<value></value>
<value />
</replacement>
</replacements>
<regex>true</regex>
Expand Down

0 comments on commit 5f86787

Please sign in to comment.