We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ea7805 + d5da141 commit cb1e7cdCopy full SHA for cb1e7cd
build.gradle
@@ -4,15 +4,15 @@ apply plugin: 'eclipse'
4
apply plugin: 'signing'
5
6
group = 'org.numenta'
7
-version = '0.6.6-SNAPSHOT'
+version = '0.6.6'
8
archivesBaseName = 'htm.java'
9
10
sourceCompatibility = 1.8
11
targetCompatibility = 1.8
12
13
jar {
14
manifest {
15
- attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.6-SNAPSHOT'
+ attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.6'
16
}
17
18
pom.xml
@@ -4,7 +4,7 @@
<groupId>org.numenta</groupId>
<artifactId>htm.java</artifactId>
- <version>0.6.6-SNAPSHOT</version>
+ <version>0.6.6</version>
<name>htm.java</name>
<description>The Java version of Numenta's HTM technology</description>
0 commit comments