Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LieutenantPeacock committed Aug 4, 2021
1 parent 18c6788 commit 1b16678
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 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.1.0-SNAPSHOT</version>
<version>1.1.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,8 @@
<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>
</scm>
<tag>v1.1.0</tag>
</scm>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down Expand Up @@ -148,8 +147,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 1b16678

Please sign in to comment.