Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1.0-Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
goneall committed Sep 3, 2024
1 parent 8eef7b7 commit 55f2767
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.spdx</groupId>
<artifactId>spdx-java-core</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-Alpha</version>
<packaging>jar</packaging>
<name>spdx-java-core</name>
<description>Core libraries for SPDX</description>
Expand Down Expand Up @@ -38,12 +38,13 @@
<url>https://github.com/spdx/spdx-java-core</url>
<connection>scm:git:git://github.com/spdx/spdx-java-core.git</connection>
<developerConnection>scm:git:[email protected]:spdx/spdx-java-core.git</developerConnection>
<tag>v0.1.0-Alpha</tag>
</scm>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1675930644</project.build.outputTimestamp>
<project.build.outputTimestamp>1725335084</project.build.outputTimestamp>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>spdx-1</sonar.organization>
<sonar.projectKey>spdx-java-core</sonar.projectKey>
Expand Down

0 comments on commit 55f2767

Please sign in to comment.