-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCHANGELOG
More file actions
605 lines (435 loc) · 21.1 KB
/
Copy pathCHANGELOG
File metadata and controls
605 lines (435 loc) · 21.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
openengsb-root-37 2015-03-17
-------------------------------------------
The 37th release of OpenEngSB root pom sanitzes the pom, upgrades karaf and a few other libraries libraries.
** Bug
* [OPENENGSB-3739] - Fix maven build stability issues
* [OPENENGSB-3864] - The userprojects JIRA connector fetches a wrong set of users from the JIRA server
** Deprecation
* [OPENENGSB-3854] - Delete not used wagon maven plugin
** Library Upgrade
* [OPENENGSB-3725] - Upgrade karaf to 3.0.2
* [OPENENGSB-3742] - Upgrade Karaf to 3.0.1
* [OPENENGSB-3847] - upgrade JIRA REST client to 2.0.0-m32.w1
* [OPENENGSB-3850] - Upgrade commons-io to 2.4 and commons-codec to 1.10
* [OPENENGSB-3853] - Update JIRA REST client dependency
* [OPENENGSB-3855] - Upgrade assembly plugin to 2.5.2 and commons compress to 1.9
* [OPENENGSB-3856] - Upgrade version dependencies where it makes sense
* [OPENENGSB-3863] - upgrade junit to 4.12
* [OPENENGSB-3865] - upgrade shiro to 1.2.3
openengsb-root-36 2014-10-10
-------------------------------------------
The 36th release of OpenEngSB root pom upgrades a few libraries.
### Details
** Improvement
* [OPENENGSB-3770] - Create license-plugin mapping for ldif
** Library Upgrade
* [OPENENGSB-3750] - Add spring-jdbc dependency
* [OPENENGSB-3791] - Upgrade jackson libs to 2.4.1
* [OPENENGSB-3794] - upgrade maven-verifier to 1.5
** New Feature
* [OPENENGSB-3798] - Add wrapped JIRA REST client version to the root
openengsb-root-35 2014-05-21
-------------------------------------------
The 35th release of OpenEngSB root pom fixes a show-stopper bug introduced with version 34.
### Details
** Bug
* [OPENENGSB-3717] - orientdb 1.4.0+ causes EDBIT to fail
** Library Upgrade
* [OPENENGSB-3718] - remove obsolete aduna pluginRepository
openengsb-root-34 2014-03-28
-------------------------------------------
The 34th release of OpenEngSB root pom introduces various bug fixes and stability improvements. As of version 34
the java compiler is 1.7 compliant.
### Details
** Administration
* [OPENENGSB-3465] - Migrate from hudson to travis
** Bug
* [OPENENGSB-3103] - upgrade axis java2wsdl plugin to 1.6.2
* [OPENENGSB-3296] - some bundles are created with the wrong symblic name
* [OPENENGSB-3303] - make it possible to use gpgagent during release and make it default
* [OPENENGSB-3327] - Add aduna-maven-repo so that npanday can correctly resolve openrdf
* [OPENENGSB-3332] - projects should specify UTF-8 as source-encoding
* [OPENENGSB-3461] - Root pom contains invalid configuration for deploy plugin
* [OPENENGSB-3475] - Removal of orienttechnologies repository
* [OPENENGSB-3498] - license-check does not report missing licenses anymore
* [OPENENGSB-3531] - remove unneeded redundant dependency to root from root
* [OPENENGSB-3533] - Remove old api version properties and all of its references
* [OPENENGSB-3548] - Add new spring osgi repository
* [OPENENGSB-3549] - OpenEngSB is not working with recent Karaf
* [OPENENGSB-3632] - first karaf start sometimes causes ConcurrentModificationException
** Improvement
* [OPENENGSB-1314] - Extract dependencies from openengsb-framework to openengsb-root
* [OPENENGSB-2793] - use the new openjpa maven plugin instead of the old one
* [OPENENGSB-2973] - Speed up multi module build
* [OPENENGSB-3037] - move orienttechnologies-repo to root
* [OPENENGSB-3131] - Warning weaver.test jar is empty
* [OPENENGSB-3370] - upgrade osgi.compendium to 4.3
* [OPENENGSB-3419] - Packaging should add default specification and implementation entries
* [OPENENGSB-3433] - Move contributor list from framework root pom to confluence
* [OPENENGSB-3509] - Don't validate import order in checkstyle
* [OPENENGSB-3513] - make openengsb-root the only available parent pom
* [OPENENGSB-3583] - Remove no longer used maven-site-plugin
* [OPENENGSB-3588] - Remove maven-shade plugin
** Library Upgrade
* [OPENENGSB-2807] - Upgrade to openengsb-maven-plugin 2.4.0
* [OPENENGSB-2977] - Upgrade to compiler plugin 2.4
* [OPENENGSB-3491] - Upgrade labs-delegation to 0.1.1
* [OPENENGSB-3492] - Include liquibase integration framework 1.0.0
* [OPENENGSB-3506] - Upgrade labs dependencies to 0.1.0
* [OPENENGSB-3540] - Upgrade pax-web to 3.0.0.M3
* [OPENENGSB-3582] - Upgrade to maven-compiler-plugin 3.0
* [OPENENGSB-3584] - Upgrade maven-release-pluin to 2.4
* [OPENENGSB-3585] - Upgrade maven-notice-plugin to 1.0.5
* [OPENENGSB-3586] - Upgrade maven-wagon-plugin to 1.0-beta-4
* [OPENENGSB-3587] - Upgrade to maven-resources-plugin 2.6
* [OPENENGSB-3589] - Upgrade surefire plugins to 2.14
* [OPENENGSB-3590] - Upgrade maven-clean-plugin to 2.5
* [OPENENGSB-3591] - maven-dependency-plugin to 2.7
* [OPENENGSB-3592] - Upgrade maven-plugin-plugin to 3.2
* [OPENENGSB-3593] - Upgrade maven-enforcer plugin to 1.2
* [OPENENGSB-3655] - Upgrade orientDB
* [OPENENGSB-3673] - maven-dependency-plugin to 2.8
* [OPENENGSB-3674] - upgrade guava to 14.0.1
* [OPENENGSB-3675] - upgrade fasterxml.jackson to 2.2.2
openengsb-root-33 2012-04-19
-------------------------------------------
The 33rd release of OpenEngSB root pom focuses on fixes the assembly problem we had by downgrading to
version 2.2.2 of the maven-assembly-plugin
### Details
** Library Upgrade
* [OPENENGSB-2942] - Downgrade maven assembly plugin to 2.2.2
** Task
* [OPENENGSB-2779] - Release openengsb-root-33
### Known Issues
* [OPENENGSB-2805] - maven-jar-plugin produces crappy output
openengsb-root-32 2012-03-02
-------------------------------------------
The 32th release of the OpenEngSB root pom includes the version handling of the axis2-java2wsdl-maven-plugin
required starting from openengsb-framework-2.4.2. In addition a bug-fix upgrade to the checkstyle (2.9.1) had
been included.
### Details
** Library Upgrade
* [OPENENGSB-2781] - Upgrade maven-checkstyle-plugin to 2.9.1
** New Feature
* [OPENENGSB-2780] - Include version of axis2-java2wsdl-maven-plugin
** Task
* [OPENENGSB-2753] - Release openengsb-root-32
### Known Issues
Non by now.
openengsb-root-31 2012-02-21
-------------------------------------------
This release contains various library maven plugin upgrades. In addition the no longer required maven.openengsb.org
repository had been removed. Another noteable change was the addition of a prerequisites section for maven 3 which
forces now to use maven 3 to build the OpenEngSB or related projects.
### Details
** Bug
* [OPENENGSB-2752] - Remove no longer existing maven.openengsb.org
** Library Upgrade
* [OPENENGSB-2759] - Upgrade to docbkx version 2.0.14
* [OPENENGSB-2760] - Upgrade eclipse plugin to 2.9
* [OPENENGSB-2761] - Upgrade checkstyle plugin to 2.9
* [OPENENGSB-2762] - Upgrade surefire plugins to 2.12
* [OPENENGSB-2763] - Upgrade maven-jar-plugin to 2.4
* [OPENENGSB-2764] - Upgrade maven-bundle-plugin to 2.3.7
* [OPENENGSB-2766] - Upgrade maven-assembly-plugin to 2.3
** New Feature
* [OPENENGSB-2758] - Include maven prerequisites section
* [OPENENGSB-2765] - Include maven depends plugin into the root plugin
** Task
* [OPENENGSB-2594] - Release openengsb-root 31
### Known Issues
Non by now.
openengsb-root-30 2012-01-04
-------------------------------------------
This release contains an important bug-fix to the configuration of the snapshot repositories. In addition all links to
the setup of the OpenEngSB environment had been removed to make this parent easier reusable in other context. Finally
the release process is changed back to be useful via "mvn release:prepare release:perform
-DconnectionUrl=scm:git:file://PATH".
### Details
** Bug
* [OPENENGSB-2583] - To work correctly with snapshots openengsb-root should also include sonatype snapshot
** Improvement
* [OPENENGSB-2228] - Configure maven-release-plugin to use vVERSION as default tag
* [OPENENGSB-2348] - Configure releases via mvn release:prepare/perform again
** Task
* [OPENENGSB-2528] - Release openengsb-root-30
* [OPENENGSB-2585] - Remove Include issuetracker, buildserver and inceptionYear from root
### Known Issues
Non by now.
openengsb-root-29 2011-12-31
-------------------------------------------
This release contains further improvements to import OpenEngSB projects using the m2e plugin. In addition the
openengsb-maven-plugin (2.3.1) had been updated.
### Details
** Improvement
* [OPENENGSB-2500] - m2e support should also work with maven-plugin smaller 2.2 (2.0 in fact)
** Library Upgrade
* [OPENENGSB-2527] - Upgrade to openengsb-maven-plugin 2.3.1
** New Feature
* [OPENENGSB-2501] - CXF java2ws plugin should work with m2e
* [OPENENGSB-2502] - docbookx plugin should work with m2e
** Task
* [OPENENGSB-2443] - Release openengsb-root-29
### Known Issues
* [OPENENGSB-2228] - Configure maven-release-plugin to use vVERSION as default tag
openengsb-root-28 2011-12-23
-------------------------------------------
The only change in this version is the upgrade of the openengsb-maven-plugin (2.3.0). This change was pretty important
to allow the extraction of sources in all projects using this pom.
### Details
** Library Upgrade
* [OPENENGSB-2460] - Upgrade to openengsb-maven-plugin 2.3.0
** Task
* [OPENENGSB-2442] - Release openengsb-root-28
openengsb-root-27 2011-12-23
-------------------------------------------
The 27th version of the openengsb-root pom file increases the support for the use of m2e. In addition the
docbook configurations finally found their way into the root pom besides configuration for using the maven
wagon plugin with the ssh protocol. Finally the surefire plugins (2.11), assembly (2.2.2), dependency (2.4) and release
(2.2.2) plugins got upgraded.
### Details
** Bug
* [OPENENGSB-2350] - maven-bundle-plugin needs extensions configuration
** Improvement
* [OPENENGSB-2352] - Rename CHANGELOG.md to CHANGELOG
* [OPENENGSB-2446] - Allow to import projects using the openengsb-maven-plugin with m2e
** Library Upgrade
* [OPENENGSB-2349] - Upgrade maven-bundle-plugin to 2.3.6
* [OPENENGSB-2444] - Include docbook dependencies in root
* [OPENENGSB-2445] - Add wagon-plugin to root
* [OPENENGSB-2447] - Add mvn extension for wagon-ssh
* [OPENENGSB-2448] - Upgrade surefire plugins to 2.11
* [OPENENGSB-2449] - Upgrade assembly plugin to 2.2.2
* [OPENENGSB-2450] - Upgrade dependency plugin to 2.4
* [OPENENGSB-2451] - Upgrade release plugin to 2.2.2
** Task
* [OPENENGSB-2336] - Release openengsb-root-27
openengsb-root-26 2011-11-30
-------------------------------------------
The 26th version of the openengsb-root pom file contains only one change, but which is in it's own account quite
important since it supports a problemless interaction with the m2e eclipse plugin.
### Details
** Improvement
* [OPENENGSB-2309] - Support the use of m2e
** Task
* [OPENENGSB-2307] - Release openengsb-root-26
openengsb-root-25 2011-11-25
-------------------------------------------
The 25th release of the openengsb root project contains 7 improvements and library upgrades. In detail we've finally
upgraded the openengsb (2.2.0), the checkystle (2.8), shade (1.5) and antrun (1.7) maven plugins. In addition various
comments documenting the root had been corrected. Finally we've removed no longer repositories which should make
the build process faster.
### Details
** Improvement
* [OPENENGSB-2305] - Add comment why we couldn't upgrade to 2.3.5 of the maven-bundle-plugin
* [OPENENGSB-2306] - Remove no longer required maven-default-skin repo
** Library Upgrade
* [OPENENGSB-2250] - Upgrade openengsb-maven-plugin to 2.2.0
* [OPENENGSB-2302] - Upgrade maven-checkstyle-plugin 2.6 -> 2.8
* [OPENENGSB-2303] - Upgrade maven-shade-plugin 1.4 -> 1.5
* [OPENENGSB-2304] - Upgrade maven-antrun-plugin 1.6 -> 1.7
** Task
* [OPENENGSB-2225] - Release openengsb-root-25
openengsb-root-24 2011-10-17
-------------------------------------------
Because of a conflice between the maven-source-plugin and the maven-bundle-plugin we had to downgrade the
maven-bundle-plugin to 2.3.4
### Details
** Bug
* [OPENENGSB-2226] - maven-bundle-plugin 2.3.5 is not compatible with source plugin --> downgrade to 2.3.4
** Task
* [OPENENGSB-2214] - Release openengsb-root-24
openengsb-root-23 2011-10-16
-------------------------------------------
Upgraded sonatype oss-parent to version 7. This should fix various problems during the release. In addition the
versions had been adapted according to the oss-parent. In addition we've upgraded the surefire and the license
plugin.
### Details
** Library Upgrade
* [OPENENGSB-2141] - Upgrade to sonatype oss-parent 7
* [OPENENGSB-2210] - Upgrade com.mycila.maven-license-plugin:maven-license-plugin 1.9.0 -> 1.10.b1
* [OPENENGSB-2212] - maven-surefire-plugin 2.9 -> 2.10
* [OPENENGSB-2213] - maven-surefire-report-plugin 2.9 -> 2.10
** Task
* [OPENENGSB-2081] - Release openengsb-root-23
openengsb-root-22 2011-09-21
-------------------------------------------
In this version we moved various plugins from the maven-plugin into the root plugin and also upgraded the version
of the openengsb-maven-plugin to 2.1.0.
### Details
** Library Upgrade
* [OPENENGSB-2077] - Upgrade to openengsb-maven-plugin 2.1.0
** Task
* [OPENENGSB-2056] - Release openengsb-root-22
* [OPENENGSB-2078] - Include com.mycila.maven-license-plugin
* [OPENENGSB-2079] - Include com.agilejava.docbkx plugin
* [OPENENGSB-2080] - Include net.sourceforge.docbook-utils.maven-plugin
openengsb-root-21 2011-09-20
-------------------------------------------
In summary we've fixed 7 issues in this release. It contains a new maven plugin finally also under semantic versioning.
In addition various plugin upgrades had been added such as for the maven-deploy-plugin or maven-jar-plugin.
### Details
** Library Upgrade
* [OPENENGSB-2044] - Upgrade to openengsb-maven-plugin-2.0.0
* [OPENENGSB-2047] - Upgrade maven-plugin-plugin to 2.9
* [OPENENGSB-2048] - Upgrade maven-deploy-plugin to 2.7
* [OPENENGSB-2049] - Upgrade depends-maven-plugin to 1.2
* [OPENENGSB-2050] - Upgrade maven-jar-plugin to 2.3.2
** Task
* [OPENENGSB-1925] - Release openengsb-root-21
* [OPENENGSB-2032] - Move some plugin versions to openengsb-root
openengsb-root-20 2011-08-17
-------------------------------------------
Finally the contributor/commiter are removed from this pom again. In addition the maven enforcer (1.0.1) and release
plugin (2.2.1) had been added. The OpenEngSB Maven plugin had been upgraded to 1.5.1 and the maven site plugin to 3.0.
### Details
** Bug
* [OPENENGSB-1918] - Remove developer and contributor from openengsb-root to openengsb
** Library Upgrade
* [OPENENGSB-1892] - Upgrade openengsb-maven-plugin to 1.5.1
* [OPENENGSB-1922] - Upgrade maven-enforcer-plugin to 1.0.1
* [OPENENGSB-1923] - Upgrade maven-release-plugin to 2.2.1
* [OPENENGSB-1924] - Upgrade maven-site-plugin to 3.0
** New Feature
* [OPENENGSB-1919] - Include maven-enforcer-plugin
* [OPENENGSB-1920] - Include maven-release-plugin
** Task
* [OPENENGSB-1825] - Release openengsb-root-20
openengsb-root-19 2011-07-13
-------------------------------------------
Minor release updating various plugins, including a new version of the openengsb-maven-plugin (1.5.0) and of the
release-plugin (1.7). In additoin Fabian had been added as a commiter and Xiaolin as contributor.
### Details
** Library Upgrade
* [OPENENGSB-1765] - Upgrade openengsb-maven-plugin to 1.5.0
* [OPENENGSB-1821] - Upgrade org.apache.felix:maven-bundle-plugin to 2.3.5
* [OPENENGSB-1822] - Upgrade maven-dependency-plugin to 2.3
* [OPENENGSB-1823] - Upgrade maven-release-plugin to 2.2
* [OPENENGSB-1824] - Upgrade org.codehaus.mojo:build-helper-maven-plugin to 1.7
** Task
* [OPENENGSB-1729] - Release openengsb-root-19
* [OPENENGSB-1777] - Add fabian as commiter
* [OPENENGSB-1801] - Add Xiaolin Zhang as contributor
openengsb-root-18 2011-06-18
-------------------------------------------
Minor release updating various plugins, including a new version of the openengsb-maven-plugin (1.4.2) fixing problems
in various goals. In addition the contributor/commiter list had been updated.
### Details
** Bug
* [OPENENGSB-1691] - Stefan Doesinger is not separated by [at]
** Library Upgrade
* [OPENENGSB-1622] - Upgrade to openengsb-maven-plugin-1.4.2
* [OPENENGSB-1625] - Upgrade maven-deploy-plugin to 2.6
* [OPENENGSB-1722] - Upgrade maven-plugin-plugin to 2.8
* [OPENENGSB-1724] - Upgrade maven-notice-plugin to 1.0.4
* [OPENENGSB-1726] - upgrade to maven-surefire-plugin 2.9
* [OPENENGSB-1727] - Upgrade maven-surefire-report-plugin to 2.9
** Task
* [OPENENGSB-1583] - Release openengsb-root-18
* [OPENENGSB-1668] - add Christoph Hochreiner as contributor
* [OPENENGSB-1689] - Update email of Andreas Pieber
* [OPENENGSB-1721] - Add Richard Holzeis as Contributor
openengsb-root-17 2011-05-16
-------------------------------------------
Fixed eclipse plugin bug
### Details
** Bug
* [OPENENGSB-1584] - eclipse-plugin 1.8 has problems with filer/non-filter in resources
** Task
* [OPENENGSB-1559] - Releaes openengsb-root-17
openengsb-root-16 2011-05-13
-------------------------------------------
Upgrade various plugins and contributor
### Details
** Bug
* [OPENENGSB-1539] - Felix Mayerhuber in commiter section does not have an ID
** Library Upgrade
* [OPENENGSB-1557] - Upgrade maven-javadoc-plugin to 2.8
** Task
* [OPENENGSB-1364] - release openengsb-root-16
* [OPENENGSB-1554] - Add Stefan Dösinger as Contributor
* [OPENENGSB-1558] - Add license to root folder of openengsb-root
openengsb-root-15 2011-04-22
-------------------------------------------
Upgrade various plugins and contributor
### Details
** Library Upgrade
* [OPENENGSB-1332] - Upgrade to openengsb-maven-plugin-1.4.1
** Task
* [OPENENGSB-1306] - Release openengsb-root-15
* [OPENENGSB-1328] - Add Felix Mayerhuber as commiter
openengsb-root-14 2011-04-18
-------------------------------------------
Upgrade various plugins and contributor
### Details
** Library Upgrade
* [OPENENGSB-1281] - Upgrade to openengsb-maven-plugin 1.4.0
* [OPENENGSB-1304] - upgrade maven-surefire-plugin to 2.8.1
* [OPENENGSB-1305] - upgrade maven-surefire-report-plugin to 2.8.1
** Task
* [OPENENGSB-1190] - Add Fabian, Michael and Peter to contributor
* [OPENENGSB-1282] - Release openengsb-root-14
openengsb-root-13 2011-03-24
-------------------------------------------
Upgrade to latest openengsb-maven-plugin
### Details
** Library Upgrade
* [OPENENGSB-1150] - upgrade to openengsb-maven-plugin 1.3.3 stable
** Task
* [OPENENGSB-1155] - Release openengsb-root-13
openengsb-root-12 2011-03-23
-------------------------------------------
Upgrade various libraries
### Details
** Bug
* [OPENENGSB-1119] - Eclipse Checkstyle configuration has a bug
** Library Upgrade
* [OPENENGSB-1150] - upgrade to openengsb-maven-plugin 1.3.2 stable
* [OPENENGSB-1156] - Upgrad maven-assembly-plugin to 2.2.1
* [OPENENGSB-1157] - Upgrade maven-resources-plugin to 2.5
* [OPENENGSB-1158] - Upgrade maven-surefire-plugin to 2.8
* [OPENENGSB-1159] - Upgrade maven-surefire-report-plugin to 2.8
** Task
* [OPENENGSB-1107] - Release openengsb-root-12
* [OPENENGSB-1140] - Add Felix Mayerhuber as contributor
openengsb-root-11 2011-03-09
-------------------------------------------
Add atlassian-repository
### Details
** Task
* [OPENENGSB-1095] - add jira-repository to openengsb-root-pom
* [OPENENGSB-1096] - Release openengsb-root-11
openengsb-root-10 2011-03-09
--------------------------------------------
Added openengsb-maven-plugin directly in the root plugin (and upgraded it to the latest version)
### Details
** Library Upgrade
* [OPENENGSB-1090] - upgrade to openengsb-maven-plugin 1.3.1
** Task
* [OPENENGSB-1059] - release openengsb-root-10
* [OPENENGSB-1060] - add openengsb-maven-plugin version to openengsb-root
* [OPENENGSB-1066] - Add openengsb-maven-plugin to openengsb-root
* [OPENENGSB-1067] - errors in the license
openengsb-root-9 2011-03-04
--------------------------------------------
Updated team information and upgraded some versions
### Details
** Improvement
* [OPENENGSB-1044] - Use github/jira id for commiter on team page
** Task
* [OPENENGSB-981] - release openengsb-root-9
* [OPENENGSB-990] - change license in all files to "vereinslicense"
* [OPENENGSB-1022] - Add Christoph Karner as commiter
* [OPENENGSB-1023] - Add Roland Bair as contributor
* [OPENENGSB-1024] - Add thomas moser as contributor
* [OPENENGSB-1038] - Move maven notice plugin version to openengsb-root
openengsb-root-8 2011-02-23
--------------------------------------------
Only some contributor and minor library upgrades
### Details
** Library Upgrade
* [OPENENGSB-978] - Upgrade maven-dependency-plugin to 2.2
* [OPENENGSB-979] - upgrade maven-plugin-plugin to 2.7
** Task
* [OPENENGSB-970] - Add Stefan Paula as contributor
* [OPENENGSB-980] - release openengsb-root-8