Skip to content

Commit

Permalink
Merge pull request #6426 from OpenNMS/dependabot/maven/foundation-202…
Browse files Browse the repository at this point in the history
…3/org.apache.maven.plugins-maven-source-plugin-3.3.0
  • Loading branch information
RangerRick authored Jul 27, 2023
2 parents dc3c83a + 3093e8f commit 8eb3b8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/scripts/smoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ ionice nice ../compile.pl \
-N \
'-P!smoke.all' \
"-Psmoke.$SUITE" \
install verify
install
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1267,11 +1267,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<executions>
<execution>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down
4 changes: 2 additions & 2 deletions smoke-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<executions>
<execution>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 8eb3b8e

Please sign in to comment.