Commit Graph

15 Commits (3.0.x)

Author SHA1 Message Date
openhab-bot 5ed739810a [unleash-maven-plugin] Preparation for next development cycle. 2021-12-12 16:10:57 +00:00
openhab-bot a061e1bf2a [unleash-maven-plugin] Preparation for next development cycle. 2021-12-11 19:46:43 +00:00
jenkins cb1dbe8a47 [unleash-maven-plugin] Preparation for next development cycle. 2021-04-21 07:49:54 +00:00
Christoph Weitkamp e7171cd967
Apply Spotless, resolve itest runbundles (#2180)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-02-06 12:56:34 +01:00
openhab-bot f2b56f4d49 [unleash-maven-plugin] Preparation for next development cycle. 2021-01-27 09:07:04 +00:00
Kai Kreuzer 80ee0924c4 bumped to 3.0.1-SNAPSHOT
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2021-01-06 23:03:32 +01:00
jenkins 645ee1e432 Preparation for tag creation (Tag name: '3.0.0'). 2020-12-20 22:23:53 +00:00
Wouter Born fb7a7ac421
Add null annotations to providers and ThingManager (#1412)
* Add null annotations to providers and ThingManager

Signed-off-by: Wouter Born <github@maindrain.net>
2020-04-11 08:29:12 +02:00
Christoph Weitkamp 800956598b Applied spotless formatter (#1302)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-12-30 22:55:19 +01:00
Christoph Weitkamp 59675788e0 Renamed packages
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-12-28 12:18:16 +01:00
jenkins bc6a380297 [unleash-maven-plugin] Preparation for next development cycle. 2019-12-15 14:55:36 +00:00
Christoph Weitkamp 91617d8af8 Fixed POM XML Shema Definition path (#1119)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-10-12 08:52:16 +02:00
Markus Rathgeb b7b5dfc9fa POM Code Convention (#790)
There is a recommended ordering for all Maven POM files.
See: https://maven.apache.org/developers/conventions/code.html

The POM files has been "fixed" by using the "sortpom-maven-plugin".
The blank lines has been kept to keep the element separation for
readability.
The plugin also fixes indentation etc.
Have a look at: https://github.com/Ekryd/sortpom/wiki

The profile has been set to "recommended_2008_06" that states:
The POM Code Convention that was chosen by Maven developers in 2008

Command that has been executed:

    mvn \
      com.github.ekryd.sortpom:sortpom-maven-plugin:sort \
      -Dsort.keepBlankLines=true \
      -Dsort.predefinedSortOrder=recommended_2008_06

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-05-05 17:47:41 +02:00
Markus Rathgeb e9a3701417 migrate tests for model.thing
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-02-14 14:22:33 +01:00
Markus Rathgeb a37cceab67 mavenize openHAB and integrate mavenized ESH repository (#467)
* mavenize openHAB and integrate mavenized ESH repository

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-01-28 13:07:31 +01:00