File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
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" 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"
2
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
3
3
4
<modelVersion >4.0.0</modelVersion >
4
5
98
99
<artifactId >maven-release-plugin</artifactId >
99
100
<version >2.2.1</version >
100
101
<configuration >
101
- <goals / >
102
+ <goals >install</ goals >
102
103
<pushChanges >false</pushChanges >
103
104
<localCheckout >true</localCheckout >
104
105
</configuration >
176
177
177
178
<properties >
178
179
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
179
- <idea .version>14.0 .3</idea .version>
180
+ <idea .version>14.1 .3</idea .version>
180
181
<ij .plugin>true</ij .plugin>
181
182
</properties >
182
183
</project >
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- export IDEA=" /C/Program Files (x86)/JetBrains/IntelliJ IDEA 14.0 "
2
+ export IDEA=" /C/Program Files (x86)/JetBrains/IntelliJ IDEA 14.1 "
3
3
if [ ! -e " $IDEA " ]
4
4
then
5
5
export IDEA=" /Applications/IntelliJ IDEA 14.app/Contents"
6
6
fi
7
7
8
- export IDEA_VERSION=14.0 .3
8
+ export IDEA_VERSION=14.1 .3
9
9
mvn install:install-file -Dfile=" $IDEA /lib/annotations.jar" -DgroupId=com.intellij.idea -DartifactId=annotations -Dversion=$IDEA_VERSION -Dpackaging=jar
10
10
mvn install:install-file -Dfile=" $IDEA /lib/idea.jar" -DgroupId=com.intellij.idea -DartifactId=idea -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true -Dversion=$IDEA_VERSION
11
11
mvn install:install-file -Dfile=" $IDEA /lib/openapi.jar" -DgroupId=com.intellij.idea -DartifactId=openapi -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true -Dversion=$IDEA_VERSION
You can’t perform that action at this time.
0 commit comments