Skip to content

Commit

Permalink
[maven-release-plugin] prepare release json-compare-2.42
Browse files Browse the repository at this point in the history
  • Loading branch information
fslevoaca-ionos committed Apr 6, 2022
1 parent b27a91f commit 365d3a9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<name>JSON Compare</name>
Expand All @@ -24,7 +23,7 @@

<groupId>com.github.fslev</groupId>
<artifactId>json-compare</artifactId>
<version>2.42-SNAPSHOT</version>
<version>2.42</version>

<dependencies>
<!--jackson-->
Expand Down Expand Up @@ -215,8 +214,8 @@
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<Bundle-Description>${project.description}</Bundle-Description>
<Import-Package>*</Import-Package>
<Export-Package/>
<Bundle-RequiredExecutionEnvironment/>
<Export-Package />
<Bundle-RequiredExecutionEnvironment />
<_removeheaders>Bnd-LastModified</_removeheaders>
</instructions>
</configuration>
Expand All @@ -228,7 +227,7 @@
<connection>scm:git:ssh://git@github.com/fslev/json-compare.git</connection>
<developerConnection>scm:git:ssh://git@github.com/fslev/json-compare.git</developerConnection>
<url>https://github.com/fslev/json-compare/tree/main</url>
<tag>HEAD</tag>
<tag>json-compare-2.42</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 365d3a9

Please sign in to comment.