Skip to content

Commit

Permalink
[maven-release-plugin] prepare release exchange-core-0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mzheravin committed Jun 7, 2020
1 parent bae4613 commit 21b25d0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance" xmlns="http:https://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http:https://maven.apache.org/POM/4.0.0 http:https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http:https://maven.apache.org/POM/4.0.0" xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:https://maven.apache.org/POM/4.0.0 http:https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>exchange.core2</groupId>
<artifactId>exchange-core</artifactId>
<version>0.5.3-SNAPSHOT</version>
<version>0.5.3</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -24,7 +23,7 @@
<url>https://github.com/mzheravin/exchange-core.git</url>
<connection>scm:git:git:https://github.com/mzheravin/exchange-core.git</connection>
<developerConnection>scm:git:ssh:https://[email protected]:mzheravin/exchange-core.git</developerConnection>
<tag>HEAD</tag>
<tag>exchange-core-0.5.3</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -310,8 +309,7 @@
</goals>
<configuration>
<target>
<jar destfile="${project.build.directory}/${project.build.finalName}-sources.jar"
basedir="${delombok.output}"/>
<jar destfile="${project.build.directory}/${project.build.finalName}-sources.jar" basedir="${delombok.output}" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 21b25d0

Please sign in to comment.