Skip to content

Commit ba5c3b6

Browse files
[maven-release-plugin] prepare release json-compare-7.1
1 parent b71ba34 commit ba5c3b6

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,6 +1,5 @@
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>
@@ -23,7 +22,7 @@
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>
@@ -216,8 +215,8 @@
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>
@@ -229,7 +228,7 @@
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>

0 commit comments

Comments
 (0)