Skip to content

Commit

Permalink
Downgrade source plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kwart committed Jan 4, 2025
1 parent 26abb50 commit b8398a0
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 @@ -3,7 +3,7 @@

<groupId>com.github.kwart.jsign</groupId>
<artifactId>jsignpdf-root</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -169,7 +169,7 @@
<scm>
<connection>scm:git:https://github.com/intoolswetrust/jsignpdf.git</connection>
<url>http://github.com/intoolswetrust/jsignpdf/</url>
<tag>HEAD</tag>
<tag>JSignPdf_2_3_0</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -235,7 +235,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>
<version>3.2.1</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit b8398a0

Please sign in to comment.