Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mreno-EBSCO committed Dec 5, 2018
1 parent a3bdc17 commit 1fe6fbd
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,9 +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 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.folio</groupId>
<artifactId>edge-rtac</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.4</version>
<packaging>jar</packaging>

<name>Edge API - Real Time Availability Check</name>
Expand All @@ -18,6 +17,7 @@
<url>https://github.com/folio-org/edge-rtac.git</url>
<connection>scm:git:git://github.com/folio-org/edge-rtac.git</connection>
<developerConnection>scm:git:[email protected]:folio-org/edge-rtac.git</developerConnection>
<tag>v1.2.4</tag>
</scm>

<licenses>
Expand Down Expand Up @@ -217,15 +217,13 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>io.vertx.core.Launcher</Main-Class>
<Main-Verticle>${exec.mainClass}</Main-Verticle>
</manifestEntries>
</transformer>
<transformer
implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
<file>log4j.properties</file>
</transformer>
</transformers>
Expand Down

0 comments on commit 1fe6fbd

Please sign in to comment.