File tree 2 files changed +16
-13
lines changed
2 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 47
47
platforms -->
48
48
<dependency >
49
49
<groupId >org.fusesource.jansi</groupId >
50
- <artifactId >jansi-native</artifactId >
51
- <classifier >windows32</classifier >
50
+ <artifactId >jansi-windows32</artifactId >
52
51
<version >${jansi-native-version} </version >
53
52
</dependency >
54
53
<dependency >
55
54
<groupId >org.fusesource.jansi</groupId >
56
- <artifactId >jansi-native</artifactId >
57
- <classifier >windows64</classifier >
55
+ <artifactId >jansi-windows64</artifactId >
58
56
<version >${jansi-native-version} </version >
59
57
</dependency >
60
58
<dependency >
61
59
<groupId >org.fusesource.jansi</groupId >
62
- <artifactId >jansi-native</artifactId >
63
- <classifier >osx</classifier >
60
+ <artifactId >jansi-osx</artifactId >
64
61
<version >${jansi-native-version} </version >
65
62
</dependency >
63
+ <!--
66
64
<dependency>
67
65
<groupId>org.fusesource.jansi</groupId>
68
66
<artifactId>jansi-native</artifactId>
75
73
<classifier>linux64</classifier>
76
74
<version>${jansi-native-version}</version>
77
75
</dependency>
76
+ -->
78
77
79
78
<dependency >
80
79
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 67
67
<archive >http://groups.google.com/group/${forge-project-id} -commits</archive >
68
68
<
post >
${forge-project-id} [email protected] </
post >
69
69
<
subscribe >
${forge-project-id} [email protected] </
subscribe >
70
- <
unsubscribe >
${forge-project-id} -
commits [email protected] </
unsubscribe >
70
+ <
unsubscribe >
${forge-project-id} -
commisots [email protected] </
unsubscribe >
71
71
</mailingList >
72
72
</mailingLists >
73
73
90
90
<repository >
91
91
<id >sonatype-nexus-staging</id >
92
92
<name >Sonatype Staging Repository</name >
93
- <url > https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
93
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
94
94
</repository >
95
95
<snapshotRepository >
96
96
<id >sonatype-nexus-snapshots</id >
243
243
<id >download</id >
244
244
<repositories >
245
245
<repository >
246
- <id >jansi.release </id >
247
- <url >http ://jansi.fusesource .org/repo/release </url >
248
- <snapshots ><enabled >false </enabled ></snapshots >
246
+ <id >sonatype-public </id >
247
+ <url >https ://oss.sonatype .org/content/groups/public </url >
248
+ <snapshots ><enabled >true </enabled ></snapshots >
249
249
<releases ><enabled >true</enabled ></releases >
250
250
</repository >
251
251
<repository >
252
- <id >jansi.snapshot </id >
253
- <url >http ://jansi.fusesource .org/repo/snapshot </url >
252
+ <id >sonatype-staging </id >
253
+ <url >https ://oss.sonatype .org/content/groups/staging </url >
254
254
<snapshots ><enabled >false</enabled ></snapshots >
255
255
<releases ><enabled >true</enabled ></releases >
256
256
</repository >
257
257
</repositories >
258
+
259
+
258
260
</profile >
259
261
260
262
<profile >
313
315
314
316
<modules >
315
317
<module >jansi</module >
318
+ <!--
316
319
<module>jansi-website</module>
320
+ -->
317
321
</modules >
318
322
</project >
You can’t perform that action at this time.
0 commit comments