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 <name >JSON Compare</name >
2322
2423 <groupId >com.github.fslev</groupId >
2524 <artifactId >json-compare</artifactId >
26- <version >7.1-SNAPSHOT </version >
25+ <version >7.1</version >
2726
2827 <dependencyManagement >
2928 <dependencies >
216215 <Bundle-SymbolicName >${project.groupId} .${project.artifactId} </Bundle-SymbolicName >
217216 <Bundle-Description >${project.description} </Bundle-Description >
218217 <Import-Package >*</Import-Package >
219- <Export-Package />
220- <Bundle-RequiredExecutionEnvironment />
218+ <Export-Package />
219+ <Bundle-RequiredExecutionEnvironment />
221220 <_removeheaders >Bnd-LastModified</_removeheaders >
222221 </instructions >
223222 </configuration >
229228 <connection >scm:git:ssh://git@github.com/fslev/json-compare.git</connection >
230229 <developerConnection >scm:git:ssh://git@github.com/fslev/json-compare.git</developerConnection >
231230 <url >https://github.com/fslev/json-compare/tree/main</url >
232- <tag >HEAD </tag >
231+ <tag >json-compare-7.1 </tag >
233232 </scm >
234233
235234 <licenses >
You can’t perform that action at this time.
0 commit comments