Skip to content

Commit 75cf819

Browse files
committed
0.3.0
1 parent 3ca6b35 commit 75cf819

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The example is to show how to write and read a TsFile File.
1010
<dependency>
1111
<groupId>cn.edu.tsinghua</groupId>
1212
<artifactId>tsfile</artifactId>
13-
<version>0.2.0</version>
13+
<version>0.3.0</version>
1414
</dependency>
1515
</dependencies>
1616
```

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>cn.edu.tsinghua</groupId>
55
<artifactId>tsfile</artifactId>
6-
<version>0.3.0</version>
6+
<version>0.3.0-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>TsFile</name>
@@ -57,7 +57,7 @@
5757
<connection>scm:git:git://github.com/thulab/tsfile.git</connection>
5858
<developerConnection>scm:git:ssh://github.com:thulab/tsfile.git</developerConnection>
5959
<url>http://github.com/thulab/tsfile/tree/master</url>
60-
<tag>v0.2.0</tag>
60+
<tag>v0.3.0</tag>
6161
</scm>
6262

6363
<distributionManagement>

0 commit comments

Comments
 (0)