Skip to content

Commit

Permalink
Update dependency-scope plugin to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Jun 20, 2023
1 parent 0c64b0c commit b9a5714
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Airbase 143
- maven-gpg-plugin 3.1.0 (from 1.4.0)
- maven-shade-plugin 3.5.0 (from 3.4.1)
- maven-dependency-plugin 3.6.0 (from 3.5.0)
- maven-dependency-scope-plugin 1.0.1 (from 0.10)

Airbase 142

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Checkers are organized in two groups, basic and extended.
* Maven Enforcer (http://maven.apache.org/enforcer/maven-enforcer-plugin/)
* Maven Dependencies (http://maven.apache.org/plugins/maven-dependency-plugin/)
* Maven Duplicate finder (https://github.com/basepom/duplicate-finder-maven-plugin)
* Maven Dependency scope (https://github.com/hubspot/dependency-scope-maven-plugin)
* Maven Dependency scope (https://github.com/basepom/maven-plugins)

### Extended checkers
* SpotBugs (https://spotbugs.github.io/)
Expand Down
6 changes: 3 additions & 3 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -711,9 +711,9 @@
</plugin>

<plugin>
<groupId>com.hubspot.maven.plugins</groupId>
<groupId>org.basepom.maven</groupId>
<artifactId>dependency-scope-maven-plugin</artifactId>
<version>0.10</version>
<version>1.0.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -1471,7 +1471,7 @@
<build>
<plugins>
<plugin>
<groupId>com.hubspot.maven.plugins</groupId>
<groupId>org.basepom.maven</groupId>
<artifactId>dependency-scope-maven-plugin</artifactId>
</plugin>
</plugins>
Expand Down

0 comments on commit b9a5714

Please sign in to comment.