Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jgrapht-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkinable committed Jan 16, 2017
1 parent b014965 commit 96e4f6d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jgrapht-core/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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>jgrapht-demo</artifactId>
<name>JGraphT - Demo</name>
Expand Down
2 changes: 1 addition & 1 deletion jgrapht-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>jgrapht-dist</artifactId>
<name>JGraphT - Distributable Archives</name>
Expand Down
6 changes: 3 additions & 3 deletions jgrapht-ext/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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>jgrapht-ext</artifactId>
<name>JGraphT - Ext</name>
Expand Down Expand Up @@ -126,8 +126,8 @@
<includes>
<include>target/generated-sources/antlr4/**/*.java</include>
</includes>
<variableTokenValueMap xml:space="preserve">
<![CDATA[public class=class,public interface=interface]]>
<variableTokenValueMap xml:space="preserve">
<![CDATA[public class=class,public interface=interface]]>
</variableTokenValueMap>
</configuration>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions 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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<description>A Java class library for graph-theory data structures and algorithms.</description>
<url>http://www.jgrapht.org</url>
<parent>
Expand All @@ -29,7 +29,7 @@
<url>https://github.com/jgrapht/jgrapht.git</url>
<connection>scm:git:git://github.com/jgrapht/jgrapht.git</connection>
<developerConnection>scm:git:[email protected]:jgrapht/jgrapht.git</developerConnection>
<tag>HEAD</tag>
<tag>jgrapht-1.0.1</tag>
</scm>
<issueManagement>
<url>https://github.com/jgrapht/jgrapht/issues</url>
Expand Down

0 comments on commit 96e4f6d

Please sign in to comment.