[windup/windup] c77ffb: [maven-release-plugin] prepare for next developmen...
by Lincoln.Baxter@lists.jboss.org
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: c77ffb9325d5c3df3980527b62e2ea8b6271eb80
https://github.com/windup/windup/commit/c77ffb9325d5c3df3980527b62e2ea8b6...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2015-03-26 (Thu, 26 Mar 2015)
Changed paths:
M bom/pom.xml
M bootstrap/pom.xml
M config-groovy/addon/pom.xml
M config-groovy/pom.xml
M config-groovy/tests/pom.xml
M config-xml/addon/pom.xml
M config-xml/pom.xml
M config-xml/tests/pom.xml
M config/addon/pom.xml
M config/api/pom.xml
M config/impl/pom.xml
M config/pom.xml
M config/tests/pom.xml
M decompiler/api/pom.xml
M decompiler/impl-procyon/pom.xml
M decompiler/pom.xml
M exec/addon/pom.xml
M exec/api/pom.xml
M exec/impl/pom.xml
M exec/pom.xml
M exec/tests/pom.xml
M frames/pom.xml
M graph/addon/pom.xml
M graph/api/pom.xml
M graph/impl/pom.xml
M graph/pom.xml
M graph/tests/pom.xml
M java-ast/addon/pom.xml
M java-ast/pom.xml
M java-ast/tests/pom.xml
M pom.xml
M reporting/addon/pom.xml
M reporting/api/pom.xml
M reporting/impl/pom.xml
M reporting/pom.xml
M reporting/tests/pom.xml
M rexster/addon/pom.xml
M rexster/pom.xml
M rexster/tests/pom.xml
M rules-base/addon/pom.xml
M rules-base/api/pom.xml
M rules-base/impl/pom.xml
M rules-base/pom.xml
M rules-base/tests/pom.xml
M rules-java-archives/addon/pom.xml
M rules-java-archives/pom.xml
M rules-java-archives/tests/pom.xml
M rules-java-ee/addon/pom.xml
M rules-java-ee/pom.xml
M rules-java-ee/tests/pom.xml
M rules-java-project/addon/pom.xml
M rules-java-project/pom.xml
M rules-java-project/tests/pom.xml
M rules-java/addon/pom.xml
M rules-java/api/pom.xml
M rules-java/impl/pom.xml
M rules-java/pom.xml
M rules-java/tests/pom.xml
M rules-tattletale/addon/pom.xml
M rules-tattletale/pom.xml
M rules-tattletale/tests/pom.xml
M rules-xml/addon/pom.xml
M rules-xml/pom.xml
M rules-xml/tests/pom.xml
M test-util/pom.xml
M tests/pom.xml
M ui/addon/pom.xml
M ui/pom.xml
M ui/tests/pom.xml
M utils/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
5 months, 3 weeks
[windup/windup] 8e4d8f: T145 App list - Show how many points came from the...
by Jess Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 8e4d8fcdf17afecba16695f47b84374466d39360
https://github.com/windup/windup/commit/8e4d8fcdf17afecba16695f47b8437446...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
M graph/api/src/main/java/org/jboss/windup/graph/model/ProjectModel.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/AllTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/OnlyOnceTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/ProjectModelTraversal.java
A graph/api/src/main/java/org/jboss/windup/graph/traversal/SharedLibsTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/TraversalStrategy.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetProjectTraversalMethod.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDetailsForProjectTraversalMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortForFile.java
M reporting/impl/src/main/resources/reports/resources/css/windup.css
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
M reporting/impl/src/main/resources/reports/templates/include/effort_util.ftl
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
Log Message:
-----------
T145 App list - Show how many points came from the share libs. WIP
Commit: 8840a8f1149f687a6a5a87ee5fa05bd832b9e8cf
https://github.com/windup/windup/commit/8840a8f1149f687a6a5a87ee5fa05bd83...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
M graph/api/src/main/java/org/jboss/windup/graph/traversal/AllTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/OnlyOnceTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/ProjectModelTraversal.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/SharedLibsTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/TraversalStrategy.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerIterationOperation.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java
A reporting/api/src/main/java/org/jboss/windup/reporting/rules/CreateApplicationListReportRuleProvider.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/CreateApplicationListReportRuleProvider.java
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
A test-files/duplicate/duplicate-ear-test-1.ear
A test-files/duplicate/duplicate-ear-test-2.ear
A test-files/duplicate/duplicate-ear-test-3.ear
A test-util/src/main/java/org/jboss/windup/testutil/html/TestApplicationListUtil.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureDuplicateTest.java
A tests/src/test/xml/DuplicateTestRules.windup.xml
Log Message:
-----------
Tweaked with more extensive unit tests and fixed some traversal bugs that affected shared libs counting
Commit: ad7b6b48bc901b3bfa6a6e42d13543558b3db5c5
https://github.com/windup/windup/commit/ad7b6b48bc901b3bfa6a6e42d13543558...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-06-15 (Wed, 15 Jun 2016)
Changed paths:
M graph/api/src/main/java/org/jboss/windup/graph/model/ProjectModel.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/AllTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/OnlyOnceTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/ProjectModelTraversal.java
A graph/api/src/main/java/org/jboss/windup/graph/traversal/SharedLibsTraversalStrategy.java
M graph/api/src/main/java/org/jboss/windup/graph/traversal/TraversalStrategy.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerIterationOperation.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/GetProjectTraversalMethod.java
A reporting/api/src/main/java/org/jboss/windup/reporting/rules/CreateApplicationListReportRuleProvider.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortCountForProjectBySeverityMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortDetailsForProjectTraversalMethod.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortForFile.java
R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/CreateApplicationListReportRuleProvider.java
M reporting/impl/src/main/resources/reports/resources/css/windup.css
M reporting/impl/src/main/resources/reports/templates/application_list.ftl
M reporting/impl/src/main/resources/reports/templates/include/effort_util.ftl
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
A test-files/duplicate/duplicate-ear-test-1.ear
A test-files/duplicate/duplicate-ear-test-2.ear
A test-files/duplicate/duplicate-ear-test-3.ear
A test-util/src/main/java/org/jboss/windup/testutil/html/TestApplicationListUtil.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureDuplicateTest.java
A tests/src/test/xml/DuplicateTestRules.windup.xml
Log Message:
-----------
Merge branch 'OndraZizka-appList-showSharedCount-T146'
Compare: https://github.com/windup/windup/compare/cc3f3548b455...ad7b6b48bc90
1 year, 4 months
[windup/windup] 7eeab8: [WINDUP-3240] - Windup Technology Reports - Introd...
by Carlos E. Feria Vila
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 7eeab8015b9958d5bcb7c6822c472f9fa2aa95e1
https://github.com/windup/windup/commit/7eeab8015b9958d5bcb7c6822c472f9fa...
Author: Carlos E. Feria Vila <carlosthe19916(a)gmail.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M reporting/impl/src/main/resources/org/jboss/windup/reporting/rules/generation/techreport/techReport-hierarchy.tags.xml
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Apps_multiple-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Apps_multiple-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Cloud_Automation-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Cloud_Automation-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Gear_group-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Gear_group-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Heart_monitor-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Heart_monitor-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Multiply-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Multiply-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Storage-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Storage-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Wrench-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Wrench-A-White-RGB.svg
Log Message:
-----------
[WINDUP-3240] - Windup Technology Reports - Introduce new tiers in preparation for the new technology tags (#1443)
* bubble report enhancement
* Add new tiers for the technology tags
* add tags to the techReport:placeBoxes tag
* Update NoSQL icon
* Update reporting/impl/src/main/resources/org/jboss/windup/reporting/rules/generation/techreport/techReport-hierarchy.tags.xml
Co-authored-by: Mark Brophy <36955467+m-brophy(a)users.noreply.github.com>
* Update reporting/impl/src/main/resources/org/jboss/windup/reporting/rules/generation/techreport/techReport-hierarchy.tags.xml
Co-authored-by: Mark Brophy <36955467+m-brophy(a)users.noreply.github.com>
* Add streaming tag
* change icons and use RH brand
Co-authored-by: Mark Brophy <36955467+m-brophy(a)users.noreply.github.com>
3 years
[windup/windup] 96b094: Change icons (#1449)
by Carlos E. Feria Vila
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 96b09432a974eb4c611c4ea5f71ec709523ec51e
https://github.com/windup/windup/commit/96b09432a974eb4c611c4ea5f71ec7095...
Author: Carlos E. Feria Vila <carlosthe19916(a)gmail.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M reporting/impl/src/main/resources/org/jboss/windup/reporting/rules/generation/techreport/techReport-hierarchy.tags.xml
A reporting/impl/src/main/resources/reports/resources/icons/techreport/API-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/API-A-White-RGB.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Arrows_Interoperable-CrossPlatform.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Arrows_Interoperable-CrossPlatform.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Car-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Car-A-White-RGB.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Car_Front.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Car_Front.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Clipboard_Checklist-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Clipboard_Checklist-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Cluster-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Cluster-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Code-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Code-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Data-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Data-A-White-RGB.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Diagram_DevelopmentModel.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Diagram_DevelopmentModel.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Electrical_bolt-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Electrical_bolt-A-White-RGB.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Elevator-UpDown.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Elevator-UpDown.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Envelope-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Envelope-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Flowchart-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Flowchart-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/GPU-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/GPU-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Game_Plan-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Game_Plan-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Gateway-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Gateway-A-White-RGB.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Global_Ecosystem.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Global_Ecosystem.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Hardware_Monitor-Webinar.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Hardware_Monitor-Webinar.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Hardware_Processor-Compute.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Hardware_Processor-Compute.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Hardware_Server-A-Stack.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Hardware_Server-A-Stack.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Hardware_Storage-A-Stack.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Hardware_Storage-A-Stack.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Hierarchy-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Hierarchy-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Interoperability-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Interoperability-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Laptop_Webinar-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Laptop_Webinar-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Link_broken-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Link_broken-A-White-RGB.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Misc_Network-Technical.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Misc_Network-Technical.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Network-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Network-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Notepad-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Notepad-A-White-RGB.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Notepad.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Notepad.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Object_Book-Open.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Object_Book-Open.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Object_CashRegister-POS.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Object_CashRegister-POS.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Object_Envelope-Back.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Object_Envelope-Back.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Object_Gear-Group.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Object_Gear-Group.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Object_Shield-CoatOfArms.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Object_Shield-CoatOfArms.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Orchestration-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Orchestration-A-White-RGB.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Podcast.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Podcast.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Pricetag-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Pricetag-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Progression_linear-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Progression_linear-A-White-RGB.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Recycle_Symbol.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Recycle_Symbol.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Save-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Save-A-White-RGB.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Science_Circuit.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Science_Circuit.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Science_Explosion.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Science_Explosion.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Science_Molecule.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Science_Molecule.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Shield-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Shield-A-White-RGB.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Shopping_Cart.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Shopping_Cart.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Software_API.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Software_API.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Software_Application-Window.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Software_Application-Window.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Software_Code.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/Software_Code.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Storage_stack-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Storage_stack-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Telecommunications-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Telecommunications-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Website-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Website-A-White-RGB.svg
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Website_system-A-White-RGB.png
A reporting/impl/src/main/resources/reports/resources/icons/techreport/Website_system-A-White-RGB.svg
R reporting/impl/src/main/resources/reports/resources/icons/techreport/science_brain.png
R reporting/impl/src/main/resources/reports/resources/icons/techreport/science_brain.svg
Log Message:
-----------
Change icons (#1449)
3 years
[windup/windup] a8d77d: [maven-release-plugin] prepare for next developmen...
by Marco Rizzi
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: a8d77dee7975e742db3c5e6d246a8c0e2d17f7f4
https://github.com/windup/windup/commit/a8d77dee7975e742db3c5e6d246a8c0e2...
Author: Fedora <fedora(a)fedora-slave-release-3909.localdomain>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M bom/pom.xml
M bootstrap/pom.xml
M config-groovy/addon/pom.xml
M config-groovy/pom.xml
M config-groovy/tests/pom.xml
M config-xml/addon/pom.xml
M config-xml/pom.xml
M config-xml/tests/pom.xml
M config/addon/pom.xml
M config/api/pom.xml
M config/impl/pom.xml
M config/pom.xml
M config/tests/pom.xml
M decompiler/api/pom.xml
M decompiler/impl-fernflower/pom.xml
M decompiler/impl-procyon/pom.xml
M decompiler/pom.xml
M exec/addon/pom.xml
M exec/api/pom.xml
M exec/impl/pom.xml
M exec/pom.xml
M exec/tests/pom.xml
M forks/jdt/pom.xml
M graph/addon/pom.xml
M graph/api/pom.xml
M graph/impl/pom.xml
M graph/pom.xml
M graph/tests/pom.xml
M java-ast/addon/pom.xml
M java-ast/pom.xml
M java-ast/tests/pom.xml
M module-spec/pom.xml
M pom.xml
M reporting/addon/pom.xml
M reporting/api/pom.xml
M reporting/impl/pom.xml
M reporting/pom.xml
M reporting/tests/pom.xml
M rules-base/addon/pom.xml
M rules-base/api/pom.xml
M rules-base/impl/pom.xml
M rules-base/pom.xml
M rules-base/tests/pom.xml
M rules-java-archives/addon/pom.xml
M rules-java-archives/pom.xml
M rules-java-archives/tests/pom.xml
M rules-java-ee/addon/pom.xml
M rules-java-ee/pom.xml
M rules-java-ee/tests/pom.xml
M rules-java-project/addon/pom.xml
M rules-java-project/pom.xml
M rules-java-project/tests/pom.xml
M rules-java/addon/pom.xml
M rules-java/api/pom.xml
M rules-java/impl/pom.xml
M rules-java/pom.xml
M rules-java/tests/pom.xml
M rules-tattletale/addon/pom.xml
M rules-tattletale/pom.xml
M rules-tattletale/tests/pom.xml
M rules-xml/addon/pom.xml
M rules-xml/api/pom.xml
M rules-xml/impl/pom.xml
M rules-xml/pom.xml
M rules-xml/tests/pom.xml
M server-provider-spi/addon/pom.xml
M server-provider-spi/pom.xml
M test-files/pom.xml
M test-util/pom.xml
M tests/pom.xml
M tooling/addon/pom.xml
M tooling/api/pom.xml
M tooling/impl/pom.xml
M tooling/pom.xml
M tooling/tests/pom.xml
M ui/addon/pom.xml
M ui/pom.xml
M ui/tests/pom.xml
M utils/pom.xml
M windup-test-harness/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
3 years
[windup/windup] ed8707: [maven-release-plugin] prepare release 5.3.0.Alpha1
by Marco Rizzi
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: ed87079eeebc6b0dd7ac3c3d71c57e1fdf3ad665
https://github.com/windup/windup/commit/ed87079eeebc6b0dd7ac3c3d71c57e1fd...
Author: Fedora <fedora(a)fedora-slave-release-3909.localdomain>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M bom/pom.xml
M bootstrap/pom.xml
M config-groovy/addon/pom.xml
M config-groovy/pom.xml
M config-groovy/tests/pom.xml
M config-xml/addon/pom.xml
M config-xml/pom.xml
M config-xml/tests/pom.xml
M config/addon/pom.xml
M config/api/pom.xml
M config/impl/pom.xml
M config/pom.xml
M config/tests/pom.xml
M decompiler/api/pom.xml
M decompiler/impl-fernflower/pom.xml
M decompiler/impl-procyon/pom.xml
M decompiler/pom.xml
M exec/addon/pom.xml
M exec/api/pom.xml
M exec/impl/pom.xml
M exec/pom.xml
M exec/tests/pom.xml
M forks/jdt/pom.xml
M graph/addon/pom.xml
M graph/api/pom.xml
M graph/impl/pom.xml
M graph/pom.xml
M graph/tests/pom.xml
M java-ast/addon/pom.xml
M java-ast/pom.xml
M java-ast/tests/pom.xml
M module-spec/pom.xml
M pom.xml
M reporting/addon/pom.xml
M reporting/api/pom.xml
M reporting/impl/pom.xml
M reporting/pom.xml
M reporting/tests/pom.xml
M rules-base/addon/pom.xml
M rules-base/api/pom.xml
M rules-base/impl/pom.xml
M rules-base/pom.xml
M rules-base/tests/pom.xml
M rules-java-archives/addon/pom.xml
M rules-java-archives/pom.xml
M rules-java-archives/tests/pom.xml
M rules-java-ee/addon/pom.xml
M rules-java-ee/pom.xml
M rules-java-ee/tests/pom.xml
M rules-java-project/addon/pom.xml
M rules-java-project/pom.xml
M rules-java-project/tests/pom.xml
M rules-java/addon/pom.xml
M rules-java/api/pom.xml
M rules-java/impl/pom.xml
M rules-java/pom.xml
M rules-java/tests/pom.xml
M rules-tattletale/addon/pom.xml
M rules-tattletale/pom.xml
M rules-tattletale/tests/pom.xml
M rules-xml/addon/pom.xml
M rules-xml/api/pom.xml
M rules-xml/impl/pom.xml
M rules-xml/pom.xml
M rules-xml/tests/pom.xml
M server-provider-spi/addon/pom.xml
M server-provider-spi/pom.xml
M test-files/pom.xml
M test-util/pom.xml
M tests/pom.xml
M tooling/addon/pom.xml
M tooling/api/pom.xml
M tooling/impl/pom.xml
M tooling/pom.xml
M tooling/tests/pom.xml
M ui/addon/pom.xml
M ui/pom.xml
M ui/tests/pom.xml
M utils/pom.xml
M windup-test-harness/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 5.3.0.Alpha1
3 years