]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
12 years agoSONAR-3224 API: support Ruby on Rails applications
Simon Brandhof [Thu, 22 Mar 2012 15:49:01 +0000 (16:49 +0100)]
SONAR-3224 API: support Ruby on Rails applications

12 years agoSONAR-3323 Display tab/page/widget only when required measures exist
Fabrice Bellingard [Thu, 22 Mar 2012 13:44:11 +0000 (14:44 +0100)]
SONAR-3323 Display tab/page/widget only when required measures exist

=> new annotation @RequiredMeasure(mandatory={}, oneOf={}) that can
   be applied on any views.
   Tested on pages, tabs and widgets

12 years agoFix backward-compatibility of /api/properties
Simon Brandhof [Thu, 22 Mar 2012 13:14:33 +0000 (14:14 +0100)]
Fix backward-compatibility of /api/properties

Keep status 200 when property not found

12 years agoSONAR-3343 Improve AnnotationRuleParser for better consistency
Fabrice Bellingard [Wed, 21 Mar 2012 13:43:43 +0000 (14:43 +0100)]
SONAR-3343 Improve AnnotationRuleParser for better consistency

When a rule is annotated, its name and its description fields
should be saved as NULL if they are not not provided.

12 years agoSONAR-2977 Stop Sonar if more than 1 default profile for a language
Fabrice Bellingard [Wed, 21 Mar 2012 09:43:28 +0000 (10:43 +0100)]
SONAR-2977 Stop Sonar if more than 1 default profile for a language

12 years agoSONAR-2977 Fix issue when new profile added and set to default
Fabrice Bellingard [Wed, 21 Mar 2012 09:21:08 +0000 (10:21 +0100)]
SONAR-2977 Fix issue when new profile added and set to default

If in a new version, a plugin adds a new profile and sets this one as
the default profile, then the language gets 2 defaults profiles.
=> Fixed.

12 years agoSONAR-2084 missing whitespace
Simon Brandhof [Wed, 21 Mar 2012 12:29:08 +0000 (13:29 +0100)]
SONAR-2084 missing whitespace

12 years agoSONAR-3289 Mark metric 'class_complexity_distribution' as deprecated
Evgeny Mandrikov [Wed, 21 Mar 2012 06:25:43 +0000 (10:25 +0400)]
SONAR-3289 Mark metric 'class_complexity_distribution' as deprecated

12 years agoRemove calendar.css from dev mode
Simon Brandhof [Tue, 20 Mar 2012 23:25:42 +0000 (00:25 +0100)]
Remove calendar.css from dev mode

12 years agoSONAR-3328 Measure drilldown should not display zero variations
Simon Brandhof [Tue, 20 Mar 2012 22:56:29 +0000 (23:56 +0100)]
SONAR-3328 Measure drilldown should not display zero variations

12 years agoSONAR-3229 PMD fails when inspecting Java files suffixed with .jav
Simon Brandhof [Tue, 20 Mar 2012 22:56:08 +0000 (23:56 +0100)]
SONAR-3229 PMD fails when inspecting Java files suffixed with .jav

12 years agoRemove some classes of org.sonar.check that are deprecated since 2.3
Simon Brandhof [Tue, 20 Mar 2012 22:22:22 +0000 (23:22 +0100)]
Remove some classes of org.sonar.check that are deprecated since 2.3

12 years agoSONAR-2900 The AnnotationCheckFactory should accept check objects and not only check...
Simon Brandhof [Tue, 20 Mar 2012 22:19:01 +0000 (23:19 +0100)]
SONAR-2900 The AnnotationCheckFactory should accept check objects and not only check classes

12 years agoSONAR-3344 Display metadata of SonarSource licenses
Simon Brandhof [Tue, 20 Mar 2012 21:46:03 +0000 (22:46 +0100)]
SONAR-3344 Display metadata of SonarSource licenses

12 years agoAPI: add the methods DateUtils#parseDateQuietly(String) and parseDateTimeQuietly...
Simon Brandhof [Tue, 20 Mar 2012 21:40:25 +0000 (22:40 +0100)]
API: add the methods DateUtils#parseDateQuietly(String) and parseDateTimeQuietly(String)

12 years agoSONAR-3289 Mark metric 'class_complexity_distribution' as deprecated
Evgeny Mandrikov [Tue, 20 Mar 2012 17:32:58 +0000 (21:32 +0400)]
SONAR-3289 Mark metric 'class_complexity_distribution' as deprecated

