File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" >
3
2
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<groupId >org.axonframework</groupId >
7
6
<artifactId >axonframework.intellij.ide</artifactId >
8
- <version >0.3.6-SNAPSHOT </version >
7
+ <version >0.3.6</version >
9
8
<name >Axonframework IntelliJ Plugin</name >
10
9
<description >
11
10
This plugin integrates Axon Framework.
97
96
<plugin >
98
97
<groupId >org.apache.maven.plugins</groupId >
99
98
<artifactId >maven-release-plugin</artifactId >
100
- <version >2.2 .1</version >
99
+ <version >2.5 .1</version >
101
100
<configuration >
102
101
<goals >install</goals >
103
102
<pushChanges >false</pushChanges >
177
176
178
177
<properties >
179
178
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
179
+ <maven .javadoc.skip>true</maven .javadoc.skip>
180
180
<idea .version>14.1.3</idea .version>
181
181
<ij .plugin>true</ij .plugin>
182
182
</properties >
You can’t perform that action at this time.
0 commit comments