]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
13 years agoSONAR-893 Rename service into "History Deletion"
Fabrice Bellingard [Wed, 7 Sep 2011 08:22:13 +0000 (10:22 +0200)]
SONAR-893 Rename service into "History Deletion"

And "Deletion" service to "Project Deletion"

13 years agoSONAR-2074 Fix bug with Derby and add to "History" category
Fabrice Bellingard [Wed, 7 Sep 2011 08:18:16 +0000 (10:18 +0200)]
SONAR-2074 Fix bug with Derby and add to "History" category

13 years agoSONAR-2701 Rename to "History Table" and add to "History" category
Fabrice Bellingard [Wed, 7 Sep 2011 08:04:36 +0000 (10:04 +0200)]
SONAR-2701 Rename to "History Table" and add to "History" category

13 years agoSONAR-2200 Add documentation to the Timeline chart JS API
Fabrice Bellingard [Tue, 6 Sep 2011 10:06:48 +0000 (12:06 +0200)]
SONAR-2200 Add documentation to the Timeline chart JS API

13 years agoRemove Oracle specific settings
simonbrandhof [Tue, 6 Sep 2011 20:45:00 +0000 (22:45 +0200)]
Remove Oracle specific settings

13 years agoSONAR-2549 do not guess Oracle column type by name
Simon Brandhof [Tue, 6 Sep 2011 17:45:09 +0000 (19:45 +0200)]
SONAR-2549 do not guess Oracle column type by name

13 years agoSlight change in comments of conf/sonar.properties
Simon Brandhof [Tue, 6 Sep 2011 17:20:14 +0000 (19:20 +0200)]
Slight change in comments of conf/sonar.properties

13 years agoSONAR-2587 SONAR-2549 Fix schema conflicts on Oracle and PostgreSQL
Simon Brandhof [Tue, 6 Sep 2011 16:04:17 +0000 (18:04 +0200)]
SONAR-2587 SONAR-2549 Fix schema conflicts on Oracle and PostgreSQL

13 years agoSONAR-2587 and SONAR-2549 conflicts between database schemas
simonbrandhof [Fri, 19 Aug 2011 20:34:34 +0000 (22:34 +0200)]
SONAR-2587 and SONAR-2549 conflicts between database schemas

13 years agoSlight refactoring of ColumnView#name()
Simon Brandhof [Tue, 6 Sep 2011 09:39:39 +0000 (11:39 +0200)]
Slight refactoring of ColumnView#name()

13 years agoSONAR-2074 Use Prototype #getWidth() method to access DIV width
Fabrice Bellingard [Mon, 5 Sep 2011 16:31:17 +0000 (18:31 +0200)]
SONAR-2074 Use Prototype #getWidth() method to access DIV width

13 years agoSONAR-893 Remove the possibility to recover snapshots once deleted
Fabrice Bellingard [Mon, 5 Sep 2011 16:13:31 +0000 (18:13 +0200)]
SONAR-893 Remove the possibility to recover snapshots once deleted

This can lead to problems. This functionality will be added back
once we have a clean way to handle snapshot statuses.

13 years agoSONAR-2074 Fix bug on IE6/7
Fabrice Bellingard [Mon, 5 Sep 2011 14:58:33 +0000 (16:58 +0200)]
SONAR-2074 Fix bug on IE6/7

13 years agoSONAR-1091 Disable CPD over different projects, when dry run
Evgeny Mandrikov [Mon, 5 Sep 2011 13:27:48 +0000 (17:27 +0400)]
SONAR-1091 Disable CPD over different projects, when dry run

13 years agoSONAR-2693 A bit of refactoring
Fabrice Bellingard [Mon, 5 Sep 2011 07:47:06 +0000 (09:47 +0200)]
SONAR-2693 A bit of refactoring

13 years agoSONAR-1091 Improve SQL request
Evgeny Mandrikov [Fri, 2 Sep 2011 17:04:11 +0000 (21:04 +0400)]
SONAR-1091 Improve SQL request

13 years agoSONAR-2693 Improve unit tests for I18n Harmcrest matcher
Fabrice Bellingard [Fri, 2 Sep 2011 16:03:38 +0000 (18:03 +0200)]
SONAR-2693 Improve unit tests for I18n Harmcrest matcher

