We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227cdf8 commit a348d11Copy full SHA for a348d11
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>net.hydromatic</groupId>
6
<artifactId>linq4j</artifactId>
7
<packaging>jar</packaging>
8
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
9
10
<!-- More project information. -->
11
<name>linq4j</name>
@@ -77,7 +77,7 @@
77
<connection>scm:git:git://github.com/julianhyde/linq4j.git</connection>
78
<developerConnection>scm:git:[email protected]:julianhyde/linq4j.git</developerConnection>
79
<url>scm:git:git://github.com/julianhyde/linq4j.git</url>
80
- <tag>HEAD</tag>
+ <tag>linq4j-0.4</tag>
81
</scm>
82
83
<!-- Dependencies. -->
0 commit comments