Skip to content

Commit

Permalink
Upgraded source plugin; fixes gh-71
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Jan 23, 2024
1 parent add4b79 commit e01bba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<gmavenplus-plugin.version>1.13.1</gmavenplus-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
</properties>

Expand Down Expand Up @@ -132,9 +132,9 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
<phase>package</phase>
<phase>prepare-package</phase>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit e01bba0

Please sign in to comment.