]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoSONAR-7727 Remove CheckFactory and AnnotationCheckFactory
Julien HENRY [Tue, 14 Jun 2016 15:44:48 +0000 (17:44 +0200)]
SONAR-7727 Remove CheckFactory and AnnotationCheckFactory

8 years agoSONAR-7727 Remove SquidUtils and deprecated methods on old SensorContext
Julien HENRY [Tue, 14 Jun 2016 15:32:54 +0000 (17:32 +0200)]
SONAR-7727 Remove SquidUtils and deprecated methods on old SensorContext

8 years agoDisable tests using symlink on Windows
Julien HENRY [Thu, 30 Jun 2016 14:56:50 +0000 (16:56 +0200)]
Disable tests using symlink on Windows

8 years agoSONAR-7727 Remove SonarIndex and ResourceFilter
Julien HENRY [Tue, 14 Jun 2016 15:28:44 +0000 (17:28 +0200)]
SONAR-7727 Remove SonarIndex and ResourceFilter

8 years agoSONAR-7727 Remove AbstractSourceImporter
Julien HENRY [Tue, 14 Jun 2016 11:42:35 +0000 (13:42 +0200)]
SONAR-7727 Remove AbstractSourceImporter

8 years agoSONAR-7727 Remove deprecated stuff on ProjectDefinition
Julien HENRY [Tue, 14 Jun 2016 11:19:08 +0000 (13:19 +0200)]
SONAR-7727 Remove deprecated stuff on ProjectDefinition

8 years agoSONAR-7750 Deprecate ExtensionProvider
Julien HENRY [Thu, 30 Jun 2016 14:37:33 +0000 (16:37 +0200)]
SONAR-7750 Deprecate ExtensionProvider

8 years agoapply feedback for the quality profiles page
Stas Vilchik [Tue, 5 Jul 2016 10:08:09 +0000 (12:08 +0200)]
apply feedback for the quality profiles page

8 years agoSONAR-7732 Do not remove cookies when user is not authenticated
Julien Lancelot [Tue, 5 Jul 2016 06:19:46 +0000 (08:19 +0200)]
SONAR-7732 Do not remove cookies when user is not authenticated

8 years agoFix opening of source when searching for a file
Simon Brandhof [Mon, 4 Jul 2016 15:42:14 +0000 (17:42 +0200)]
Fix opening of source when searching for a file

8 years agoSONAR-7705 remove dead code and dead sql in purge
Sébastien Lesaint [Thu, 30 Jun 2016 14:03:06 +0000 (16:03 +0200)]
SONAR-7705 remove dead code and dead sql in purge

8 years agoSONAR-7705 remove Orphan components directly from the root
Sébastien Lesaint [Thu, 30 Jun 2016 12:59:13 +0000 (14:59 +0200)]
SONAR-7705 remove Orphan components directly from the root

8 years agoSONAR-7705 replace purge by cpt of scope PRJ by purge by analyses
Sébastien Lesaint [Thu, 30 Jun 2016 11:07:12 +0000 (13:07 +0200)]
SONAR-7705 replace purge by cpt of scope PRJ by purge by analyses

8 years agoSONAR-7705 purge: delete measures of FILE and DIR via analysis uuid
Sébastien Lesaint [Thu, 30 Jun 2016 07:57:13 +0000 (09:57 +0200)]
SONAR-7705 purge: delete measures of FILE and DIR via analysis uuid

8 years agoComponentTreeQuery: since sortFields can't be null, enforce it
Sébastien Lesaint [Wed, 29 Jun 2016 15:55:02 +0000 (17:55 +0200)]
ComponentTreeQuery: since sortFields can't be null, enforce it

8 years agoSONAR-7705 delete analysis measures using new ANALYSIS_UUID column
Sébastien Lesaint [Wed, 29 Jun 2016 15:35:03 +0000 (17:35 +0200)]
SONAR-7705 delete analysis measures using new ANALYSIS_UUID column

8 years agoSONAR-7705 PurgeDao#purge: aborted analysis can be delete from root
Sébastien Lesaint [Wed, 29 Jun 2016 14:32:26 +0000 (16:32 +0200)]
SONAR-7705 PurgeDao#purge: aborted analysis can be delete from root

no need to try and delete them on each node of scope PROJECT in the tree

