Skip to content

Commit daff2c9

Browse files
committed
Build against jansi-native 1.6-SNAPSHOT
1 parent 5aa64b1 commit daff2c9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

jansi/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.fusesource.jansi</groupId>
4141
<artifactId>jansi-native</artifactId>
42-
<version>1.6-SNAPSHOT</version>
42+
<version>${jansi-native-version}</version>
4343
</dependency>
4444

4545
<!-- Bundle in the native libs for Windows, OS X, and
@@ -49,31 +49,31 @@
4949
<groupId>org.fusesource.jansi</groupId>
5050
<artifactId>jansi-native</artifactId>
5151
<classifier>windows32</classifier>
52-
<version>1.6-SNAPSHOT</version>
52+
<version>${jansi-native-version}</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.fusesource.jansi</groupId>
5656
<artifactId>jansi-native</artifactId>
5757
<classifier>windows64</classifier>
58-
<version>1.6-SNAPSHOT</version>
58+
<version>${jansi-native-version}</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.fusesource.jansi</groupId>
6262
<artifactId>jansi-native</artifactId>
6363
<classifier>osx</classifier>
64-
<version>1.6-SNAPSHOT</version>
64+
<version>${jansi-native-version}</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.fusesource.jansi</groupId>
6868
<artifactId>jansi-native</artifactId>
6969
<classifier>linux32</classifier>
70-
<version>1.6-SNAPSHOT</version>
70+
<version>${jansi-native-version}</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.fusesource.jansi</groupId>
7474
<artifactId>jansi-native</artifactId>
7575
<classifier>linux64</classifier>
76-
<version>1.6-SNAPSHOT</version>
76+
<version>${jansi-native-version}</version>
7777
</dependency>
7878

7979
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<forge-project-id-uc>JANSI</forge-project-id-uc>
3838

3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40-
40+
<jansi-native-version>1.6-SNAPSHOT</jansi-native-version>
4141
<scalate-version>1.5.1</scalate-version>
4242
<scalamd-version>1.5</scalamd-version>
4343
<slf4j-version>1.6.1</slf4j-version>

0 commit comments

Comments
 (0)