[jenkinsci/maven-artifact-choicelistprovider-plugin] 279b64: SECURITY-3153: Use the Item as a Scope instead of ...

2023-09-20 Thread 'Stephan' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin
  Commit: 279b6462e41222f97b2ab7ece71c419d7b9e55a2
  
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/commit/279b6462e41222f97b2ab7ece71c419d7b9e55a2
  Author: Watermeyer, Stephan 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .gitignore
M Jenkinsfile
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/AbstractMavenArtifactChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/artifactory/ArtifactoryChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/central/MavenCentralChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/maven/MavenMetadataChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/nexus/NexusChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/nexus3/Nexus3ChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/nexus3/Nexus3GenericChoiceListProvider.java

  Log Message:
  ---
  SECURITY-3153: Use the Item as a Scope instead of System Scope.

Remove Comment

SECURITY-3153: Try to fix the build on Gihub

SECURITY-3153: Try to fix the build on Gihub

SECURITY-3153: Try to fix the build on Github

SECURITY-3153: Try to fix the build on Github

SECURITY-3153: Try to fix the build on Github

SECURITY-3153: Try to fix the build on Github


  Commit: c991920f5ab83a387f7c9c9504289f4e3aa8fc6c
  
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/commit/c991920f5ab83a387f7c9c9504289f4e3aa8fc6c
  Author: Stephan 
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/AbstractMavenArtifactChoiceListProvider.java

  Log Message:
  ---
  Update 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/AbstractMavenArtifactChoiceListProvider.java

Co-authored-by: Yaroslav <91559310+yaroslavafen...@users.noreply.github.com>


  Commit: e55b25904de14ad1ee738c120a9d34ba0d4c63ba
  
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/commit/e55b25904de14ad1ee738c120a9d34ba0d4c63ba
  Author: Stephan 
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/AbstractMavenArtifactChoiceListProvider.java

  Log Message:
  ---
  Update 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/AbstractMavenArtifactChoiceListProvider.java

Co-authored-by: Yaroslav <91559310+yaroslavafen...@users.noreply.github.com>


  Commit: 11f71fc89f9c61dd73b29bcb971472cdd24cde8a
  
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/commit/11f71fc89f9c61dd73b29bcb971472cdd24cde8a
  Author: Watermeyer, Stephan 
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/AbstractMavenArtifactChoiceListProvider.java

  Log Message:
  ---
  Organize Imports.


  Commit: c220e236e9d35b63b0bbe78dddc5377fda755ca6
  
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/commit/c220e236e9d35b63b0bbe78dddc5377fda755ca6
  Author: Stephan 
  Date:   2023-09-20 (Wed, 20 Sep 2023)

  Changed paths:
M .gitignore
M Jenkinsfile
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/AbstractMavenArtifactChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/artifactory/ArtifactoryChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/central/MavenCentralChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/maven/MavenMetadataChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/nexus/NexusChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/nexus3/Nexus3ChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/nexus3/Nexus3GenericChoiceListProvider.java

  Log Message:
  ---
  Merge pull request #32 from jenkinsci/feature/SECURITY-3153

SECURITY-3153: Use the Item as a Scope instead of System Scope.


Compare: 
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/compare/9adb78fdd0da...c220e236e9d3

-- 
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.
To view this discussion on the web visit 

[jenkinsci/maven-artifact-choicelistprovider-plugin] 279b64: SECURITY-3153: Use the Item as a Scope instead of ...

2023-09-07 Thread 'Stephan' via Jenkins Commits
  Branch: refs/heads/feature/SECURITY-3153
  Home:   https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin
  Commit: 279b6462e41222f97b2ab7ece71c419d7b9e55a2
  
https://github.com/jenkinsci/maven-artifact-choicelistprovider-plugin/commit/279b6462e41222f97b2ab7ece71c419d7b9e55a2
  Author: Watermeyer, Stephan 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M .gitignore
M Jenkinsfile
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/AbstractMavenArtifactChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/artifactory/ArtifactoryChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/central/MavenCentralChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/maven/MavenMetadataChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/nexus/NexusChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/nexus3/Nexus3ChoiceListProvider.java
M 
src/main/java/org/jenkinsci/plugins/maven_artifact_choicelistprovider/nexus3/Nexus3GenericChoiceListProvider.java

  Log Message:
  ---
  SECURITY-3153: Use the Item as a Scope instead of System Scope.

Remove Comment

SECURITY-3153: Try to fix the build on Gihub

SECURITY-3153: Try to fix the build on Gihub

SECURITY-3153: Try to fix the build on Github

SECURITY-3153: Try to fix the build on Github

SECURITY-3153: Try to fix the build on Github

SECURITY-3153: Try to fix the build on Github


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-artifact-choicelistprovider-plugin/push/refs/heads/feature/SECURITY-3153/19f115-279b64%40github.com.