13 years agoSONAR-2693 Hamcrest matcher to compare a pair of translation bundles
Fabrice Bellingard [Fri, 2 Sep 2011 15:12:41 +0000 (17:12 +0200)]
SONAR-2693 Hamcrest matcher to compare a pair of translation bundles

First commit and push to GitHub before activating other tests that
require this code to be pushed.

13 years agoSONAR-2752 Improve UI to show duplications with other projects
Evgeny Mandrikov [Fri, 2 Sep 2011 08:07:41 +0000 (12:07 +0400)]
SONAR-2752 Improve UI to show duplications with other projects

13 years agoSONAR-1091 CPD over different projects
Evgeny Mandrikov [Thu, 1 Sep 2011 15:06:46 +0000 (19:06 +0400)]
SONAR-1091 CPD over different projects

* Improve table clone_blocks and so DbCloneIndex.

* Add purge of old clone blocks.

13 years agoSONAR-2074 Update the JS script + JS data generation to fix bug on IE
Fabrice Bellingard [Thu, 1 Sep 2011 15:46:11 +0000 (17:46 +0200)]
SONAR-2074 Update the JS script + JS data generation to fix bug on IE

13 years agoSONAR-893 Improve style and text
Fabrice Bellingard [Thu, 1 Sep 2011 14:02:31 +0000 (16:02 +0200)]
SONAR-893 Improve style and text

13 years agoSONAR-2616 Improve the user auto-suggest box
Fabrice Bellingard [Thu, 1 Sep 2011 13:52:34 +0000 (15:52 +0200)]
SONAR-2616 Improve the user auto-suggest box

Initial bug : when assigning a review, if assignee does not exist
an error message should appear.

13 years agoSONAR-2676 Remove the parameter list from rule description page
Fabrice Bellingard [Thu, 1 Sep 2011 09:17:42 +0000 (11:17 +0200)]
SONAR-2676 Remove the parameter list from rule description page

Showing the parameters with their description could lead to
ambiguity => some parameter descriptions specify the default value
given by the original tool, thus making confusion with the default
value given by the quality profile activated on a project (-> the
rule description page is independent of the user context).

13 years agoSONAR-1091 Add CPD over different projects
Evgeny Mandrikov [Wed, 31 Aug 2011 15:27:13 +0000 (19:27 +0400)]
SONAR-1091 Add CPD over different projects

* Add table clone_blocks

* Add DbCloneIndex, which can be activated in sonar-cpd-plugin using
  property "sonar.cpd.cross_project=true"

13 years agoSONAR-2074 Fix display bug caused by Protovis limitation
Fabrice Bellingard [Wed, 31 Aug 2011 16:58:07 +0000 (18:58 +0200)]
SONAR-2074 Fix display bug caused by Protovis limitation

If the array used to display the Y axis contains only data with the
exact same value, Protovis function y() returns NaN, which makes it
impossible to display the line for the given array.

13 years agoSONAR-893 Improve the "History" service for projects
Fabrice Bellingard [Wed, 31 Aug 2011 16:18:14 +0000 (18:18 +0200)]
SONAR-893 Improve the "History" service for projects

- Display snapshot that are currently being built without the
  possibility to modify their status
- Remove the popup and the bulk change, as there's the recovery
  mechanism
- Invert Event and Time columns
- Set the table to minimum width

13 years agoSONAR-2074 Fix bug if event date slightly differs from snapshot date
Fabrice Bellingard [Wed, 31 Aug 2011 13:45:17 +0000 (15:45 +0200)]
SONAR-2074 Fix bug if event date slightly differs from snapshot date

13 years agoSONAR-2745 Fix wrong language display on the Components service page
Fabrice Bellingard [Wed, 31 Aug 2011 10:28:15 +0000 (12:28 +0200)]
SONAR-2745 Fix wrong language display on the Components service page

13 years agoSONAR-2074 Fix bug that occurs when several snapshots on the same day
Fabrice Bellingard [Wed, 31 Aug 2011 09:08:38 +0000 (11:08 +0200)]
SONAR-2074 Fix bug that occurs when several snapshots on the same day

13 years agoSONAR-2701 Fix bug that can occur when using Views
Fabrice Bellingard [Wed, 31 Aug 2011 07:51:25 +0000 (09:51 +0200)]
SONAR-2701 Fix bug that can occur when using Views

13 years agoSONAR-893 Provide a new "History" service for projects
Fabrice Bellingard [Tue, 30 Aug 2011 16:08:55 +0000 (18:08 +0200)]
SONAR-893 Provide a new "History" service for projects

