We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bdefb commit 2ab6ccfCopy full SHA for 2ab6ccf
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.dcache</groupId>
6
<artifactId>dcache-cta</artifactId>
7
- <version>0.17.0-SNAPSHOT</version>
+ <version>0.17.0</version>
8
<packaging>jar</packaging>
9
10
<name>dCache Nearline Storage Driver for CTA</name>
@@ -32,7 +32,7 @@
32
<scm>
33
<connection>scm:git:https://github.com/dCache/dcache-cta.git</connection>
34
<developerConnection>scm:git:ssh://git@github.com/dCache/dcache-cta.git</developerConnection>
35
- <tag>HEAD</tag>
+ <tag>dcache-cta-0.17.0</tag>
36
</scm>
37
38
<repositories>
0 commit comments