Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerre committed Feb 21, 2020
1 parent fadfd4b commit e1a4634
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,11 +1,9 @@
<?xml version="1.0" encoding="UTF-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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mycore</groupId>
<artifactId>myvidcore</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
<packaging>jar</packaging>

<name>My Video (Converter) Core</name>
Expand Down Expand Up @@ -455,8 +453,7 @@
</filter>
</filters>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>org.mycore.vidconv.Application</Main-Class>
<Multi-Release>true</Multi-Release>
Expand Down Expand Up @@ -594,7 +591,7 @@
<connection>scm:git:https://github.com/MyCoRe-Org/MyVidCoRe.git</connection>
<developerConnection>scm:git:https://github.com/MyCoRe-Org/MyVidCoRe.git</developerConnection>
<url>https://github.com/MyCoRe-Org/MyVidCoRe</url>
<tag>master</tag>
<tag>1.1.4</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit e1a4634

Please sign in to comment.