Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jgrapht-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Kinable committed Nov 13, 2017
1 parent 88c5022 commit 8ad6418
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 16 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.2-SNAPSHOT</version>
<version>1.1.0</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.2-SNAPSHOT</version>
<version>1.1.0</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.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>jgrapht-dist</artifactId>
<name>JGraphT - Distributable Archives</name>
Expand Down
8 changes: 3 additions & 5 deletions jgrapht-ext/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>jgrapht-ext</artifactId>
<name>JGraphT - Ext</name>
Expand Down Expand Up @@ -37,8 +36,7 @@
</executions>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<!-- Use unique OSGi bundle symbolic name for uber artifact. Otherwise
e.g. jgrapht-ext-1.0.0.jar and jgrapht-ext-1.0.0-uber.jar could not be deployed
Expand Down
8 changes: 3 additions & 5 deletions jgrapht-io/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>jgrapht-io</artifactId>
<name>JGraphT - I/O</name>
Expand Down Expand Up @@ -37,8 +36,7 @@
</executions>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<!-- Use unique OSGi bundle symbolic name for uber artifact. Otherwise
e.g. jgrapht-io-x.y.z.jar and jgrapht-io-x.y.z-uber.jar could not be deployed
Expand Down
6 changes: 3 additions & 3 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.2-SNAPSHOT</version>
<version>1.1.0</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.1.0</tag>
</scm>
<issueManagement>
<url>https://github.com/jgrapht/jgrapht/issues</url>
Expand Down Expand Up @@ -122,7 +122,7 @@
<exclude>org.jgrapht.experimental</exclude>
<show>protected</show>
<windowtitle>JGraphT : a free Java graph library</windowtitle>
<header>&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML,http://jgrapht.org/mathjax/mathjaxConfig.js&quot;&gt;&lt;/script&gt;</header>
<header>&lt;script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML,http://jgrapht.org/mathjax/mathjaxConfig.js"&gt;&lt;/script&gt;</header>
<additionalparam>--allow-script-in-comments</additionalparam>
</configuration>
</plugin>
Expand Down

0 comments on commit 8ad6418

Please sign in to comment.