Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjohnson-kint committed Dec 20, 2017
1 parent 745b580 commit b732bca
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>
<artifactId>mod-inventory-storage</artifactId>
<groupId>org.folio</groupId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0</version>

<licenses>
<license>
Expand Down Expand Up @@ -44,7 +43,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<ramlfiles_path>${basedir}/ramls/</ramlfiles_path>
<argLine></argLine>
<argLine />
</properties>

<distributionManagement>
Expand All @@ -68,7 +67,7 @@
<url>https://github.com/folio-org/mod-inventory-storage</url>
<connection>scm:git:git://github.com:folio-org/mod-inventory-storage.git</connection>
<developerConnection>scm:git:[email protected]:folio-org/mod-inventory-storage.git</developerConnection>
<tag>HEAD</tag>
<tag>v6.0.0</tag>
</scm>

<build>
Expand Down Expand Up @@ -262,8 +261,7 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>org.folio.rest.RestLauncher</Main-Class>
<Main-Verticle>org.folio.rest.RestVerticle</Main-Verticle>
Expand Down

0 comments on commit b732bca

Please sign in to comment.