Skip to content

Commit 9babf17

Browse files
author
Rino
committed
[maven-release-plugin] prepare release axonframework.intellij.ide-0.3.6
1 parent 79879e5 commit 9babf17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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/maven-v4_0_0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>org.axonframework</groupId>
76
<artifactId>axonframework.intellij.ide</artifactId>
8-
<version>0.3.6-SNAPSHOT</version>
7+
<version>0.3.6</version>
98
<name>Axonframework IntelliJ Plugin</name>
109
<description>
1110
This plugin integrates Axon Framework.
@@ -97,7 +96,7 @@
9796
<plugin>
9897
<groupId>org.apache.maven.plugins</groupId>
9998
<artifactId>maven-release-plugin</artifactId>
100-
<version>2.2.1</version>
99+
<version>2.5.1</version>
101100
<configuration>
102101
<goals>install</goals>
103102
<pushChanges>false</pushChanges>
@@ -177,6 +176,7 @@
177176

178177
<properties>
179178
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
179+
<maven.javadoc.skip>true</maven.javadoc.skip>
180180
<idea.version>14.1.3</idea.version>
181181
<ij.plugin>true</ij.plugin>
182182
</properties>

0 commit comments

Comments
 (0)