Skip to content

Commit cb86da9

Browse files
committed
[maven-release-plugin] prepare release 1.0.7
1 parent 745ff2e commit cb86da9

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

jlatexmath-example-export/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.scilab.forge</groupId>
66
<artifactId>jlatexmath-parent</artifactId>
7-
<version>1.0.7-SNAPSHOT</version>
7+
<version>1.0.7</version>
88
</parent>
99
<artifactId>jlatexmath-example-export</artifactId>
1010
<packaging>jar</packaging>

jlatexmath-example-giws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.scilab.forge</groupId>
66
<artifactId>jlatexmath-parent</artifactId>
7-
<version>1.0.7-SNAPSHOT</version>
7+
<version>1.0.7</version>
88
</parent>
99
<artifactId>jlatexmath-example-giws</artifactId>
1010
<packaging>jar</packaging>

jlatexmath-font-cyrillic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.scilab.forge</groupId>
66
<artifactId>jlatexmath-parent</artifactId>
7-
<version>1.0.7-SNAPSHOT</version>
7+
<version>1.0.7</version>
88
</parent>
99
<artifactId>jlatexmath-font-cyrillic</artifactId>
1010
<packaging>jar</packaging>

jlatexmath-font-greek/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.scilab.forge</groupId>
66
<artifactId>jlatexmath-parent</artifactId>
7-
<version>1.0.7-SNAPSHOT</version>
7+
<version>1.0.7</version>
88
</parent>
99
<artifactId>jlatexmath-font-greek</artifactId>
1010
<packaging>jar</packaging>

jlatexmath-fop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.scilab.forge</groupId>
66
<artifactId>jlatexmath-parent</artifactId>
7-
<version>1.0.7-SNAPSHOT</version>
7+
<version>1.0.7</version>
88
</parent>
99
<artifactId>jlatexmath-fop</artifactId>
1010
<packaging>jar</packaging>

jlatexmath-ignore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.scilab.forge</groupId>
66
<artifactId>jlatexmath-parent</artifactId>
7-
<version>1.0.7-SNAPSHOT</version>
7+
<version>1.0.7</version>
88
</parent>
99
<artifactId>jlatexmath-ignore</artifactId>
1010
<packaging>pom</packaging>

jlatexmath/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.scilab.forge</groupId>
66
<artifactId>jlatexmath-parent</artifactId>
7-
<version>1.0.7-SNAPSHOT</version>
7+
<version>1.0.7</version>
88
</parent>
99
<artifactId>jlatexmath</artifactId>
1010
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!--<groupId>org.scilab.forge</groupId> -->
99
<groupId>org.scilab.forge</groupId>
1010
<artifactId>jlatexmath-parent</artifactId>
11-
<version>1.0.7-SNAPSHOT</version>
11+
<version>1.0.7</version>
1212
<name>${project.artifactId}</name>
1313
<description>parent pom for jlatexmath artifacts</description>
1414
<packaging>pom</packaging>
@@ -37,7 +37,7 @@
3737
<connection>${scm.url}</connection>
3838
<developerConnection>${scm.url}</developerConnection>
3939
<url>${scm.url}</url>
40-
<tag>HEAD</tag>
40+
<tag>1.0.7</tag>
4141
</scm>
4242

4343
<properties>

0 commit comments

Comments
 (0)