Skip to content

Commit

Permalink
Merge pull request #949 from jenkinsci/dependabot/maven/edu.hm.hafner…
Browse files Browse the repository at this point in the history
…-codingstyle-pom-3.27.0

Bump edu.hm.hafner:codingstyle-pom from 3.18.0 to 3.27.0
  • Loading branch information
uhafner authored Oct 4, 2023
2 parents aa90685 + 846faed commit d113344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
jdk: [17]
jdk: [17, 21]
include:
- platform: ubuntu-latest
jdk: 11
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: '${{ matrix.jdk }}'
check-latest: true
cache: 'maven'
Expand Down
32 changes: 2 additions & 30 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle-pom</artifactId>
<version>3.18.0</version>
<version>3.28.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -379,6 +379,7 @@
<package>edu.hm.hafner.analysis.registry</package>
</packages>
<excludes>
<exclude>.*LineRangeList</exclude>
<exclude>.*SecureDigester</exclude>
<exclude>edu.hm.hafner.analysis.parser.*</exclude>
<exclude>edu.hm.hafner.analysis.PackageDetectors.*</exclude>
Expand Down Expand Up @@ -556,35 +557,6 @@
<url>https://repo.jenkins-ci.org/incrementals/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<!-- Copied from jenkins-release: -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>benchmark</id>
Expand Down

0 comments on commit d113344

Please sign in to comment.