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'
44apply plugin : ' signing'
55
66group = ' org.numenta'
7- version = ' 0.6.2 '
7+ version = ' 0.6.3-SNAPSHOT '
88archivesBaseName = ' htm.java'
99
1010sourceCompatibility = 1.8
1111targetCompatibility = 1.8
1212
1313jar {
1414 manifest {
15- attributes ' Implementation-Title' : ' htm.java' , ' Implementation-Version' : ' 0.6.2 '
15+ attributes ' Implementation-Title' : ' htm.java' , ' Implementation-Version' : ' 0.6.3-SNAPSHOT '
1616 }
1717}
1818
Original file line number Diff line number Diff line change 44
55 <groupId >org.numenta</groupId >
66 <artifactId >htm.java</artifactId >
7- <version >0.6.2 </version >
7+ <version >0.6.3-SNAPSHOT </version >
88 <name >htm.java</name >
99 <description >The Java version of Numenta's HTM technology</description >
1010
You can’t perform that action at this time.
0 commit comments