Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
vmassol committed Sep 9, 2024
1 parent 7edd1c0 commit e3e1d83
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion latex-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.latex</groupId>
<artifactId>latex</artifactId>
<version>1.25.2</version>
<version>1.25.3-SNAPSHOT</version>
</parent>
<artifactId>latex-export</artifactId>
<name>LaTeX - Export</name>
Expand Down
2 changes: 1 addition & 1 deletion latex-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.latex</groupId>
<artifactId>latex</artifactId>
<version>1.25.2</version>
<version>1.25.3-SNAPSHOT</version>
</parent>
<artifactId>latex-filter</artifactId>
<name>LaTeX - Filter</name>
Expand Down
2 changes: 1 addition & 1 deletion latex-pdf/latex-pdf-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.latex</groupId>
<artifactId>latex-pdf</artifactId>
<version>1.25.2</version>
<version>1.25.3-SNAPSHOT</version>
</parent>
<artifactId>latex-pdf-api</artifactId>
<name>LaTeX - PDF - API</name>
Expand Down
2 changes: 1 addition & 1 deletion latex-pdf/latex-pdf-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.latex</groupId>
<artifactId>latex-pdf</artifactId>
<version>1.25.2</version>
<version>1.25.3-SNAPSHOT</version>
</parent>
<artifactId>latex-pdf-docker</artifactId>
<name>LaTeX - PDF - Docker</name>
Expand Down
2 changes: 1 addition & 1 deletion latex-pdf/latex-pdf-process/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.latex</groupId>
<artifactId>latex-pdf</artifactId>
<version>1.25.2</version>
<version>1.25.3-SNAPSHOT</version>
</parent>
<artifactId>latex-pdf-process</artifactId>
<name>LaTeX - PDF - Process</name>
Expand Down
2 changes: 1 addition & 1 deletion latex-pdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.latex</groupId>
<artifactId>latex</artifactId>
<version>1.25.2</version>
<version>1.25.3-SNAPSHOT</version>
</parent>
<artifactId>latex-pdf</artifactId>
<name>LaTeX - PDF - Parent POM</name>
Expand Down
2 changes: 1 addition & 1 deletion latex-syntax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.latex</groupId>
<artifactId>latex</artifactId>
<version>1.25.2</version>
<version>1.25.3-SNAPSHOT</version>
</parent>
<artifactId>latex-syntax</artifactId>
<name>LaTeX - Syntax</name>
Expand Down
2 changes: 1 addition & 1 deletion latex-test/latex-test-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.latex</groupId>
<artifactId>latex-test</artifactId>
<version>1.25.2</version>
<version>1.25.3-SNAPSHOT</version>
</parent>
<artifactId>latex-test-docker</artifactId>
<name>LaTeX - Tests - Functional Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion latex-test/latex-test-pageobjects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.xwiki.contrib.latex</groupId>
<artifactId>latex-test</artifactId>
<version>1.25.2</version>
<version>1.25.3-SNAPSHOT</version>
</parent>
<artifactId>latex-test-pageobjects</artifactId>
<name>LaTeX - Tests - Page Objects</name>
Expand Down
4 changes: 2 additions & 2 deletions latex-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<parent>
<groupId>org.xwiki.contrib.latex</groupId>
<artifactId>latex</artifactId>
<version>1.25.2</version>
<version>1.25.3-SNAPSHOT</version>
</parent>
<artifactId>latex-test</artifactId>
<version>1.25.2</version>
<version>1.25.3-SNAPSHOT</version>
<name>LaTeX - Tests - Parent POM</name>
<description>Tests for the LaTeX Extension</description>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</parent>
<groupId>org.xwiki.contrib.latex</groupId>
<artifactId>latex</artifactId>
<version>1.25.2</version>
<version>1.25.3-SNAPSHOT</version>
<name>LaTeX - Parent POM</name>
<description>Parent POM for LaTeX modules</description>
<url>http://extensions.xwiki.org/xwiki/bin/view/Extension/LaTeX/</url>
Expand All @@ -43,7 +43,7 @@
<connection>scm:git:git://github.com/xwiki-contrib/latex.git</connection>
<developerConnection>scm:git:[email protected]:xwiki-contrib/latex.git</developerConnection>
<url>https://github.com/xwiki-contrib/latex/tree/master</url>
<tag>latex-1.25.2</tag>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit e3e1d83

Please sign in to comment.