Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mreno-EBSCO committed Jul 24, 2019
1 parent 9e09c3a commit e98f899
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 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.folio</groupId>
<artifactId>edge-sip2</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Standard Interchange Protocol v2 (SIP2)</name>
<url>https://github.com/folio-org/edge-sip2</url>
<description>Support for SIP2 in FOLIO. This allow self service circulation and patron services stations to perform supported operations in FOLIO.</description>
Expand All @@ -28,7 +26,7 @@
<url>https://github.com/folio-org/edge-sip2.git</url>
<connection>scm:git:git://github.com/folio-org/edge-sip2.git</connection>
<developerConnection>scm:git:[email protected]:folio-org/edge-sip2.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -302,15 +300,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>log4j2.xml</file>
</transformer>
</transformers>
Expand Down

0 comments on commit e98f899

Please sign in to comment.