Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Linder committed May 6, 2024
1 parent 2403afd commit da635d6
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.honoluluhenk</groupId>
<artifactId>http-content-disposition</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>
Expand All @@ -24,7 +23,7 @@
<connection>scm:git:https://github.com/HonoluluHenk/http-content-disposition.git</connection>
<developerConnection>scm:git:https://github.com/HonoluluHenk/http-content-disposition.git</developerConnection>
<url>https://github.com/HonoluluHenk/http-content-disposition</url>
<tag>HEAD</tag>
<tag>v1.0.4</tag>
</scm>

<developers>
Expand Down Expand Up @@ -125,24 +124,24 @@
<phase>validate</phase>
<configuration>
<rules>
<banDuplicatePomDependencyVersions/>
<banDuplicatePomDependencyVersions />
<banTransitiveDependencies>
<excludes>
<exclude>*:*:*:*:test</exclude>
<eclude>com.github.spotbugs:spotbugs-annotations:jar</eclude>
</excludes>
</banTransitiveDependencies>
<dependencyConvergence/>
<dependencyConvergence />
<requireJavaVersion>
<version>8</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.9.5,)</version>
</requireMavenVersion>
<requirePluginVersions>
<banLatest/>
<banRelease/>
<banSnapshots/>
<banLatest />
<banRelease />
<banSnapshots />
<unCheckedPluginList>org.apache.maven.plugins:maven-site-plugin
</unCheckedPluginList>
</requirePluginVersions>
Expand Down

0 comments on commit da635d6

Please sign in to comment.