Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
goneall committed Sep 3, 2024
1 parent 42a738a commit 2182cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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-Alpha</version>
<version>0.1.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spdx-java-core</name>
<description>Core libraries for SPDX</description>
Expand Down Expand Up @@ -38,7 +38,7 @@
<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>0.1.0-Alpha</tag>
<tag>HEAD</tag>
</scm>
<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down

0 comments on commit 2182cc9

Please sign in to comment.