File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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" >
1+ <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" >
42 <modelVersion >4.0.0</modelVersion >
53
64 <groupId >com.github.kwart.ldap</groupId >
75 <artifactId >simple-ldap-server</artifactId >
8- <version >1.0-SNAPSHOT </version >
6+ <version >1.0.0 </version >
97 <packaging >jar</packaging >
108
119 <name >ldap-server</name >
4644 </filter >
4745 </filters >
4846 <transformers >
49- <transformer
50- implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
47+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
5148 <mainClass >${exec.mainClass} </mainClass >
5249 </transformer >
5350 </transformers >
148145 <connection >scm:git:git://github.com/intoolswetrust/ldap-server.git</connection >
149146 <developerConnection >scm:git:git@github.com:intoolswetrust/ldap-server.git</developerConnection >
150147 <url >http://github.com/intoolswetrust/ldap-server/</url >
151- <tag >HEAD </tag >
148+ <tag >v.1.0.0 </tag >
152149 </scm >
153150
154151 <distributionManagement >
You can’t perform that action at this time.
0 commit comments