Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Jun 7, 2017
1 parent 6590fb2 commit 37976ce
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion jlatexmath-example-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.scilab.forge</groupId>
<artifactId>jlatexmath-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>jlatexmath-example-export</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jlatexmath-example-giws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.scilab.forge</groupId>
<artifactId>jlatexmath-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>jlatexmath-example-giws</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jlatexmath-font-cyrillic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.scilab.forge</groupId>
<artifactId>jlatexmath-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>jlatexmath-font-cyrillic</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jlatexmath-font-greek/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.scilab.forge</groupId>
<artifactId>jlatexmath-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>jlatexmath-font-greek</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jlatexmath-fop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.scilab.forge</groupId>
<artifactId>jlatexmath-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>jlatexmath-fop</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jlatexmath-ignore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.scilab.forge</groupId>
<artifactId>jlatexmath-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>jlatexmath-ignore</artifactId>
<packaging>pom</packaging>
Expand Down
5 changes: 2 additions & 3 deletions jlatexmath/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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.scilab.forge</groupId>
<artifactId>jlatexmath-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>jlatexmath</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!--<groupId>org.scilab.forge</groupId> -->
<groupId>org.scilab.forge</groupId>
<artifactId>jlatexmath-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<name>${project.artifactId}</name>
<description>parent pom for jlatexmath artifacts</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -37,7 +37,7 @@
<connection>${scm.url}</connection>
<developerConnection>${scm.url}</developerConnection>
<url>${scm.url}</url>
<tag>HEAD</tag>
<tag>1.0.6</tag>
</scm>

<properties>
Expand Down

0 comments on commit 37976ce

Please sign in to comment.