12 years agoSONAR-3006 Remove ChartsControler and related code
Fabrice Bellingard [Tue, 20 Mar 2012 16:52:36 +0000 (17:52 +0100)]
SONAR-3006 Remove ChartsControler and related code

This is useless now the TimeMachine service has been replaced.

12 years agoSONAR-3006 Remove the old TimeMachine page & all related code
Fabrice Bellingard [Tue, 20 Mar 2012 16:28:43 +0000 (17:28 +0100)]
SONAR-3006 Remove the old TimeMachine page & all related code

12 years agoSONAR-2084 open documentation in a new tab
Simon Brandhof [Tue, 20 Mar 2012 16:11:36 +0000 (17:11 +0100)]
SONAR-2084 open documentation in a new tab

12 years agoSONAR-2084 improve usability
Simon Brandhof [Tue, 20 Mar 2012 16:05:46 +0000 (17:05 +0100)]
SONAR-2084 improve usability

12 years agoSONAR-2084 fix some quality flaws
Simon Brandhof [Tue, 20 Mar 2012 15:16:15 +0000 (16:16 +0100)]
SONAR-2084 fix some quality flaws

12 years agoSONAR-2084 fix the key of the property sonar.secretKeyPath
Simon Brandhof [Tue, 20 Mar 2012 14:47:40 +0000 (15:47 +0100)]
SONAR-2084 fix the key of the property sonar.secretKeyPath

12 years agoSONAR-2084 focus on the clear text input when loading the administration console
Simon Brandhof [Tue, 20 Mar 2012 14:21:44 +0000 (15:21 +0100)]
SONAR-2084 focus on the clear text input when loading the administration console

12 years agoSONAR-3283 Do not allow to search reviews by author/assignee ID
Fabrice Bellingard [Tue, 20 Mar 2012 11:23:57 +0000 (12:23 +0100)]
SONAR-3283 Do not allow to search reviews by author/assignee ID

12 years agoSONAR-3278 Fix some rendering issues
Fabrice Bellingard [Tue, 20 Mar 2012 10:25:42 +0000 (11:25 +0100)]
SONAR-3278 Fix some rendering issues

And do not display permalink icon for reviews (as the URL is already
a permalink).

12 years agoSONAR-3289 On java projects compute complexity distribution by file
Evgeny Mandrikov [Tue, 20 Mar 2012 06:40:13 +0000 (10:40 +0400)]
SONAR-3289 On java projects compute complexity distribution by file

And do not compute complexity distribution by class.

12 years agoAdd some Javadocs
Evgeny Mandrikov [Fri, 16 Mar 2012 13:09:32 +0000 (17:09 +0400)]
Add some Javadocs

12 years agoSONAR-3072 Fix wrong refactoring of ViolationTrackingDecorator
Evgeny Mandrikov [Mon, 19 Mar 2012 19:24:19 +0000 (23:24 +0400)]
SONAR-3072 Fix wrong refactoring of ViolationTrackingDecorator

12 years agoMerge remote-tracking branch 'origin/master'
Simon Brandhof [Mon, 19 Mar 2012 15:17:57 +0000 (16:17 +0100)]
Merge remote-tracking branch 'origin/master'

12 years agoFix POST /api/properties on embedded database
Simon Brandhof [Mon, 19 Mar 2012 15:17:46 +0000 (16:17 +0100)]
Fix POST /api/properties on embedded database

12 years agoSONAR-1700 Some links to the projects end up in new session
Fabrice Bellingard [Mon, 19 Mar 2012 13:13:00 +0000 (14:13 +0100)]
SONAR-1700 Some links to the projects end up in new session

12 years agoSONAR-2977 Setting a profile to default via the API doesn't work
Fabrice Bellingard [Mon, 19 Mar 2012 10:30:55 +0000 (11:30 +0100)]
SONAR-2977 Setting a profile to default via the API doesn't work

12 years agoSONAR-2721 Display number of "projects" in "Size" widget
Evgeny Mandrikov [Mon, 19 Mar 2012 05:45:15 +0000 (09:45 +0400)]
SONAR-2721 Display number of "projects" in "Size" widget

Thus add new metric - 'projects'.

