We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b38efd5 + a45a32d commit 0c1f084Copy full SHA for 0c1f084
build.sbt
@@ -15,7 +15,7 @@
15
16
name := "sirius"
17
18
-version := "1.2.6-SNAPSHOT"
+version := "1.2.6"
19
20
scalaVersion := "2.10.2"
21
pom.xml
@@ -25,7 +25,7 @@
25
<artifactId>sirius</artifactId>
26
<name>Sirius</name>
27
<packaging>jar</packaging>
28
- <version>1.2.6-SNAPSHOT</version>
+ <version>1.2.6</version>
29
<description>The Comcast Sirius library </description>
30
<url>https://github.com/Comcast/sirius</url>
31
<licenses>
0 commit comments