File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 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
76image:https://travis-ci.org/ToToTec/de.tototec.utils.functional.svg?branch=master["Build Status", link="https://travis-ci.org/ToToTec/de.tototec.utils.functional"]
87image: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
7271Maven 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments