Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
Allow resizing of windows, which is a quick fix for some bugs on linux
  • Loading branch information
choss committed Jun 29, 2018
1 parent 0b80207 commit 60cfceb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>pom</packaging>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions releases/linux64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter-linux64</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>jar</packaging>
<parent>
<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter-releases-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
Expand Down
6 changes: 3 additions & 3 deletions releases/osx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter-osx</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>jar</packaging>
<parent>
<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter-releases-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
Expand Down
4 changes: 2 additions & 2 deletions releases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter-releases-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>pom</packaging>
<parent>
<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>
<modules>
<module>win64</module>
Expand Down
6 changes: 3 additions & 3 deletions releases/win64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter-win64</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>jar</packaging>
<parent>
<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter-releases-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
Expand Down
4 changes: 2 additions & 2 deletions xci-splitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>jar</packaging>
<parent>
<groupId>org.insanedevelopment.nx.xci</groupId>
<artifactId>xci-splitter-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<name>xci-splitter</name>
Expand Down

0 comments on commit 60cfceb

Please sign in to comment.