xwikisas / application-meeting

Application to handle meetings
0 stars 7 forks source link

Update parent version to 9.11 #64 #68

Closed ignatescustefan closed 4 years ago

ignatescustefan commented 4 years ago

Updated dependencies and parent version from POM

acotiuga commented 4 years ago

There is also the readme file https://github.com/xwikisas/application-meeting/blob/master/README.md that needs to be updated with the new minimal supported version.

acotiuga commented 4 years ago

Another suggestion is to export the application structure from an instance of XWiki 9.11, apply mvn xar:format twice and commit the pages with the new format.

oanalavinia commented 4 years ago

There is also an object that needs to be deleted along with the dependency of Default Page Template Application https://github.com/xwikisas/application-meeting/blob/master/ui/src/main/resources/Meeting/WebHome.xml#L43

acotiuga commented 4 years ago

What have you done so far is good. You only need to be sure that all the pages from the application are exported. It looks that either you had some issues in exporting all the pages or you managed to skip some of them.

mflorea commented 4 years ago

Yes, it looks good except for the missing wiki pages.

ignatescustefan commented 4 years ago

I exported again the application and the only difference between the pages was the content of 'data' tag and 'contentUpdateDate' tag.

mflorea commented 4 years ago

Don't forget to close the issue.