12 years agoReformat code for some core widgets
Evgeny Mandrikov [Mon, 19 Mar 2012 05:36:05 +0000 (09:36 +0400)]
Reformat code for some core widgets

* Replace tabs by spaces
* Align blocks

12 years agoRevert "SONAR-2977 Setting a profile to default via the API doesn't work"
Fabrice Bellingard [Mon, 19 Mar 2012 06:19:49 +0000 (07:19 +0100)]
Revert "SONAR-2977 Setting a profile to default via the API doesn't work"

This reverts commit 43012d7d54f1a0bdff26c4cc4f656ea8e4e1b93d.

12 years agoSONAR-1378 validate type when creating/updating properties with the web service ...
Simon Brandhof [Sun, 18 Mar 2012 19:53:14 +0000 (20:53 +0100)]
SONAR-1378 validate type when creating/updating properties with the web service /api/properties

12 years agoSONAR-2977 Setting a profile to default via the API doesn't work
Fabrice Bellingard [Fri, 16 Mar 2012 18:02:48 +0000 (19:02 +0100)]
SONAR-2977 Setting a profile to default via the API doesn't work

12 years agoSONAR-1378 auto-detect password properties that are suffixed by .password.secured
Simon Brandhof [Fri, 16 Mar 2012 14:00:55 +0000 (15:00 +0100)]
SONAR-1378 auto-detect password properties that are suffixed by .password.secured

12 years agoSONAR-3072 Restore behaviour of tracking of violations when importSources=false
Evgeny Mandrikov [Fri, 16 Mar 2012 13:09:22 +0000 (17:09 +0400)]
SONAR-3072 Restore behaviour of tracking of violations when importSources=false

12 years agoMinor - remove useless ; in enum
Simon Brandhof [Fri, 16 Mar 2012 10:47:23 +0000 (11:47 +0100)]
Minor - remove useless ; in enum

12 years agoSONAR-1378 validate property types + update type of core properties
Simon Brandhof [Fri, 16 Mar 2012 10:46:48 +0000 (11:46 +0100)]
SONAR-1378 validate property types + update type of core properties

12 years agoSONAR-3277 Improve HTML rendering
Fabrice Bellingard [Thu, 15 Mar 2012 18:37:54 +0000 (19:37 +0100)]
SONAR-3277 Improve HTML rendering

12 years agoAdd missing license headers
Evgeny Mandrikov [Thu, 15 Mar 2012 18:29:50 +0000 (22:29 +0400)]
Add missing license headers

12 years agoSONAR-3072 sonar-diff module is useless for the moment, so remove it
Evgeny Mandrikov [Thu, 15 Mar 2012 17:44:29 +0000 (21:44 +0400)]
SONAR-3072 sonar-diff module is useless for the moment, so remove it

Move all code directly into sonar-core-plugin.

12 years agoSONAR-3319 Extract code used for backward compatibility into a method
Fabrice Bellingard [Thu, 15 Mar 2012 11:19:32 +0000 (12:19 +0100)]
SONAR-3319 Extract code used for backward compatibility into a method

12 years agoSONAR-3072 Add greedy algorithm to track violations based on blocks
Evgeny Mandrikov [Wed, 14 Mar 2012 10:06:30 +0000 (14:06 +0400)]
SONAR-3072 Add greedy algorithm to track violations based on blocks

12 years agoSONAR-3316 trim all the properties
Simon Brandhof [Wed, 14 Mar 2012 23:27:27 +0000 (00:27 +0100)]
SONAR-3316 trim all the properties

12 years agoSONAR-2043 fix error when opening file without sources and with the URL parameter...
Simon Brandhof [Wed, 14 Mar 2012 23:26:46 +0000 (00:26 +0100)]
SONAR-2043 fix error when opening file without sources and with the URL parameter period

12 years agoSONAR-3334 Drop the table RULES_CATEGORIES
Simon Brandhof [Thu, 15 Mar 2012 10:38:36 +0000 (11:38 +0100)]
SONAR-3334 Drop the table RULES_CATEGORIES

12 years agoMerge remote-tracking branch 'origin/master'
Simon Brandhof [Thu, 15 Mar 2012 10:03:12 +0000 (11:03 +0100)]
Merge remote-tracking branch 'origin/master'

