Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 5973e84

Browse files
committed
[maven-release-plugin] prepare release v1.5
1 parent 1512573 commit 5973e84

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

pom.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121
~ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2222
~ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2323
-->
24-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
25-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24+
<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">
2625
<modelVersion>4.0.0</modelVersion>
2726

2827
<groupId>org.osiam</groupId>
2928
<artifactId>connector4java</artifactId>
30-
<version>1.5-SNAPSHOT</version>
29+
<version>1.5</version>
3130

3231
<name>OSIAM Connector 4 Java</name>
3332
<description>Native Java API to connect to the REST based OSIAM services</description>
@@ -58,7 +57,7 @@
5857
<connection>scm:git://[email protected]/osiam/connector4java.git</connection>
5958
<url>https://github.com/osiam/connector4java</url>
6059
<developerConnection>scm:git:ssh://[email protected]/osiam/connector4java.git</developerConnection>
61-
<tag>HEAD</tag>
60+
<tag>v1.5</tag>
6261
</scm>
6362

6463
<properties>
@@ -208,16 +207,14 @@
208207
</goals>
209208
<configuration>
210209
<transformers>
211-
<transformer
212-
implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
210+
<transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
213211
<resources>
214212
<resource>
215213
META-INF/services/org.glassfish.hk2.extension.ServiceLocatorGenerator
216214
</resource>
217215
</resources>
218216
</transformer>
219-
<transformer
220-
implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
217+
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
221218
<resource>
222219
META-INF/services/org.osiam.bundled.org.glassfish.hk2.extension.ServiceLocatorGenerator
223220
</resource>
@@ -323,7 +320,7 @@
323320
<artifactId>cobertura-maven-plugin</artifactId>
324321
<version>2.7</version>
325322
<configuration>
326-
<check/>
323+
<check />
327324
<formats>
328325
<format>xml</format>
329326
</formats>

0 commit comments

Comments
 (0)