Skip to content

Commit d801ebc

Browse files
author
choss
committed
RELEASE 1.3.2: quick fix for mac osx
1 parent c5c6973 commit d801ebc

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.insanedevelopment.nx.xci</groupId>
55
<artifactId>xci-splitter-parent</artifactId>
6-
<version>1.3.2-SNAPSHOT</version>
6+
<version>1.3.2</version>
77
<packaging>pom</packaging>
88

99
<modules>

releases/linux64/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
<groupId>org.insanedevelopment.nx.xci</groupId>
55
<artifactId>xci-splitter-linux64</artifactId>
6-
<version>1.3.2-SNAPSHOT</version>
6+
<version>1.3.2</version>
77
<packaging>jar</packaging>
88
<parent>
99
<groupId>org.insanedevelopment.nx.xci</groupId>
1010
<artifactId>xci-splitter-releases-parent</artifactId>
11-
<version>1.3.2-SNAPSHOT</version>
11+
<version>1.3.2</version>
1212
</parent>
1313

1414
<properties>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.insanedevelopment.nx.xci</groupId>
2323
<artifactId>xci-splitter</artifactId>
24-
<version>1.3.2-SNAPSHOT</version>
24+
<version>1.3.2</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.eclipse.platform</groupId>

releases/osx/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
<groupId>org.insanedevelopment.nx.xci</groupId>
55
<artifactId>xci-splitter-osx</artifactId>
6-
<version>1.3.2-SNAPSHOT</version>
6+
<version>1.3.2</version>
77
<packaging>jar</packaging>
88
<parent>
99
<groupId>org.insanedevelopment.nx.xci</groupId>
1010
<artifactId>xci-splitter-releases-parent</artifactId>
11-
<version>1.3.2-SNAPSHOT</version>
11+
<version>1.3.2</version>
1212
</parent>
1313

1414
<properties>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.insanedevelopment.nx.xci</groupId>
2323
<artifactId>xci-splitter</artifactId>
24-
<version>1.3.2-SNAPSHOT</version>
24+
<version>1.3.2</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.eclipse.platform</groupId>

releases/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
<groupId>org.insanedevelopment.nx.xci</groupId>
55
<artifactId>xci-splitter-releases-parent</artifactId>
6-
<version>1.3.2-SNAPSHOT</version>
6+
<version>1.3.2</version>
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>org.insanedevelopment.nx.xci</groupId>
1010
<artifactId>xci-splitter-parent</artifactId>
11-
<version>1.3.2-SNAPSHOT</version>
11+
<version>1.3.2</version>
1212
</parent>
1313
<modules>
1414
<module>win64</module>

releases/win64/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
<groupId>org.insanedevelopment.nx.xci</groupId>
55
<artifactId>xci-splitter-win64</artifactId>
6-
<version>1.3.2-SNAPSHOT</version>
6+
<version>1.3.2</version>
77
<packaging>jar</packaging>
88
<parent>
99
<groupId>org.insanedevelopment.nx.xci</groupId>
1010
<artifactId>xci-splitter-releases-parent</artifactId>
11-
<version>1.3.2-SNAPSHOT</version>
11+
<version>1.3.2</version>
1212
</parent>
1313

1414
<properties>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.insanedevelopment.nx.xci</groupId>
2323
<artifactId>xci-splitter</artifactId>
24-
<version>1.3.2-SNAPSHOT</version>
24+
<version>1.3.2</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.eclipse.platform</groupId>

xci-splitter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
<groupId>org.insanedevelopment.nx.xci</groupId>
55
<artifactId>xci-splitter</artifactId>
6-
<version>1.3.2-SNAPSHOT</version>
6+
<version>1.3.2</version>
77
<packaging>jar</packaging>
88
<parent>
99
<groupId>org.insanedevelopment.nx.xci</groupId>
1010
<artifactId>xci-splitter-parent</artifactId>
11-
<version>1.3.2-SNAPSHOT</version>
11+
<version>1.3.2</version>
1212
</parent>
1313

1414
<name>xci-splitter</name>

0 commit comments

Comments
 (0)