File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ apply plugin: 'eclipse'
4
4
apply plugin : ' signing'
5
5
6
6
group = ' org.numenta'
7
- version = ' 0.6.6-SNAPSHOT '
7
+ version = ' 0.6.6'
8
8
archivesBaseName = ' htm.java'
9
9
10
10
sourceCompatibility = 1.8
11
11
targetCompatibility = 1.8
12
12
13
13
jar {
14
14
manifest {
15
- attributes ' Implementation-Title' : ' htm.java' , ' Implementation-Version' : ' 0.6.6-SNAPSHOT '
15
+ attributes ' Implementation-Title' : ' htm.java' , ' Implementation-Version' : ' 0.6.6'
16
16
}
17
17
}
18
18
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.numenta</groupId >
6
6
<artifactId >htm.java</artifactId >
7
- <version >0.6.6-SNAPSHOT </version >
7
+ <version >0.6.6</version >
8
8
<name >htm.java</name >
9
9
<description >The Java version of Numenta's HTM technology</description >
10
10
You can’t perform that action at this time.
0 commit comments