We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f76dd commit 8b43f19Copy full SHA for 8b43f19
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>io.gdcc.export</groupId>
12
<artifactId>croissant</artifactId>
13
- <version>0.1.6</version>
+ <version>0.1.7-SNAPSHOT</version>
14
<packaging>jar</packaging>
15
<name>Croissant Exporter for Dataverse</name>
16
<description>Croissant is a high-level format for machine learning datasets.</description>
@@ -36,7 +36,7 @@
36
<!-- Override "croissant" with name of git repo -->
37
<connection>scm:git:https://github.com/gdcc/exporter-croissant.git</connection>
38
<developerConnection>scm:git:git@github.com:gdcc/exporter-croissant.git</developerConnection>
39
- <tag>croissant-0.1.6</tag>
+ <tag>HEAD</tag>
40
<url>https://github.com/gdcc/exporter-croissant</url>
41
</scm>
42
0 commit comments