From a7f03913f32f3e57ae39c820ebe6f4ab79a9cc69 Mon Sep 17 00:00:00 2001 From: Max Bureck Date: Mon, 23 Jul 2018 17:23:49 +0200 Subject: [PATCH] Added version 1.1.0 release information. * Removed zipped update site information, needed to be added back after release. --- CHANGES.adoc | 2 +- README.adoc | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index f426b13..e74b61c 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -4,7 +4,7 @@ :toc-title: Version Overview: -== Version 1.1.0 (Unreleased) +== Version 1.1.0 - 2018-07-23 link:https://github.com/fraunhoferfokus/Xtensions/milestone/2?closed=1[Related GitHub issues] diff --git a/README.adoc b/README.adoc index 7ea65e6..1761248 100644 --- a/README.adoc +++ b/README.adoc @@ -53,7 +53,7 @@ In the following, we will show how to add the Xtensions library to your build. === Current Release If you are using Eclipse or a Maven Tycho build, you can use the p2 repository -`https://dl.bintray.com/boereck/xtensions-p2/Xtensions/1.0.0/`. +`https://dl.bintray.com/boereck/xtensions-p2/Xtensions/1.1.0/`. Here is the repository info you can add to your maven `pom.xml` file: [source,xml] @@ -62,13 +62,11 @@ Here is the repository info you can add to your maven `pom.xml` file: xtensions-p2 p2 - https://dl.bintray.com/boereck/xtensions-p2/Xtensions/1.0.0/ + https://dl.bintray.com/boereck/xtensions-p2/Xtensions/1.1.0/ ---- -The zipped update site / p2 repository, can be downloaded link:https://dl.bintray.com/boereck/xtensions-p2/de.fhg.fokus.xtensions.p2-1.0.0.201803050941.zip[here]. - If you use a regular Maven build, simply add the following dependency. The library was added to maven central. @@ -78,7 +76,7 @@ to maven central. com.github.fraunhoferfokus.xtensions de.fhg.fokus.xtensions - 1.0.0 + 1.1.0 ---- @@ -87,7 +85,7 @@ If you are using gradle, add the following dependency: [source,gradle] ---- -compile 'com.github.fraunhoferfokus.xtensions:de.fhg.fokus.xtensions:1.0.0' +compile 'com.github.fraunhoferfokus.xtensions:de.fhg.fokus.xtensions:1.1.0' ---- === Using Snapshot Releases @@ -112,7 +110,7 @@ Then add the following dependency: com.github.fraunhoferfokus.xtensions de.fhg.fokus.xtensions - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ---- @@ -133,7 +131,7 @@ And add the following dependency: [source,gradle] ---- -compile 'com.github.fraunhoferfokus.xtensions:de.fhg.fokus.xtensions:1.0.0-SNAPSHOT' +compile 'com.github.fraunhoferfokus.xtensions:de.fhg.fokus.xtensions:1.2.0-SNAPSHOT' ----