8 years agoSONAR-7705 ProjectCleaner now deal with analyses (not snapshots)
Sébastien Lesaint [Wed, 29 Jun 2016 09:39:44 +0000 (11:39 +0200)]
SONAR-7705 ProjectCleaner now deal with analyses (not snapshots)

8 years agoadd collectors util classes in sonar-core
Sébastien Lesaint [Wed, 29 Jun 2016 09:38:54 +0000 (11:38 +0200)]
add collectors util classes in sonar-core

8 years agoSONAR-7705 use uuid in PurgeMapper.deleteSnapshots
Sébastien Lesaint [Tue, 28 Jun 2016 15:59:16 +0000 (17:59 +0200)]
SONAR-7705 use uuid in PurgeMapper.deleteSnapshots

8 years agoSONAR-7705 take deleteAnalyses out of PurgeCommands.deleteComponents
Sébastien Lesaint [Tue, 28 Jun 2016 15:51:53 +0000 (17:51 +0200)]
SONAR-7705 take deleteAnalyses out of PurgeCommands.deleteComponents

8 years agoSONAR-7705 remove work Resource from PurgeMapper and use uuids
Sébastien Lesaint [Tue, 28 Jun 2016 12:34:33 +0000 (14:34 +0200)]
SONAR-7705 remove work Resource from PurgeMapper and use uuids

8 years agoremove unused PurgeDao#purge override
Sébastien Lesaint [Tue, 28 Jun 2016 10:34:12 +0000 (12:34 +0200)]
remove unused PurgeDao#purge override

8 years agoremove ids from PurgeSnapshotQuery
Sébastien Lesaint [Tue, 28 Jun 2016 08:59:46 +0000 (10:59 +0200)]
remove ids from PurgeSnapshotQuery

in addition, PurgeDao#selectPurgeableSnapshots renamed to selectPurgeableAnalyses and it returns only root snapshots (ie. analyses)

8 years agoremove unused PurgeDao.deleteSnapshots(PurgeSnapshotQuery,PurgeProfiler)
Sébastien Lesaint [Tue, 28 Jun 2016 08:05:48 +0000 (10:05 +0200)]
remove unused PurgeDao.deleteSnapshots(PurgeSnapshotQuery,PurgeProfiler)

8 years agoremove unused PurgeSnapshotQuery#qualifiers
Sébastien Lesaint [Tue, 28 Jun 2016 08:05:21 +0000 (10:05 +0200)]
remove unused PurgeSnapshotQuery#qualifiers

8 years agoSONAR-7665 Deprecate @BatchSide and introduce @ScannerSide
Duarte Meneses [Mon, 4 Jul 2016 09:09:39 +0000 (11:09 +0200)]
SONAR-7665 Deprecate @BatchSide and introduce @ScannerSide

8 years agoSONAR-7354 Display total analysis time in scanners
Duarte Meneses [Fri, 1 Jul 2016 15:46:24 +0000 (17:46 +0200)]
SONAR-7354 Display total analysis time in scanners

8 years agoSONAR-7780 Apply feedback
Simon Brandhof [Fri, 1 Jul 2016 14:31:22 +0000 (16:31 +0200)]
SONAR-7780 Apply feedback

8 years agoRevert "SONAR-7858 Stop support of XML response in web services"
Simon Brandhof [Fri, 1 Jul 2016 14:16:38 +0000 (16:16 +0200)]
Revert "SONAR-7858 Stop support of XML response in web services"

This reverts commit 8d277d413f1739763f32d893c7eb9740bcac6c57.

8 years agoSONAR-7780 Fix migration of PROJECTS.UUID_PATH
Simon Brandhof [Fri, 1 Jul 2016 13:07:23 +0000 (15:07 +0200)]
SONAR-7780 Fix migration of PROJECTS.UUID_PATH

8 years agoRemove unused ruby files
Simon Brandhof [Thu, 30 Jun 2016 12:06:47 +0000 (14:06 +0200)]
Remove unused ruby files

8 years agoSONAR-7780 change cardinality of snapshots in RoR codebase
Simon Brandhof [Thu, 30 Jun 2016 11:45:05 +0000 (13:45 +0200)]
SONAR-7780 change cardinality of snapshots in RoR codebase