13 years agoSONAR-2701 Change TimeMachine widget style to match Sonar table style
Fabrice Bellingard [Mon, 29 Aug 2011 16:09:07 +0000 (18:09 +0200)]
SONAR-2701 Change TimeMachine widget style to match Sonar table style

13 years agoSONAR-2074 Pull the caption insert on top of the chart
Fabrice Bellingard [Mon, 29 Aug 2011 14:53:04 +0000 (16:53 +0200)]
SONAR-2074 Pull the caption insert on top of the chart

13 years agoUpdate sonar-cpd-plugin to use new Sonar-CPD engine
Evgeny Mandrikov [Fri, 26 Aug 2011 17:49:33 +0000 (21:49 +0400)]
Update sonar-cpd-plugin to use new Sonar-CPD engine

13 years agoSONAR-2701 Fix vertical alignment when spark lines are displayed
Fabrice Bellingard [Mon, 29 Aug 2011 12:48:45 +0000 (14:48 +0200)]
SONAR-2701 Fix vertical alignment when spark lines are displayed

13 years agoSONAR-2074 Remove y-axis on the chart
Fabrice Bellingard [Mon, 29 Aug 2011 12:46:58 +0000 (14:46 +0200)]
SONAR-2074 Remove y-axis on the chart

13 years agoSONAR-2074 Fix timeline widget JS that caused a bug on PROD mode
Fabrice Bellingard [Mon, 29 Aug 2011 11:10:55 +0000 (13:10 +0200)]
SONAR-2074 Fix timeline widget JS that caused a bug on PROD mode

13 years agoSONAR-2074 Improve timeline widget
Fabrice Bellingard [Fri, 26 Aug 2011 16:06:54 +0000 (18:06 +0200)]
SONAR-2074 Improve timeline widget

- Default height set to 80 pixels
- Events are displayed by default
- Space added between measures in the footer
- Adapt left margin to be able to display the max number on the Y axis
- Chart displayed even if no values for a selected metric

13 years agoSONAR-2701 Improve "Time Machine" widget
Fabrice Bellingard [Fri, 26 Aug 2011 14:21:38 +0000 (16:21 +0200)]
SONAR-2701 Improve "Time Machine" widget

- Rename numberOfVersions into numberOfColumns
- Always take the last snapshot to display

13 years agoSONAR-2734 Provide a new "Deletion" service for each project
Fabrice Bellingard [Fri, 26 Aug 2011 12:21:21 +0000 (14:21 +0200)]
SONAR-2734 Provide a new "Deletion" service for each project

13 years agoSONAR-2701 Adjustments on TimeMachine widget
Fabrice Bellingard [Fri, 26 Aug 2011 10:01:17 +0000 (12:01 +0200)]
SONAR-2701 Adjustments on TimeMachine widget

- Display only latest snapshot if number_of_versions set to 1
- Fix bug and actually always display oldest snapshot of the selected
  time frame
