Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goneall committed Dec 14, 2023
1 parent a675686 commit 5f6c47b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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>

<groupId>org.spdx</groupId>
<artifactId>spdx-maven-plugin</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<packaging>maven-plugin</packaging>

<name>spdx-maven-plugin Maven Plugin</name>
Expand All @@ -18,7 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1675930644</project.build.outputTimestamp>
<project.build.outputTimestamp>1702585983</project.build.outputTimestamp>
<maven.compiler.release>11</maven.compiler.release>
<maven.version>3.8.5</maven.version>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand All @@ -39,7 +38,7 @@
<url>https://github.com/spdx/spdx-maven-plugin</url>
<connection>scm:git:[email protected]:spdx/spdx-maven-plugin.git</connection>
<developerConnection>scm:git:[email protected]:spdx/spdx-maven-plugin.git</developerConnection>
<tag>master</tag>
<tag>v0.7.1</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -213,8 +212,7 @@
</goals>
<configuration>
<target>
<copy file="${project.basedir}/README.md"
tofile="${project.build.directory}/generated-site/markdown/index.md"/>
<copy file="${project.basedir}/README.md" tofile="${project.build.directory}/generated-site/markdown/index.md" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 5f6c47b

Please sign in to comment.