From 280cbd71575591f6d8ef8ee0588416277558cbc8 Mon Sep 17 00:00:00 2001 From: cogmission Date: Wed, 5 Apr 2017 02:29:39 -0500 Subject: [PATCH] Update build files for new release --- build.gradle | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 0072fb6d..42faedf1 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'eclipse' apply plugin: 'signing' group = 'org.numenta' -version = '0.6.11' +version = '0.6.12' archivesBaseName = 'htm.java' sourceCompatibility = 1.8 @@ -12,7 +12,7 @@ targetCompatibility = 1.8 jar { manifest { - attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.11' + attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.12' } } diff --git a/pom.xml b/pom.xml index cfc74f59..712c95a1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.numenta htm.java - 0.6.11 + 0.6.12 htm.java The Java version of Numenta's HTM technology