We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b6154 commit 9e638eeCopy full SHA for 9e638ee
1 file changed
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.spdx</groupId>
4
<artifactId>licenseListPublisher</artifactId>
5
- <version>3.1.4</version>
+ <version>3.1.5-SNAPSHOT</version>
6
<name>License List Publisher</name>
7
<description>Tool that generates license data found in the license-list-data repository from the license-list-XML source</description>
8
<licenses>
@@ -30,7 +30,7 @@
30
<url>https://github.com/spdx/LicenseListPublisher</url>
31
<connection>scm:git:ssh://git@github.com:spdx/LicenseListPublisher</connection>
32
<developerConnection>scm:git:git@github.com:spdx/LicenseListPublisher</developerConnection>
33
- <tag>v3.1.4</tag>
+ <tag>master</tag>
34
</scm>
35
<properties>
36
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments