Skip to content

Commit cc0d975

Browse files
committed
Prepared next release
1 parent ee716b9 commit cc0d975

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
= Functional Utils
22
:toc:
33
:toc-placement: preamble
4-
// also update version in pom.xml example
5-
:functionalversion: 0.6.0
4+
:functionalversion: 0.7.0
65

76
image:https://travis-ci.org/ToToTec/de.tototec.utils.functional.svg?branch=master["Build Status", link="https://travis-ci.org/ToToTec/de.tototec.utils.functional"]
87
image:https://img.shields.io/codacy/d6a2164c269d4a0a8245c12de43c5736.svg["Codacy Badge", link="https://www.codacy.com/p/3188/dashboard"]
@@ -71,12 +70,12 @@ Functional Utils is available from http://search.maven.org/#search|gav|1|g%3A%22
7170

7271
Maven users can use the following dependency declaration:
7372

74-
[source,xml]
73+
[source,xml,subs="attributes,verbatim"]
7574
----
7675
<dependency>
7776
<groupId>de.tototec</groupId>
7877
<artifactId>de.tototec.utils.functional</artifactId>
79-
<version>0.6.0</version>
78+
<version>{functionalversion}</version>
8079
</dependency>
8180
----
8281

@@ -147,7 +146,7 @@ This can be achieved with the http://mojo.codehaus.org/animal-sniffer-maven-plug
147146

148147
== Changelog
149148

150-
==== {master}
149+
==== 0.7.0 - 2016-06-01
151150

152151
* Fixed faulty FList.distict method
153152
* Added no-op impls for Procedure interfaces

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.tototec</groupId>
88
<artifactId>de.tototec.utils.functional</artifactId>
9-
<version>0.6.1-SNAPSHOT</version>
9+
<version>0.7.0</version>
1010
<packaging>bundle</packaging>
1111

1212
<name>Functional Utils</name>
@@ -82,6 +82,13 @@
8282
<artifactId>maven-bundle-plugin</artifactId>
8383
<version>3.0.1</version>
8484
<extensions>true</extensions>
85+
<dependencies>
86+
<dependency>
87+
<groupId>biz.aQute.bnd</groupId>
88+
<artifactId>biz.aQute.bndlib</artifactId>
89+
<version>3.2.0</version>
90+
</dependency>
91+
</dependencies>
8592
<executions>
8693
<execution>
8794
<phase>verify</phase>

0 commit comments

Comments
 (0)