12 years agoDo not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, table RULES...
Simon Brandhof [Thu, 15 Mar 2012 10:00:57 +0000 (11:00 +0100)]
Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, table RULES_CATEGORY_ID), but keep them in API for backward-compatibility

12 years agoSONAR-3332 API: delete the deprecated class org.sonar.api.batch.AbstractViolationsSta...
Simon Brandhof [Thu, 15 Mar 2012 09:47:03 +0000 (10:47 +0100)]
SONAR-3332 API: delete the deprecated class org.sonar.api.batch.AbstractViolationsStaxParser

12 years agoMerge branch 'current'
Fabrice Bellingard [Thu, 15 Mar 2012 09:10:58 +0000 (10:10 +0100)]
Merge branch 'current'

12 years agoSONAR-3319 Update location of HMLT files in L10n English plugin
Fabrice Bellingard [Thu, 15 Mar 2012 09:10:18 +0000 (10:10 +0100)]
SONAR-3319 Update location of HMLT files in L10n English plugin

12 years agoSONAR-2084 complete Web UI to encrypt properties
Simon Brandhof [Wed, 14 Mar 2012 22:57:50 +0000 (23:57 +0100)]
SONAR-2084 complete Web UI to encrypt properties

12 years agoSONAR-1378 Add the ability to specify a "type" when defining a plugin property
Simon Brandhof [Wed, 14 Mar 2012 22:54:44 +0000 (23:54 +0100)]
SONAR-1378 Add the ability to specify a "type" when defining a plugin property

12 years agoSONAR-2084 default value of sonar.secretKeyPath is ~/.sonar/sonar-secret.txt
Simon Brandhof [Wed, 14 Mar 2012 22:52:04 +0000 (23:52 +0100)]
SONAR-2084 default value of sonar.secretKeyPath is ~/.sonar/sonar-secret.txt

12 years agoFix some quality flaws
Simon Brandhof [Wed, 14 Mar 2012 22:50:01 +0000 (23:50 +0100)]
Fix some quality flaws

12 years agoSONAR-3319 Update one test method
Fabrice Bellingard [Wed, 14 Mar 2012 17:23:59 +0000 (18:23 +0100)]
SONAR-3319 Update one test method

12 years agoSONAR-3319 Prevent conflicts in l10n of description for rules
Fabrice Bellingard [Wed, 14 Mar 2012 17:20:14 +0000 (18:20 +0100)]
SONAR-3319 Prevent conflicts in l10n of description for rules

Indeed, repository key must be used.

=> HTML description files must now be stored in:
       org.sonar.l10n.<pluginKey>_<Language>.rules.<repoKey>
   instead of:
       org.sonar.l10n.<pluginKey>_<Language>

(which means that existing files just have to be moved into a
 subfolder named "rules/<repoKey>")

=> Backward compatibility is ensured
=> This also works if several plugins define rules for the same repo

12 years agoSONAR-3327 Make the links to external resources open on a new tab
Fabrice Bellingard [Wed, 14 Mar 2012 14:13:53 +0000 (15:13 +0100)]
SONAR-3327 Make the links to external resources open on a new tab

12 years agoSONAR-1708 Problems with alert status
Fabrice Bellingard [Wed, 14 Mar 2012 13:25:42 +0000 (14:25 +0100)]
SONAR-1708 Problems with alert status

12 years agoSONAR-3326 Problem displaying History when project has a Green Alert
Fabrice Bellingard [Wed, 14 Mar 2012 11:01:11 +0000 (12:01 +0100)]
SONAR-3326 Problem displaying History when project has a Green Alert

12 years agoSONAR-2084 add the page "Settings Encryption"
Simon Brandhof [Wed, 14 Mar 2012 10:41:52 +0000 (11:41 +0100)]
SONAR-2084 add the page "Settings Encryption"

12 years agoFix some quality flaws
Simon Brandhof [Wed, 14 Mar 2012 08:56:59 +0000 (09:56 +0100)]
Fix some quality flaws

12 years agoFix quality flaws in tests: remove unused imports
Evgeny Mandrikov [Wed, 14 Mar 2012 06:10:31 +0000 (10:10 +0400)]
Fix quality flaws in tests: remove unused imports

12 years agoSONAR-3072 Add sonar-diff library
Evgeny Mandrikov [Wed, 14 Mar 2012 04:52:07 +0000 (08:52 +0400)]
SONAR-3072 Add sonar-diff library

