Branch: refs/heads/master Home: https://github.com/jenkinsci/ownership-plugin Commit: 0c8bc4496325edb16214cf3c3b1d7bb1e9144ec0 https://github.com/jenkinsci/ownership-plugin/commit/0c8bc4496325edb16214cf3c3b1d7bb1e9144ec0 Author: Oleg Nenashev <o.v.nenas...@gmail.com> Date: 2016-07-02 (Sat, 02 Jul 2016)
Changed paths: M pom.xml M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/IOwnershipHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/IOwnershipItem.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipDescription.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPlugin.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/extensions/ItemOwnershipPolicy.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/extensions/OwnershipLayoutFormatterProvider.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/extensions/item_ownership_policy/AssignCreatorPolicy.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/extensions/item_ownership_policy/CopyOwnerPolicy.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/extensions/item_ownership_policy/DropOwnershipPolicy.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerColumn.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerJobProperty.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/jobs/OwnershipActionFactory.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/ComputerOwnerHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnerHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnerPropertyHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnerWrapper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnershipAction.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/OwnerNodeProperty.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/nodes/OwnershipNodeMonitor.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/authorizeproject/OwnershipAuthorizeProjectStrategy.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/itemspecific/ItemSpecificSecurity.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/jobrestrictions/OwnersListJobRestriction.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/AbstractOwnershipRoleMacro.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/rolestrategy/ItemSpecificRoleMacro.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/AbstractOwnershipHelper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/HTMLFormatter.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/UserWrapper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/ui/OwnershipLayoutFormatter.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper.java M src/main/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipTokenMacro.java M src/main/java/org/jenkinsci/plugins/ownership/model/runs/OwnershipRunListener.java M src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipAction.java M src/main/java/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipHelper.java M src/main/java/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions.java M src/main/java/org/jenkinsci/plugins/ownership/util/mail/MailFormatter.java M src/main/java/org/jenkinsci/plugins/ownership/util/mail/MailOptions.java M src/main/java/org/jenkinsci/plugins/ownership/util/mail/OwnershipMailHelper.java M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/ItemOwnershipAction/propertyConfig.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/OwnershipPlugin/floatingBoxTemplate.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerJobAction/configure-project-specifics.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerJobAction/index.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerJobAction/manage-owners.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerJobProperty/config.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/jobs/JobOwnerJobProperty/summary.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/jobs/OwnershipJobFilter/config.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnershipAction/configure-project-specifics.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnershipAction/index.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/nodes/NodeOwnershipAction/manage-owners.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/nodes/OwnerNodeProperty/config.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/nodes/OwnerNodeProperty/summary.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/security/authorizeproject/OwnershipAuthorizeProjectStrategy/config.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/security/itemspecific/ItemSpecificSecurity/config.jelly M src/main/resources/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapper/config.jelly M src/main/resources/index.jelly M src/main/resources/org/jenkinsci/plugins/ownership/config/DisplayOptions/config.jelly M src/main/resources/org/jenkinsci/plugins/ownership/config/InheritanceOptions/config.jelly M src/main/resources/org/jenkinsci/plugins/ownership/model/OwnershipDescriptionSource/DisabledSource/summary.jelly M src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipAction/index.jelly M src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipAction/manage-owners.jelly M src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipAction/summary.jelly M src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipDescriptionSource/summary.jelly M src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipProperty/config.jelly M src/main/resources/org/jenkinsci/plugins/ownership/model/folders/FolderOwnershipProperty/summary.jelly M src/main/resources/org/jenkinsci/plugins/ownership/model/jobs/JobOwnershipDescriptionSource/summary.jelly M src/main/resources/org/jenkinsci/plugins/ownership/model/nodes/NodeOwnershipDescriptionSource/summary.jelly M src/main/resources/org/jenkinsci/plugins/ownership/model/runs/RunOwnershipAction/summary.jelly M src/main/resources/org/jenkinsci/plugins/ownership/util/environment/EnvSetupOptions/config.jelly M src/test/java/com/synopsys/arc/jenkins/plugins/ownership/util/mail/MailFormatterTest.java M src/test/java/com/synopsys/arc/jenkins/plugins/ownership/wrappers/OwnershipBuildWrapperTest.java Log Message: ----------- Update to the new Parent POM, maintainer affiliation cleaup (#46) * Update parent POM to 2.10 * Remove outdated affiliation * Escape all Jelly files by default * FindBugs: Suppress naming convention violation * Cleanup outdated affiliation in Javadoc * Even more Javadoc fixes * Even more Javadoc fixes * FindBugs cleanup * Get rid of the obsolete profile * POM - restore the repositories section * Update plugin to the latest version -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.