File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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
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
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 >
You can’t perform that action at this time.
0 commit comments