We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dcf74 commit 18c2ac4Copy full SHA for 18c2ac4
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.gdcc.export</groupId>
6
<artifactId>debug</artifactId>
7
- <version>0.1.1</version>
+ <version>0.1.2-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
<name>Debug Exporter for Dataverse</name>
10
<description>This exporter plugin can be added to a Dataverse installation, dumping all possible JSON and XML data.</description>
@@ -29,7 +29,7 @@
29
<scm>
30
<connection>scm:git:https://github.com/gdcc/exporter-debug.git</connection>
31
<developerConnection>scm:git:[email protected]:gdcc/exporter-debug.git</developerConnection>
32
- <tag>debug-0.1.1</tag>
+ <tag>HEAD</tag>
33
<url>https://github.com/gdcc/exporter-debug</url>
34
</scm>
35
0 commit comments