Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsembwever committed May 21, 2019
1 parent dd03b4d commit 9f07b65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
15 changes: 7 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>io.cassandrareaper</groupId>
<artifactId>cassandra-reaper-pom</artifactId>
<version>1.4.3-SNAPSHOT</version>
<version>1.4.3</version>
<packaging>pom</packaging>

<name>Cassandra Reaper project</name>
Expand All @@ -38,7 +37,7 @@
<url>https://github.com/thelastpickle/cassandra-reaper</url>
<connection>scm:git:[email protected]:thelastpickle/cassandra-reaper.git</connection>
<developerConnection>scm:git:[email protected]:thelastpickle/cassandra-reaper.git</developerConnection>
<tag>HEAD</tag>
<tag>1.4.3</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand Down Expand Up @@ -143,9 +142,9 @@
<requireMavenVersion>
<version>[${maven.version.minimum},)</version>
</requireMavenVersion>
<banDuplicatePomDependencyVersions/>
<reactorModuleConvergence/>
<requirePluginVersions/>
<banDuplicatePomDependencyVersions />
<reactorModuleConvergence />
<requirePluginVersions />
</rules>
</configuration>
</execution>
Expand Down Expand Up @@ -327,7 +326,7 @@
<build.jdk.minimum>1.8.0-151</build.jdk.minimum>
<!-- travis of July 2018 was still using maven-3.5.2 but our Docker image for building packages ships with 3.3.8 -->
<maven.version.minimum>3.3.8</maven.version.minimum>
<surefireArgLine></surefireArgLine>
<surefireArgLine />

<!--
Properties that influence various parts of the NetBeans IDE, especially code formatting and the like.
Expand Down
11 changes: 4 additions & 7 deletions src/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>

<parent>
<groupId>io.cassandrareaper</groupId>
<artifactId>cassandra-reaper-pom</artifactId>
<version>1.4.3-SNAPSHOT</version>
<version>1.4.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>Cassandra Reaper server</name>
Expand Down Expand Up @@ -407,10 +406,8 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>io.cassandrareaper.ReaperApplication</mainClass>
</transformer>
</transformers>
Expand Down

0 comments on commit 9f07b65

Please sign in to comment.