Skip to content

Commit

Permalink
Update to use new style of native artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Apr 26, 2016
1 parent a7a0120 commit 5dcfc1a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
11 changes: 5 additions & 6 deletions jansi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,20 @@
platforms -->
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-native</artifactId>
<classifier>windows32</classifier>
<artifactId>jansi-windows32</artifactId>
<version>${jansi-native-version}</version>
</dependency>
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-native</artifactId>
<classifier>windows64</classifier>
<artifactId>jansi-windows64</artifactId>
<version>${jansi-native-version}</version>
</dependency>
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-native</artifactId>
<classifier>osx</classifier>
<artifactId>jansi-osx</artifactId>
<version>${jansi-native-version}</version>
</dependency>
<!--
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-native</artifactId>
Expand All @@ -75,6 +73,7 @@
<classifier>linux64</classifier>
<version>${jansi-native-version}</version>
</dependency>
-->

<dependency>
<groupId>junit</groupId>
Expand Down
18 changes: 11 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<archive>http://groups.google.com/group/${forge-project-id}-commits</archive>
<post>${forge-project-id}-commits@googlegroups.com</post>
<subscribe>${forge-project-id}-commits+subscribe@googlegroups.com</subscribe>
<unsubscribe>${forge-project-id}-commits+unsubscribe@googlegroups.com</unsubscribe>
<unsubscribe>${forge-project-id}-commisots+unsubscribe@googlegroups.com</unsubscribe>
</mailingList>
</mailingLists>

Expand All @@ -90,7 +90,7 @@
<repository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Staging Repository</name>
<url> https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
Expand Down Expand Up @@ -243,18 +243,20 @@
<id>download</id>
<repositories>
<repository>
<id>jansi.release</id>
<url>http://jansi.fusesource.org/repo/release</url>
<snapshots><enabled>false</enabled></snapshots>
<id>sonatype-public</id>
<url>https://oss.sonatype.org/content/groups/public</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
<repository>
<id>jansi.snapshot</id>
<url>http://jansi.fusesource.org/repo/snapshot</url>
<id>sonatype-staging</id>
<url>https://oss.sonatype.org/content/groups/staging</url>
<snapshots><enabled>false</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
</repositories>


</profile>

<profile>
Expand Down Expand Up @@ -313,6 +315,8 @@

<modules>
<module>jansi</module>
<!--
<module>jansi-website</module>
-->
</modules>
</project>

0 comments on commit 5dcfc1a

Please sign in to comment.