8 years agoSONAR-7858 Stop support of XML response in web services
Simon Brandhof [Thu, 30 Jun 2016 09:20:46 +0000 (11:20 +0200)]
SONAR-7858 Stop support of XML response in web services

8 years agoSONAR-7780 Stop using PROJECT_MEASURES.SNAPSHOT_ID
Simon Brandhof [Wed, 29 Jun 2016 12:38:30 +0000 (14:38 +0200)]
SONAR-7780 Stop using PROJECT_MEASURES.SNAPSHOT_ID

8 years agoFix format of "analysisId" in api/ce/activity response example
Simon Brandhof [Mon, 4 Jul 2016 07:41:40 +0000 (09:41 +0200)]
Fix format of "analysisId" in api/ce/activity response example

8 years agoFix Selenium tests on quality profiles page
Julien Lancelot [Mon, 4 Jul 2016 07:52:41 +0000 (09:52 +0200)]
Fix Selenium tests on quality profiles page

8 years agoSONAR-7680 Fallback to class name when Sensor name is not provided 1076/head
Duarte Meneses [Fri, 1 Jul 2016 14:04:13 +0000 (16:04 +0200)]
SONAR-7680 Fallback to class name when Sensor name is not provided

8 years agoRevert "Temporary disable AbapCheck as there's no compatible version with 6.0"
Julien Lancelot [Mon, 4 Jul 2016 07:16:13 +0000 (09:16 +0200)]
Revert "Temporary disable AbapCheck as there's no compatible version with 6.0"

This reverts commit b7eae0bc041206ca6457941a004e9f37fcc31139.

8 years agoTemporary disable AbapCheck as there's no compatible version with 6.0
Julien Lancelot [Mon, 4 Jul 2016 06:48:43 +0000 (08:48 +0200)]
Temporary disable AbapCheck as there's no compatible version with 6.0

8 years agoSONAR-1891 Add upload plugin WS 1071/head
Julien Lancelot [Wed, 29 Jun 2016 10:04:54 +0000 (12:04 +0200)]
SONAR-1891 Add upload plugin WS

