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 ec14c1b commit 42fd682Copy full SHA for 42fd682
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>net.hydromatic</groupId>
6
<artifactId>linq4j</artifactId>
7
<packaging>jar</packaging>
8
- <version>0.1.11-SNAPSHOT</version>
+ <version>0.1.11</version>
9
10
<!-- More project information. -->
11
<name>linq4j</name>
@@ -71,7 +71,7 @@
71
<connection>scm:git:git://github.com/julianhyde/linq4j.git</connection>
72
<developerConnection>scm:git:[email protected]:julianhyde/linq4j.git</developerConnection>
73
<url>scm:git:git://github.com/julianhyde/linq4j.git</url>
74
- <tag>HEAD</tag>
+ <tag>linq4j-0.1.11</tag>
75
</scm>
76
77
<!-- Dependencies. -->
0 commit comments