Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LieutenantPeacock committed Aug 27, 2022
1 parent fd3ae6a commit 8f4a246
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.lt-peacock</groupId>
<artifactId>lp-multisorter</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<name>Lt. Peacock's Multisorter</name>
<description>Sorter for various file types.</description>
<url>http://multisorter.lt-peacock.com</url>
Expand All @@ -26,7 +24,7 @@
<connection>scm:git:git://github.com/LieutenantPeacock/multisorter.git</connection>
<developerConnection>scm:git:file://d:/LocRepo/lp-multisorter.git</developerConnection>
<url>https://github.com/LieutenantPeacock/multisorter</url>
<tag>HEAD</tag>
<tag>v1.3.0</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -134,8 +132,7 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>SortHelp</mainClass>
</transformer>
</transformers>
Expand Down

0 comments on commit 8f4a246

Please sign in to comment.