- Improve CSS rendering
- Do not display last column if no sparkline
- Do not display metric domain if selected metrics all belong to the
  same domain (= if there's only one domain to display)

13 years agoSONAR-2702 Turn delete link into a button
Fabrice Bellingard [Thu, 25 Aug 2011 16:56:32 +0000 (18:56 +0200)]
SONAR-2702 Turn delete link into a button

13 years agoSONAR-2703 Pull the button out of the table
Fabrice Bellingard [Thu, 25 Aug 2011 16:26:34 +0000 (18:26 +0200)]
SONAR-2703 Pull the button out of the table

13 years agoSONAR-2701 New "Time Machine" widget
Fabrice Bellingard [Thu, 25 Aug 2011 14:29:16 +0000 (16:29 +0200)]
SONAR-2701 New "Time Machine" widget

Allows to display measures of required metrics by past version

13 years agoSONAR-2074 Select 'ncloc' by default for 1rst display
Fabrice Bellingard [Wed, 24 Aug 2011 13:50:32 +0000 (15:50 +0200)]
SONAR-2074 Select 'ncloc' by default for 1rst display

13 years agoSONAR-2074 Fix wrong path to Ruby template
Fabrice Bellingard [Wed, 24 Aug 2011 13:22:41 +0000 (15:22 +0200)]
SONAR-2074 Fix wrong path to Ruby template

+ rename "widgetHeight" into "chartHeight"

13 years agoSONAR-2702 New "Exclusions" service in the "CONFIGURATION" section
Fabrice Bellingard [Wed, 24 Aug 2011 13:00:07 +0000 (15:00 +0200)]
SONAR-2702 New "Exclusions" service in the "CONFIGURATION" section

13 years agoSONAR-2074 Improve timeline widget
Fabrice Bellingard [Tue, 23 Aug 2011 16:23:18 +0000 (18:23 +0200)]
SONAR-2074 Improve timeline widget

- Add event labels

13 years agoSONAR-2074 Improve timeline widget
Fabrice Bellingard [Mon, 22 Aug 2011 16:59:58 +0000 (18:59 +0200)]
SONAR-2074 Improve timeline widget

- Add top and bottom "padding" inside the graph for better readibility
- Display a message if only 1 snapshot available
- Display the "legend" under the graph with localized metric names
- Add possibility to specify widget height in the options
- Select first the last snapshot values when rendering the widget
- Add date label (localized)

13 years agoRevert "SONAR-2587 and SONAR-2549 conflicts between database schemas"
Fabrice Bellingard [Mon, 22 Aug 2011 12:25:51 +0000 (14:25 +0200)]
Revert "SONAR-2587 and SONAR-2549 conflicts between database schemas"

Reason: support of PostgreSQL is broken.

This reverts commit 3a77746009765300042ef795ae77dc4cb3c0bcb0.

13 years agoSONAR-2587 and SONAR-2549 conflicts between database schemas
simonbrandhof [Fri, 19 Aug 2011 20:34:34 +0000 (22:34 +0200)]
SONAR-2587 and SONAR-2549 conflicts between database schemas

13 years agoSONAR-2074 Improve timeline widget
Fabrice Bellingard [Fri, 19 Aug 2011 13:57:22 +0000 (15:57 +0200)]
SONAR-2074 Improve timeline widget

- Improve JS code
- Sort the trends directly in the TrendsChart Ruby class
- Add optional title for graph
- Graph aware of differential view system

13 years agoCompact database migration scripts created before version 2.1
simonbrandhof [Fri, 19 Aug 2011 09:58:27 +0000 (11:58 +0200)]
Compact database migration scripts created before version 2.1

13 years agoFix compression of javascript
simonbrandhof [Fri, 19 Aug 2011 08:13:19 +0000 (10:13 +0200)]
Fix compression of javascript

13 years agoSONAR-2074 New timeline widget: first basic version
Fabrice Bellingard [Thu, 18 Aug 2011 15:47:18 +0000 (17:47 +0200)]
SONAR-2074 New timeline widget: first basic version

13 years agoSONAR-2714 Reorganize core properties into categories
Simon Brandhof [Thu, 18 Aug 2011 10:03:21 +0000 (12:03 +0200)]
SONAR-2714 Reorganize core properties into categories

13 years agoSONAR-2713 default category is 'General'
Simon Brandhof [Thu, 18 Aug 2011 10:03:03 +0000 (12:03 +0200)]
SONAR-2713 default category is 'General'

13 years agoMerge branch 'release-2.10'
Simon Brandhof [Thu, 18 Aug 2011 09:20:55 +0000 (11:20 +0200)]
Merge branch 'release-2.10'

13 years agoSONAR-75 implement negative cache of rule descriptions
Simon Brandhof [Thu, 18 Aug 2011 09:13:14 +0000 (11:13 +0200)]
SONAR-75 implement negative cache of rule descriptions

13 years agoMerge branch 'release-2.10'
Simon Brandhof [Wed, 17 Aug 2011 16:03:52 +0000 (18:03 +0200)]
Merge branch 'release-2.10'

13 years agoSONAR-75 Add cache of rule descriptions
Simon Brandhof [Wed, 17 Aug 2011 15:53:18 +0000 (17:53 +0200)]
SONAR-75 Add cache of rule descriptions

13 years agoFix migration of manual measures (again)
Simon Brandhof [Wed, 17 Aug 2011 14:30:15 +0000 (16:30 +0200)]
Fix migration of manual measures (again)

13 years agoSONAR-2716 Support localization of plugin properties
simonbrandhof [Tue, 16 Aug 2011 20:43:26 +0000 (22:43 +0200)]
SONAR-2716 Support localization of plugin properties

13 years agoSONAR-2677 JUnit tests containing several level of nested inner classes can't be...
simonbrandhof [Tue, 16 Aug 2011 20:41:04 +0000 (22:41 +0200)]
SONAR-2677 JUnit tests containing several level of nested inner classes can't be analysed by Sonar

13 years agoAdd missing l10n key in the page filters
simonbrandhof [Mon, 15 Aug 2011 21:15:43 +0000 (23:15 +0200)]
Add missing l10n key in the page filters

13 years agoSONAR-2655 define toString() on all the hibernate models
Simon Brandhof [Tue, 16 Aug 2011 16:49:05 +0000 (18:49 +0200)]
SONAR-2655 define toString() on all the hibernate models

13 years agoRemove unused ruby code in time machine
Simon Brandhof [Tue, 16 Aug 2011 16:07:22 +0000 (18:07 +0200)]
Remove unused ruby code in time machine

13 years agoSONAR-2694 do not use @Property.category on core plugins yet
Simon Brandhof [Tue, 16 Aug 2011 16:07:03 +0000 (18:07 +0200)]
SONAR-2694 do not use @Property.category on core plugins yet

13 years agoSONAR-2694 Provide a new optional 'category' attribute on the @Property annotation
Simon Brandhof [Mon, 15 Aug 2011 17:36:19 +0000 (19:36 +0200)]
SONAR-2694 Provide a new optional 'category' attribute on the @Property annotation

13 years agoSONAR-2412 add support of project deletion from the Java web service client
Simon Brandhof [Mon, 15 Aug 2011 15:13:50 +0000 (17:13 +0200)]
SONAR-2412 add support of project deletion from the Java web service client

13 years agoSONAR-2412 Minor refactoring
Simon Brandhof [Mon, 15 Aug 2011 14:57:02 +0000 (16:57 +0200)]
SONAR-2412 Minor refactoring

13 years agoMerge branch 'master' of https://github.com/gshakhn/sonar into gshakhn-master
Simon Brandhof [Mon, 15 Aug 2011 14:39:49 +0000 (16:39 +0200)]
Merge branch 'master' of https://github.com/gshakhn/sonar into gshakhn-master

13 years agoSONAR-2646 When there isn't any violation in a project the hotspot widget 'Most viola...
Simon Brandhof [Mon, 15 Aug 2011 14:35:03 +0000 (16:35 +0200)]
SONAR-2646 When there isn't any violation in a project the hotspot widget 'Most violated rules' never finished to be displayed

13 years agoSONAR-2556 Adding new widgets to a dashboard re-organizes the first column
Simon Brandhof [Mon, 15 Aug 2011 14:21:31 +0000 (16:21 +0200)]
SONAR-2556 Adding new widgets to a dashboard re-organizes the first column

13 years agoRevert pom versions to 2.11-SNAPSHOT after merging branch 2.10
Simon Brandhof [Mon, 15 Aug 2011 13:53:48 +0000 (15:53 +0200)]
Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10

13 years agoMerge branch 'release-2.10'
Simon Brandhof [Mon, 15 Aug 2011 13:50:26 +0000 (15:50 +0200)]
Merge branch 'release-2.10'

13 years agoSONAR-2707 Some dependencies might miss in the Libraries, Dependencies and Design...
Simon Brandhof [Mon, 15 Aug 2011 13:47:40 +0000 (15:47 +0200)]
SONAR-2707 Some dependencies might miss in the Libraries, Dependencies and Design services when running several sonar analysis at same time

13 years agoFix error log in timemachine page
Simon Brandhof [Mon, 15 Aug 2011 11:08:47 +0000 (13:08 +0200)]
Fix error log in timemachine page

13 years agoSONAR-2075 Add Protovis
Simon Brandhof [Mon, 15 Aug 2011 11:08:28 +0000 (13:08 +0200)]
SONAR-2075 Add Protovis

13 years agoSONAR-2704 Upgrade to Prototype 1.7/Scriptaculous 1.9
simonbrandhof [Mon, 15 Aug 2011 03:11:21 +0000 (05:11 +0200)]
SONAR-2704 Upgrade to Prototype 1.7/Scriptaculous 1.9

Yahoo JS libs used in timemachine have also been removed from default HTML header. They are
available only in the timemachine page.

Protovis and its patch for IE have been added.

13 years agoSONAR-2603 Generate the server key on the fly.
Simon Brandhof [Fri, 12 Aug 2011 14:54:28 +0000 (16:54 +0200)]
SONAR-2603 Generate the server key on the fly.

The server must not be restarted in order to compute its key.

13 years agoSONAR-2700 Add the server startup date/time to the System Info page
Simon Brandhof [Fri, 12 Aug 2011 14:53:51 +0000 (16:53 +0200)]
SONAR-2700 Add the server startup date/time to the System Info page

13 years agoRemove server ID from system info page. Replaced by permanent server key
Simon Brandhof [Fri, 12 Aug 2011 13:46:47 +0000 (15:46 +0200)]
Remove server ID from system info page. Replaced by permanent server key

13 years agoSONAR-2690 Anonymous access : add a title above the project list in the Quality Profi...
Simon Brandhof [Fri, 12 Aug 2011 10:30:52 +0000 (12:30 +0200)]
SONAR-2690 Anonymous access : add a title above the project list in the Quality Profile 'projects' tab

13 years agoDo not show crappy error page if url /plugins/* has bad parameters
Simon Brandhof [Fri, 12 Aug 2011 10:08:33 +0000 (12:08 +0200)]
Do not show crappy error page if url /plugins/* has bad parameters

13 years agoSONAR-2603 generate server key before loading plugins
Simon Brandhof [Fri, 12 Aug 2011 10:07:30 +0000 (12:07 +0200)]
SONAR-2603 generate server key before loading plugins

13 years agoSONAR-2692 allow ExtensionProvider#provide() to return null
Simon Brandhof [Fri, 12 Aug 2011 10:06:40 +0000 (12:06 +0200)]
SONAR-2692 allow ExtensionProvider#provide() to return null

13 years agoSONAR-2692 API: allow plugins to auto-disable on server startup
simonbrandhof [Thu, 11 Aug 2011 21:48:48 +0000 (23:48 +0200)]
SONAR-2692 API: allow plugins to auto-disable on server startup

13 years agoRename the page 'Settings' to 'General Settings' and move up 'Email Settings'
Simon Brandhof [Thu, 11 Aug 2011 13:54:36 +0000 (15:54 +0200)]
Rename the page 'Settings' to 'General Settings' and move up 'Email Settings'

13 years agoSONAR-2603 the IP address to use must be set by user
Simon Brandhof [Thu, 11 Aug 2011 13:19:58 +0000 (15:19 +0200)]
SONAR-2603 the IP address to use must be set by user

13 years agoSONAR-2689 Do not support the version 1.0-beta-1 of the Sonar maven plugin anymore
Simon Brandhof [Thu, 11 Aug 2011 13:19:09 +0000 (15:19 +0200)]
SONAR-2689 Do not support the version 1.0-beta-1 of the Sonar maven plugin anymore

13 years agoSONAR-2621 Profile changelog should be accessible by anonymous users
simonbrandhof [Tue, 9 Aug 2011 21:14:46 +0000 (23:14 +0200)]
SONAR-2621 Profile changelog should be accessible by anonymous users

13 years agoSONAR-2621 Profile changelog should be accessible by anonymous users
simonbrandhof [Tue, 9 Aug 2011 20:53:06 +0000 (22:53 +0200)]
SONAR-2621 Profile changelog should be accessible by anonymous users

13 years agoFix development mode
Simon Brandhof [Tue, 9 Aug 2011 16:57:56 +0000 (18:57 +0200)]
Fix development mode

13 years agoSONAR-2603 generate server key at startup
Simon Brandhof [Tue, 9 Aug 2011 16:57:41 +0000 (18:57 +0200)]
SONAR-2603 generate server key at startup

13 years agoFix version of sample
Simon Brandhof [Tue, 9 Aug 2011 10:09:00 +0000 (12:09 +0200)]
Fix version of sample

13 years ago[maven-release-plugin] prepare for next development iteration
Simon Brandhof [Tue, 9 Aug 2011 09:25:45 +0000 (11:25 +0200)]
[maven-release-plugin] prepare for next development iteration

13 years ago[maven-release-plugin] prepare release 2.10-RC2
Simon Brandhof [Tue, 9 Aug 2011 09:25:44 +0000 (11:25 +0200)]
[maven-release-plugin] prepare release 2.10-RC2

13 years agoAdd description to pom
Simon Brandhof [Tue, 9 Aug 2011 09:15:42 +0000 (11:15 +0200)]
Add description to pom