diff --git a/README.md b/README.md index 88721791..ff8ce301 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Fink is a broker infrastructure enabling a wide range of applications and servic # Latest News +* 06/20: Fink broker [0.6](https://github.com/astrolabsoftware/fink-broker/pull/386). * 05/20: Fink has been selected to the Google Summer of Code 2020 (CERN-HSF org)! Congratulations to [saucam](https://github.com/saucam) who will work on the project this year. * 04/20: New broker release [0.5](https://github.com/astrolabsoftware/fink-broker/pull/354). Plenty of new features! * 02/20: Fink signed a MoU with [ZTF](https://www.ztf.caltech.edu/) to access their live streams! diff --git a/build.sbt b/build.sbt index 565aae10..b7f6b098 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ resolvers += "Hortonworks Repository" at "http://repo.hortonworks.com/content/re lazy val root = (project in file(".")). settings( inThisBuild(List( - version := "0.5.0" + version := "0.6.0" )), // Name of the application name := "fink-broker", diff --git a/conf/fink.conf b/conf/fink.conf index d04b7840..05936fdc 100644 --- a/conf/fink.conf +++ b/conf/fink.conf @@ -51,7 +51,7 @@ org.apache.hbase:hbase-common:2.1.4,\ org.apache.hbase:hbase-mapreduce:2.1.4 # Other dependencies (incl. Scala part of Fink) -FINK_JARS=${FINK_HOME}/libs/fink-broker_2.11-0.5.0.jar,\ +FINK_JARS=${FINK_HOME}/libs/fink-broker_2.11-0.6.0.jar,\ ${FINK_HOME}/libs/shc-core-1.1.3-2.4-s_2.11.jar # Time interval between 2 trigger updates (second) diff --git a/conf/fink.conf.cluster b/conf/fink.conf.cluster index 63dabcc9..e60b4be8 100644 --- a/conf/fink.conf.cluster +++ b/conf/fink.conf.cluster @@ -51,7 +51,7 @@ org.apache.hbase:hbase-common:2.1.4,\ org.apache.hbase:hbase-mapreduce:2.1.4 # Other dependencies (incl. Scala part of Fink) -FINK_JARS=${FINK_HOME}/libs/fink-broker_2.11-0.5.0.jar,\ +FINK_JARS=${FINK_HOME}/libs/fink-broker_2.11-0.6.0.jar,\ ${FINK_HOME}/libs/shc-core-1.1.3-2.4-s_2.11.jar # Time interval between 2 trigger updates (second) diff --git a/conf/fink.conf.travis b/conf/fink.conf.travis index 1998e937..852aacb6 100644 --- a/conf/fink.conf.travis +++ b/conf/fink.conf.travis @@ -51,7 +51,7 @@ org.apache.hbase:hbase-common:2.1.4,\ org.apache.hbase:hbase-mapreduce:2.1.4 # Other dependencies (incl. Scala part of Fink) -FINK_JARS=${FINK_HOME}/libs/fink-broker_2.11-0.5.0.jar,\ +FINK_JARS=${FINK_HOME}/libs/fink-broker_2.11-0.6.0.jar,\ ${FINK_HOME}/libs/shc-core-1.1.3-2.4-s_2.11.jar # Time interval between 2 trigger updates (second) diff --git a/fink_broker/__init__.py b/fink_broker/__init__.py index 15a68002..af512350 100644 --- a/fink_broker/__init__.py +++ b/fink_broker/__init__.py @@ -12,4 +12,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.0" +__version__ = "0.6.0" diff --git a/libs/fink-broker_2.11-0.6.0.jar b/libs/fink-broker_2.11-0.6.0.jar new file mode 100644 index 00000000..e5564340 Binary files /dev/null and b/libs/fink-broker_2.11-0.6.0.jar differ