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 733047f commit 8c306b1Copy full SHA for 8c306b1
pom.xml
@@ -20,7 +20,7 @@
20
<groupId>io.sightly</groupId>
21
<artifactId>io.sightly.tck</artifactId>
22
<packaging>jar</packaging>
23
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.2</version>
24
25
<name>Adobe HTL Technology Compatibility Kit</name>
26
<description>The Adobe HTTL TCK provides a suite of tests meant to certify that an HTL implementation conforms with
@@ -31,7 +31,7 @@
31
<connection>scm:git:https://github.com/adobe/htl-tck.git</connection>
32
<developerConnection>scm:git:[email protected]:adobe/htl-tck.git</developerConnection>
33
<url>https://github.com/adobe/htl-tck</url>
34
- <tag>HEAD</tag>
+ <tag>io.sightly.tck-1.4.2</tag>
35
</scm>
36
37
<licenses>
0 commit comments