Skip to content

Commit 467c5c3

Browse files
[maven-release-plugin] prepare release 1.0.0
1 parent b311f3e commit 467c5c3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>de.governikus</groupId>
76
<artifactId>identification-report-impl-java</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
98

109
<name>Identification Report Implementation</name>
1110
<description>The identification report is a JSON structure used to identify natural or legal persons in government
@@ -32,7 +31,7 @@
3231

3332
<scm>
3433
<connection>${scm.repository}/Infrastruktur/maven/${project.artifactId}</connection>
35-
<tag>identification-report-impl-java</tag>
34+
<tag>1.0.0</tag>
3635
<url>https://hg.govkg.de/Infrastruktur/maven/${project.artifactId}</url>
3736
</scm>
3837

@@ -348,8 +347,8 @@
348347
<message>No Snapshots Allowed on release!</message>
349348
<onlyWhenRelease>true</onlyWhenRelease>
350349
</requireReleaseDeps>
351-
<banDuplicatePomDependencyVersions/>
352-
<dependencyConvergence/>
350+
<banDuplicatePomDependencyVersions />
351+
<dependencyConvergence />
353352
</rules>
354353
</configuration>
355354
</plugin>

0 commit comments

Comments
 (0)