Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release brmo-brkverschil-service-1.0.0…
Browse files Browse the repository at this point in the history
…-rc2
  • Loading branch information
mprins committed Oct 2, 2018
1 parent e300cd5 commit 0dfcc10
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +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>nl.b3p</groupId>
<artifactId>brmo-brkverschil-service</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-rc2</version>
<packaging>war</packaging>
<name>BRMO BRK verschil service</name>
<description>Web service om bepaalde BRK mutaties uit de brmo te halen gekoppeld aan belastingpichtige</description>
Expand All @@ -26,7 +25,7 @@
<developerConnection>scm:git:git@github.com:B3Partners/brmo-brkverschil-service.git</developerConnection>
<connection>scm:git:git@github.com:B3Partners/brmo-brkverschil-service.git</connection>
<url>https://github.com/B3Partners/brmo-brkverschil-service/</url>
<tag>HEAD</tag>
<tag>brmo-brkverschil-service-1.0.0-rc2</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand Down Expand Up @@ -569,7 +568,7 @@
<includes>
<include>**/*IntegrationTest.java</include>
</includes>
<systemPropertyVariables/>
<systemPropertyVariables />
<trimStackTrace>false</trimStackTrace>
<useFile>false</useFile>
<skipTests>${test.skipITs}</skipTests>
Expand Down Expand Up @@ -780,7 +779,7 @@
<skip>${test.skipITs}</skip>
<jarScanAllDirectories>false</jarScanAllDirectories>
<uriEncoding>UTF-8</uriEncoding>
<systemProperties/>
<systemProperties />
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 0dfcc10

Please sign in to comment.