Skip to content

Commit

Permalink
Added version 1.1.0 release information.
Browse files Browse the repository at this point in the history
* Removed zipped update site information, needed to be added back
  after release.
  • Loading branch information
Boereck committed Jul 23, 2018
1 parent 8a701c6 commit a7f0391
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
14 changes: 6 additions & 8 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -62,13 +62,11 @@ Here is the repository info you can add to your maven `pom.xml` file:
<repository>
<id>xtensions-p2</id>
<layout>p2</layout>
<url>https://dl.bintray.com/boereck/xtensions-p2/Xtensions/1.0.0/</url>
<url>https://dl.bintray.com/boereck/xtensions-p2/Xtensions/1.1.0/</url>
</repository>
</repositories>
----

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.

Expand All @@ -78,7 +76,7 @@ to maven central.
<dependency>
<groupId>com.github.fraunhoferfokus.xtensions</groupId>
<artifactId>de.fhg.fokus.xtensions</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
</dependencies>
----
Expand All @@ -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
Expand All @@ -112,7 +110,7 @@ Then add the following dependency:
<dependency>
<groupId>com.github.fraunhoferfokus.xtensions</groupId>
<artifactId>de.fhg.fokus.xtensions</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</dependency>
</dependencies>
----
Expand All @@ -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'
----


Expand Down

0 comments on commit a7f0391

Please sign in to comment.