Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerre committed Aug 22, 2019
1 parent d4f1599 commit e515aec
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 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.0.1-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<name>My Video (Converter) Core</name>
Expand Down Expand Up @@ -323,7 +321,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -336,7 +334,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -350,7 +348,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -473,8 +471,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 @@ -612,7 +609,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.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit e515aec

Please sign in to comment.