We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a848c21 commit 6203543Copy full SHA for 6203543
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>io.archivesunleashed</groupId>
6
<artifactId>twut</artifactId>
7
<packaging>jar</packaging>
8
- <version>0.0.5-SNAPSHOT</version>
+ <version>1.0.0</version>
9
<name>Tweet Archives Unleashed Toolkit</name>
10
<description>An open-source toolkit for analyzing line-oriented JSON Twitter archives.</description>
11
<url>https://github.com/archivesunleashed/twut</url>
@@ -56,7 +56,7 @@
56
<connection>scm:git:[email protected]:archivesunleashed/twut.git</connection>
57
<developerConnection>scm:git:[email protected]:archivesunleashed/twut.git</developerConnection>
58
<url>[email protected]:archivesunleashed/twut.git</url>
59
- <tag>HEAD</tag>
+ <tag>twut-1.0.0</tag>
60
</scm>
61
62
<repositories>
0 commit comments