8 years agoSONAR-6551 warn about deprecated rules on project overview (#1059)
Stas Vilchik [Fri, 1 Jul 2016 15:08:15 +0000 (17:08 +0200)]
SONAR-6551 warn about deprecated rules on project overview (#1059)

8 years agoRevert "SONAR-7732 Do not remove cookies when user is not authenticated"
Julien Lancelot [Fri, 1 Jul 2016 14:53:44 +0000 (16:53 +0200)]
Revert "SONAR-7732 Do not remove cookies when user is not authenticated"

This reverts commit 92f76d9ce9a915089dbab02296c22959b469480a.

8 years agoapply feedback for the quality profiles page
Stas Vilchik [Fri, 1 Jul 2016 13:33:22 +0000 (15:33 +0200)]
apply feedback for the quality profiles page

8 years agoSONAR-7732 Do not remove cookies when user is not authenticated 1075/head
Julien Lancelot [Fri, 1 Jul 2016 12:26:32 +0000 (14:26 +0200)]
SONAR-7732 Do not remove cookies when user is not authenticated

8 years agoSONAR-7850 Improve SensorContextTester to differentiate no symbol from no 1072/head
Julien HENRY [Thu, 30 Jun 2016 13:05:16 +0000 (15:05 +0200)]
SONAR-7850 Improve SensorContextTester to differentiate no symbol from no
references

8 years agofix WS call on the update center page
Stas Vilchik [Thu, 30 Jun 2016 13:11:16 +0000 (15:11 +0200)]
fix WS call on the update center page

8 years agoAdd issues to report viewer
Duarte Meneses [Thu, 30 Jun 2016 09:03:36 +0000 (11:03 +0200)]
Add issues to report viewer

8 years agoupdate wording on maintenance/setup page
Stas Vilchik [Thu, 30 Jun 2016 09:17:25 +0000 (11:17 +0200)]
update wording on maintenance/setup page

8 years agoapply feedback for the quality profiles page
Stas Vilchik [Thu, 30 Jun 2016 09:08:56 +0000 (11:08 +0200)]
apply feedback for the quality profiles page

8 years agoSONAR-7761 Fix ITs as login page is now using AJAX
Julien Lancelot [Thu, 30 Jun 2016 09:00:30 +0000 (11:00 +0200)]
SONAR-7761 Fix ITs as login page is now using AJAX

8 years agoapply feedback for the quality profiles page
Stas Vilchik [Wed, 29 Jun 2016 15:15:49 +0000 (17:15 +0200)]
apply feedback for the quality profiles page

8 years agoFix description of run-upgrade-tests.sh
Simon Brandhof [Wed, 29 Jun 2016 08:43:09 +0000 (10:43 +0200)]
Fix description of run-upgrade-tests.sh

8 years agoSONAR-7853 Stop support of API org.sonar.api.web.RequiredMeasures
Simon Brandhof [Tue, 28 Jun 2016 16:25:13 +0000 (18:25 +0200)]
SONAR-7853 Stop support of API org.sonar.api.web.RequiredMeasures

8 years agoFix login form in ProjectAdministrationTest
Simon Brandhof [Thu, 30 Jun 2016 06:59:21 +0000 (08:59 +0200)]
Fix login form in ProjectAdministrationTest

8 years agoSONAR-7780 table PROJECT_MEASURES should use analysis UUID
Simon Brandhof [Tue, 28 Jun 2016 07:27:05 +0000 (09:27 +0200)]
SONAR-7780 table PROJECT_MEASURES should use analysis UUID

8 years agoSONAR-7794 WS api/qualityprofiles/search return userUpdatedAt 1066/head
Teryk Bellahsene [Mon, 27 Jun 2016 22:14:09 +0000 (00:14 +0200)]
SONAR-7794 WS api/qualityprofiles/search return userUpdatedAt

8 years agoSONAR-7794 Update db column RULES_PROFILES.USER_UPDATED_AT when a user action is...
Teryk Bellahsene [Mon, 27 Jun 2016 22:03:53 +0000 (00:03 +0200)]
SONAR-7794 Update db column RULES_PROFILES.USER_UPDATED_AT when a user action is done

8 years agoSONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_AT
Teryk Bellahsene [Mon, 27 Jun 2016 21:18:38 +0000 (23:18 +0200)]
SONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_AT

8 years agoSONAR-7794 add column RULES_PROFILES.USER_UPDATED_AT
Teryk Bellahsene [Thu, 23 Jun 2016 14:57:21 +0000 (16:57 +0200)]
SONAR-7794 add column RULES_PROFILES.USER_UPDATED_AT

8 years agoSONAR-7824 Make DB column ACTIVITIES.PROFILE_KEY not null
Teryk Bellahsene [Fri, 24 Jun 2016 15:47:01 +0000 (17:47 +0200)]
SONAR-7824 Make DB column ACTIVITIES.PROFILE_KEY not null

8 years agoSONAR-7824 Populate DB column ACTIVITIES.PROFILE_KEY
Teryk Bellahsene [Fri, 24 Jun 2016 15:21:51 +0000 (17:21 +0200)]
SONAR-7824 Populate DB column ACTIVITIES.PROFILE_KEY

8 years agoSONAR-7824 Add DB column ACTIVITIES.PROFILE_KEY
Teryk Bellahsene [Fri, 24 Jun 2016 14:36:23 +0000 (16:36 +0200)]
SONAR-7824 Add DB column ACTIVITIES.PROFILE_KEY

8 years agoSONAR-7776 Do not fail to get uploaded file when not multipart
Julien Lancelot [Wed, 29 Jun 2016 08:51:20 +0000 (10:51 +0200)]
SONAR-7776 Do not fail to get uploaded file when not multipart

8 years agoSONAR-7761 Fix other ITs as login page is now using AJAX
Julien Lancelot [Wed, 29 Jun 2016 08:12:57 +0000 (10:12 +0200)]
SONAR-7761 Fix other ITs as login page is now using AJAX

8 years agoupdate js linters
Stas Vilchik [Wed, 29 Jun 2016 08:19:22 +0000 (10:19 +0200)]
update js linters

8 years agoSONAR-7781 Delete sonar.security.savePassword property
Julien Lancelot [Wed, 29 Jun 2016 07:22:27 +0000 (09:22 +0200)]
SONAR-7781 Delete sonar.security.savePassword property

8 years agoSONAR-7776 Allow Java WS to stream the output 1058/head
Julien Lancelot [Tue, 28 Jun 2016 12:23:44 +0000 (14:23 +0200)]
SONAR-7776 Allow Java WS to stream the output

8 years agoSONAR-7759 Add checks on urls availability before and after upgrade
Julien Lancelot [Tue, 28 Jun 2016 09:02:44 +0000 (11:02 +0200)]
SONAR-7759 Add checks on urls availability before and after upgrade

8 years agoSONAR-7759 Decrease expected timing of perf test
Julien Lancelot [Tue, 28 Jun 2016 07:14:05 +0000 (09:14 +0200)]
SONAR-7759 Decrease expected timing of perf test

 As WS are no more using Rails, some of them are faster

8 years agoSONAR-7781 Password of external providers should not be stored in database
Julien Lancelot [Mon, 27 Jun 2016 12:39:22 +0000 (14:39 +0200)]
SONAR-7781 Password of external providers should not be stored in database

8 years agoSONAR-7759 Java WS are not executed by Rails
Julien Lancelot [Mon, 27 Jun 2016 09:07:27 +0000 (11:07 +0200)]
SONAR-7759 Java WS are not executed by Rails

8 years agoSONAR-7796 Rewrite /api/authentication/validate in Java
Julien Lancelot [Wed, 22 Jun 2016 15:04:00 +0000 (17:04 +0200)]
SONAR-7796 Rewrite /api/authentication/validate in Java

8 years agoSONAR-7732 UserSession throws UnauthorizedException if null
Julien Lancelot [Thu, 23 Jun 2016 07:54:55 +0000 (09:54 +0200)]
SONAR-7732 UserSession throws UnauthorizedException if null

If user is not authorized (bad credentials, not authenticated when force authentication is true, etc.) the UserSession will throw an UnauthorizedException in order for rails to be able to deal with this use case (redirect to login page, render 401 in WS,etc.)

8 years agoUserSession should not be used when defining WS
Julien Lancelot [Thu, 23 Jun 2016 07:51:38 +0000 (09:51 +0200)]
UserSession should not be used when defining WS

 As UserSession is not set at startup, using it to get the user locale is useless.
 It's netter to directly use English locale (which is the default value)

8 years agoSONAR-7761 Fix ITs as login page is now using AJAX
Julien Lancelot [Wed, 22 Jun 2016 12:32:29 +0000 (14:32 +0200)]
SONAR-7761 Fix ITs as login page is now using AJAX

8 years agoSONAR-7763 Allow authentication using basic HTTP authentication in Java
Julien Lancelot [Tue, 21 Jun 2016 12:03:15 +0000 (14:03 +0200)]
SONAR-7763 Allow authentication using basic HTTP authentication in Java

8 years agoSONAR-7761 improve submitting of login form
Stas Vilchik [Fri, 24 Jun 2016 09:43:52 +0000 (11:43 +0200)]
SONAR-7761 improve submitting of login form

8 years agoSONAR-7761 Login page is using /api/authentication/login WS
Julien Lancelot [Tue, 21 Jun 2016 08:00:11 +0000 (10:00 +0200)]
SONAR-7761 Login page is using /api/authentication/login WS

8 years agoSONAR-7732 Authentication is now done in Java
Julien Lancelot [Fri, 17 Jun 2016 16:01:48 +0000 (18:01 +0200)]
SONAR-7732 Authentication is now done in Java

8 years agoRevert "SONAR-7780 table PROJECT_MEASURES should use analysis UUID"
Simon Brandhof [Wed, 29 Jun 2016 05:22:53 +0000 (07:22 +0200)]
Revert "SONAR-7780 table PROJECT_MEASURES should use analysis UUID"

This reverts commit 87f2df380bc31b616fa9a1b6376b0ff26ee84ccc.

8 years agoSONAR-7780 table PROJECT_MEASURES should use analysis UUID
Simon Brandhof [Tue, 28 Jun 2016 07:27:05 +0000 (09:27 +0200)]
SONAR-7780 table PROJECT_MEASURES should use analysis UUID

8 years agoSONAR-7719 remove version now remove it from snapshot 1065/head
Sébastien Lesaint [Fri, 24 Jun 2016 15:38:08 +0000 (17:38 +0200)]
SONAR-7719 remove version now remove it from snapshot

8 years agoFix PopulateUuidPathColumnOnProjects for Oracle
Sébastien Lesaint [Tue, 28 Jun 2016 10:45:10 +0000 (12:45 +0200)]
Fix PopulateUuidPathColumnOnProjects for Oracle

8 years agoFix SQL inner join on MSSQL
Simon Brandhof [Tue, 28 Jun 2016 11:56:16 +0000 (13:56 +0200)]
Fix SQL inner join on MSSQL

8 years agoFix SQL request for MSSQL and Postgres
Simon Brandhof [Tue, 28 Jun 2016 07:35:02 +0000 (09:35 +0200)]
Fix SQL request for MSSQL and Postgres

8 years agoAutomatic merge from branch-5.6
ssjenka [Tue, 28 Jun 2016 06:08:24 +0000 (08:08 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  SONAR-7798 support BIN and BIN2 collation on MsSQL
  SONAR-7798 mssql fix collation now support complex collations

8 years agoSONAR-7789 WS api/qualityprofiles/search return lastUsed field when searching by...
Teryk Bellahsene [Mon, 27 Jun 2016 22:38:00 +0000 (00:38 +0200)]
SONAR-7789 WS api/qualityprofiles/search return lastUsed field when searching by project key

8 years agoRemove unused method ComponentDao#existsById()
Simon Brandhof [Mon, 27 Jun 2016 16:18:05 +0000 (18:18 +0200)]
Remove unused method ComponentDao#existsById()

8 years agoSONAR-7800 add column PROJECTS.UUID_PATH
Simon Brandhof [Wed, 22 Jun 2016 14:37:21 +0000 (16:37 +0200)]
SONAR-7800 add column PROJECTS.UUID_PATH

8 years agorefactor quality profiles page (#1056)
Stas Vilchik [Mon, 27 Jun 2016 14:08:44 +0000 (16:08 +0200)]
refactor quality profiles page (#1056)

8 years agoSONAR-7798 support BIN and BIN2 collation on MsSQL 1062/head
Sébastien Lesaint [Fri, 24 Jun 2016 16:11:42 +0000 (18:11 +0200)]
SONAR-7798 support BIN and BIN2 collation on MsSQL

8 years agoSONAR-7798 mssql fix collation now support complex collations
Sébastien Lesaint [Fri, 24 Jun 2016 08:51:08 +0000 (10:51 +0200)]
SONAR-7798 mssql fix collation now support complex collations

collations can actually have a combination of case sensitivity and accent sensitivity
also, the might not end with accent sensitivity

8 years agoSONAR-7789 WS api/qualityprofiles/search return lastUsed field
Teryk Bellahsene [Mon, 27 Jun 2016 09:33:35 +0000 (11:33 +0200)]
SONAR-7789 WS api/qualityprofiles/search return lastUsed field

8 years agoSONAR-7690 support EVENTS.ANALYSIS_UUID in code 1061/head
Sébastien Lesaint [Wed, 22 Jun 2016 09:16:09 +0000 (11:16 +0200)]
SONAR-7690 support EVENTS.ANALYSIS_UUID in code

8 years agoSONAR-7690 add EVENTS.ANALYSIS_UUID in place of SNAPSHOT_ID
Sébastien Lesaint [Wed, 22 Jun 2016 06:54:56 +0000 (08:54 +0200)]
SONAR-7690 add EVENTS.ANALYSIS_UUID in place of SNAPSHOT_ID

8 years agoSONAR-7779 Event.already_exists can now use component uuid
Sébastien Lesaint [Tue, 21 Jun 2016 16:04:05 +0000 (18:04 +0200)]
SONAR-7779 Event.already_exists can now use component uuid

rather than snapshot id and do a select on snapshot

8 years agoSONAR-7803 creates events only on PROJECTS
Sébastien Lesaint [Tue, 21 Jun 2016 15:48:12 +0000 (17:48 +0200)]
SONAR-7803 creates events only on PROJECTS

8 years agoAutomatic merge from branch-5.6
Tom [Mon, 27 Jun 2016 08:17:52 +0000 (10:17 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  set next dev version to 5.6.1-SNAPSHOT

8 years agoset next dev version to 5.6.1-SNAPSHOT
Tom [Mon, 27 Jun 2016 07:52:08 +0000 (09:52 +0200)]
set next dev version to 5.6.1-SNAPSHOT