12 years agoSkip sanity checks in dev profile
Evgeny Mandrikov [Wed, 14 Mar 2012 05:52:29 +0000 (09:52 +0400)]
Skip sanity checks in dev profile

Move skip of sanity checks from quick-build scripts into dev profile.
This is more convenient at least for users of Maven bash completion.

12 years agoDo not log 'require upgrade' on fresh installs
Simon Brandhof [Wed, 14 Mar 2012 05:27:15 +0000 (06:27 +0100)]
Do not log 'require upgrade' on fresh installs

12 years agoSONAR-2084 complete web UI to generate secret key and to encrypt passwords
Simon Brandhof [Tue, 13 Mar 2012 22:08:17 +0000 (23:08 +0100)]
SONAR-2084 complete web UI to generate secret key and to encrypt passwords

12 years agoSONAR-2084 draft of new page 'Password encryption'
Simon Brandhof [Tue, 13 Mar 2012 17:27:19 +0000 (18:27 +0100)]
SONAR-2084 draft of new page 'Password encryption'

12 years agoMerge remote branch 'origin/master'
Simon Brandhof [Tue, 13 Mar 2012 16:49:46 +0000 (17:49 +0100)]
Merge remote branch 'origin/master'

12 years agoSONAR-2084 replace asymetric RSA by symetric AES
Simon Brandhof [Tue, 13 Mar 2012 16:25:12 +0000 (17:25 +0100)]
SONAR-2084 replace asymetric RSA by symetric AES

12 years agoSONAR-3297 Sort issue with stripes on groups
Fabrice Bellingard [Tue, 13 Mar 2012 16:10:10 +0000 (17:10 +0100)]
SONAR-3297 Sort issue with stripes on groups

12 years agoSONAR-3277 Add message to inform about dups with deleted resources
Fabrice Bellingard [Tue, 13 Mar 2012 15:36:41 +0000 (16:36 +0100)]
SONAR-3277 Add message to inform about dups with deleted resources

12 years agoSONAR-2084 use RSA to encrypt settings
Simon Brandhof [Tue, 13 Mar 2012 15:06:51 +0000 (16:06 +0100)]
SONAR-2084 use RSA to encrypt settings

12 years agoSONAR-3073 column sorting for 'key' does not work in filter
Fabrice Bellingard [Tue, 13 Mar 2012 14:49:56 +0000 (15:49 +0100)]
SONAR-3073 column sorting for 'key' does not work in filter

12 years agoSONAR-3003 Fix issue
Fabrice Bellingard [Tue, 13 Mar 2012 14:11:12 +0000 (15:11 +0100)]
SONAR-3003 Fix issue

=> when #split_newlines is called by #convert_string_to_unix_newlines

12 years agoSONAR-3003 Remove only the last empty line, not all
Fabrice Bellingard [Tue, 13 Mar 2012 12:42:34 +0000 (13:42 +0100)]
SONAR-3003 Remove only the last empty line, not all

12 years agoSONAR-3003 Do not display last empty line in source viewer
Fabrice Bellingard [Tue, 13 Mar 2012 11:29:28 +0000 (12:29 +0100)]
SONAR-3003 Do not display last empty line in source viewer

12 years agoSONAR-3243 Rollback popup removal and put it in seperate GitHub repo
Fabrice Bellingard [Tue, 13 Mar 2012 09:51:01 +0000 (10:51 +0100)]
SONAR-3243 Rollback popup removal and put it in seperate GitHub repo

=> See https://github.com/bellingard/sonar/tree/popup-removal to
   test the removal of automatic-popup links

12 years agoSONAR-3243 Pass params and anchor to the file page
Fabrice Bellingard [Tue, 13 Mar 2012 09:10:44 +0000 (10:10 +0100)]
SONAR-3243 Pass params and anchor to the file page

12 years agoSONAR-3278 Display the review permalink in the breadcrumb
Fabrice Bellingard [Mon, 12 Mar 2012 18:04:20 +0000 (19:04 +0100)]
SONAR-3278 Display the review permalink in the breadcrumb

12 years agoSONAR-3243 Wrong permalink & breadcrumbs when file is shown
Fabrice Bellingard [Mon, 12 Mar 2012 17:14:41 +0000 (18:14 +0100)]
SONAR-3243 Wrong permalink & breadcrumbs when file is shown

