|
16 | 16 | specific language governing permissions and limitations |
17 | 17 | under the License. |
18 | 18 | --> |
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 | | -> |
| 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"> |
23 | 20 | <modelVersion>4.0.0</modelVersion> |
24 | 21 | <groupId>org.apache.santuario</groupId> |
25 | 22 | <artifactId>xmlsec</artifactId> |
26 | 23 | <packaging>bundle</packaging> |
27 | 24 | <name>Apache XML Security for Java</name> |
28 | | - <version>2.3.4-SNAPSHOT</version> |
| 25 | + <version>2.3.4</version> |
29 | 26 | <description> |
30 | 27 | Apache XML Security for Java supports XML-Signature Syntax and Processing, |
31 | 28 | W3C Recommendation 12 February 2002, and XML Encryption Syntax and |
|
62 | 59 | <connection>scm:git:https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git</connection> |
63 | 60 | <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git</developerConnection> |
64 | 61 | <url>https://gitbox.apache.org/repos/asf?p=santuario-xml-security-java.git;a=summary</url> |
65 | | - <tag>HEAD</tag> |
| 62 | + <tag>xmlsec-2.3.4</tag> |
66 | 63 | </scm> |
67 | 64 |
|
68 | 65 | <organization> |
|
298 | 295 | <replacements> |
299 | 296 | <replacement> |
300 | 297 | <token>Generated on: .+</token> |
301 | | - <value></value> |
| 298 | + <value /> |
302 | 299 | </replacement> |
303 | 300 | </replacements> |
304 | 301 | <regex>true</regex> |
|
594 | 591 |
|
595 | 592 | <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level --> |
596 | 593 | <minSeverity>info</minSeverity> |
597 | | - <project.build.outputTimestamp>2023-03-27T09:30:49Z</project.build.outputTimestamp> |
| 594 | + <project.build.outputTimestamp>2023-10-13T12:06:10Z</project.build.outputTimestamp> |
598 | 595 | </properties> |
599 | 596 |
|
600 | 597 | <dependencies> |
|
0 commit comments