Skip to content

Commit 79879e5

Browse files
author
Rino
committed
Upgraded to new IDEA version and adjusted release goal
1 parent 2903c47 commit 79879e5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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">
23

34
<modelVersion>4.0.0</modelVersion>
45

@@ -98,7 +99,7 @@
9899
<artifactId>maven-release-plugin</artifactId>
99100
<version>2.2.1</version>
100101
<configuration>
101-
<goals />
102+
<goals>install</goals>
102103
<pushChanges>false</pushChanges>
103104
<localCheckout>true</localCheckout>
104105
</configuration>
@@ -176,7 +177,7 @@
176177

177178
<properties>
178179
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
179-
<idea.version>14.0.3</idea.version>
180+
<idea.version>14.1.3</idea.version>
180181
<ij.plugin>true</ij.plugin>
181182
</properties>
182183
</project>

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/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"
33
if [ ! -e "$IDEA" ]
44
then
55
export IDEA="/Applications/IntelliJ IDEA 14.app/Contents"
66
fi
77

8-
export IDEA_VERSION=14.0.3
8+
export IDEA_VERSION=14.1.3
99
mvn install:install-file -Dfile="$IDEA/lib/annotations.jar" -DgroupId=com.intellij.idea -DartifactId=annotations -Dversion=$IDEA_VERSION -Dpackaging=jar
1010
mvn install:install-file -Dfile="$IDEA/lib/idea.jar" -DgroupId=com.intellij.idea -DartifactId=idea -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true -Dversion=$IDEA_VERSION
1111
mvn install:install-file -Dfile="$IDEA/lib/openapi.jar" -DgroupId=com.intellij.idea -DartifactId=openapi -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true -Dversion=$IDEA_VERSION

0 commit comments

Comments
 (0)