- Permalinks have been moved to the latest part of the breadcrumb
- Breadcrumbs are now correct and show every part till the file
  (if the resource being displayed is a file)
- All the links that used to open a file in a popup are now "regular"
  links and open files in the default layout
  => for instance: links on files in the "component" page

12 years agoSONAR-3278 Incorrect breadcrumb link on review listing
Fabrice Bellingard [Mon, 12 Mar 2012 10:46:13 +0000 (11:46 +0100)]
SONAR-3278 Incorrect breadcrumb link on review listing

=> when someone clicks on the links of an action plan.

12 years agoRemove Hibernate from org.sonar.server.platform.ServerImpl
Simon Brandhof [Mon, 12 Mar 2012 13:46:30 +0000 (14:46 +0100)]
Remove Hibernate from org.sonar.server.platform.ServerImpl

12 years agoRemove picocontainer stackstace from logs
Simon Brandhof [Mon, 12 Mar 2012 13:46:06 +0000 (14:46 +0100)]
Remove picocontainer stackstace from logs

12 years agoSkip sanity checks in quick-build scripts
Simon Brandhof [Mon, 12 Mar 2012 13:45:15 +0000 (14:45 +0100)]
Skip sanity checks in quick-build scripts

12 years agoLog a clean message when an exception is thrown during picocontainer startup
Simon Brandhof [Mon, 12 Mar 2012 10:28:34 +0000 (11:28 +0100)]
Log a clean message when an exception is thrown during picocontainer startup

12 years agoRemove Hibernate from the component org.sonar.api.config.Settings
Simon Brandhof [Sun, 11 Mar 2012 20:37:19 +0000 (21:37 +0100)]
Remove Hibernate from the component org.sonar.api.config.Settings

12 years agoComplete the MyBatis DAO for PROPERTIES
Simon Brandhof [Sun, 11 Mar 2012 17:55:54 +0000 (18:55 +0100)]
Complete the MyBatis DAO for PROPERTIES

12 years agoFix indentation
Simon Brandhof [Fri, 9 Mar 2012 08:36:37 +0000 (09:36 +0100)]
Fix indentation

12 years agoSONAR-2841 Tests suite results are not always ignored
Fabrice Bellingard [Fri, 9 Mar 2012 17:13:47 +0000 (18:13 +0100)]
SONAR-2841 Tests suite results are not always ignored

12 years agoSONAR-3294 Elements of "History table" widget is unordered
Fabrice Bellingard [Fri, 9 Mar 2012 16:12:28 +0000 (17:12 +0100)]
SONAR-3294 Elements of "History table" widget is unordered

=> They are now ordered using the natural "human" order

12 years agoSONAR-3305 NPE thrown when no description or title on a rule
Fabrice Bellingard [Fri, 9 Mar 2012 15:23:49 +0000 (16:23 +0100)]
SONAR-3305 NPE thrown when no description or title on a rule

=> Sonar server now fails at startup if a rule has no name or no
   description

12 years agoMerge remote-tracking branch 'origin/release-2.14'
Eric Hartmann [Fri, 9 Mar 2012 12:12:36 +0000 (13:12 +0100)]
Merge remote-tracking branch 'origin/release-2.14'

12 years agoFix MeasuresFilters
Evgeny Mandrikov [Fri, 9 Mar 2012 10:59:45 +0000 (14:59 +0400)]
Fix MeasuresFilters

12 years agoUpgrade to JDK 6 compilation. Remove sanityChecks profile, now using the property...
Eric Hartmann [Fri, 9 Mar 2012 08:15:03 +0000 (09:15 +0100)]
Upgrade to JDK 6 compilation. Remove sanityChecks profile, now using the property skipSanityChecks

12 years agoSONAR-3006 Make the TimeMachine service a dashboard page
Fabrice Bellingard [Thu, 8 Mar 2012 16:58:09 +0000 (17:58 +0100)]
SONAR-3006 Make the TimeMachine service a dashboard page

=> New dashboard implemented, still need to remove the "old" time
   machine service when this new dashboard has been tested and
   validated.

12 years ago[maven-release-plugin] prepare for next development iteration
Eric Hartmann [Thu, 8 Mar 2012 15:10:04 +0000 (16:10 +0100)]
[maven-release-plugin] prepare for next development iteration