Skip to content

Commit

Permalink
bumped up version no.
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-Kleinman committed Dec 2, 2013
1 parent b4e42a4 commit b489ede
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion jgrapht-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>jgrapht-core</artifactId>
<name>JGraphT - Core</name>
Expand Down
2 changes: 1 addition & 1 deletion jgrapht-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>jgrapht-demo</artifactId>
<name>JGraphT - Demo</name>
Expand Down
4 changes: 2 additions & 2 deletions jgrapht-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>jgrapht-dist</artifactId>
<name>JGraphT - Distributable Archives</name>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jgrapht-ext</artifactId>
<classifier>combined</classifier>
<classifier>uber</classifier>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jgrapht-dist/src/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<scope>runtime</scope>

<excludes>
<exclude>net.sf.jgrapht:jgrapht-ext:*:combined</exclude>
<exclude>org.jgrapht:jgrapht-ext:*:combined</exclude>
</excludes>
</dependencySet>

Expand All @@ -26,7 +26,7 @@
<outputFileNameMapping>jgrapht-${artifact.version}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>

<includes>
<include>net.sf.jgrapht:jgrapht-ext:*:combined</include>
<include>org.jgrapht:jgrapht-ext:*:combined</include>
</includes>
</dependencySet>
</dependencySets>
Expand Down
6 changes: 5 additions & 1 deletion jgrapht-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>jgrapht-ext</artifactId>
<name>JGraphT - Ext</name>
Expand Down Expand Up @@ -36,7 +36,11 @@
</execution>
</executions>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>uber</shadedClassifierName>
<!--
<finalName>${project.artifactId}-${project.version}-uber</finalName>
-->
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion jgrapht-touchgraph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>
<artifactId>jgrapht-touchgraph</artifactId>
<name>JGraphT - Touchgraph</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>jgrapht</artifactId>
<packaging>pom</packaging>
<name>JGraphT - Parent</name>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
<description>A Java class library for graph-theory data structures and algorithms.</description>
<url>http://www.jgrapht.org</url>
<parent>
Expand Down

0 comments on commit b489ede

Please sign in to comment.