Skip to content

Commit cb1e7cd

Browse files
committed
Merge pull request #414 from cogmission/update_build_4newrelease
Update build files for new release
2 parents 7ea7805 + d5da141 commit cb1e7cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ apply plugin: 'eclipse'
44
apply plugin: 'signing'
55

66
group = 'org.numenta'
7-
version = '0.6.6-SNAPSHOT'
7+
version = '0.6.6'
88
archivesBaseName = 'htm.java'
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8
1212

1313
jar {
1414
manifest {
15-
attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.6-SNAPSHOT'
15+
attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.6'
1616
}
1717
}
1818

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.numenta</groupId>
66
<artifactId>htm.java</artifactId>
7-
<version>0.6.6-SNAPSHOT</version>
7+
<version>0.6.6</version>
88
<name>htm.java</name>
99
<description>The Java version of Numenta's HTM technology</description>
1010

0 commit comments

Comments
 (0)