Skip to content

Commit

Permalink
Merge pull request numenta#311 from cogmission/0.6.2-release
Browse files Browse the repository at this point in the history
update release files
  • Loading branch information
cogmission committed Sep 15, 2015
2 parents 495b57c + 6668335 commit ecb2243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ apply plugin: 'eclipse'
apply plugin: 'signing'

group = 'org.numenta'
version = '0.6.2-SNAPSHOT'
version = '0.6.2'
archivesBaseName = 'htm.java'

sourceCompatibility = 1.8
targetCompatibility = 1.8

jar {
manifest {
attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.2-SNAPSHOT'
attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.numenta</groupId>
<artifactId>htm.java</artifactId>
<version>0.6.2-SNAPSHOT</version>
<version>0.6.2</version>
<name>htm.java</name>
<description>The Java version of Numenta's HTM technology</description>

Expand Down

0 comments on commit ecb2243

Please sign in to comment.