Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fastods-parent-0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jferard committed Nov 23, 2020
1 parent 0f496e7 commit d7c10ec
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 22 deletions.
12 changes: 5 additions & 7 deletions fastods-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,21 @@
~ for more details.
~
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see <http://www.gnu.org/licenses/>.
~ this program. If not, see <http://www.gnu.org/licenses />.
-->

<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>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>

<groupId>com.github.jferard</groupId>
<artifactId>fastods-crypto</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -51,7 +49,7 @@
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions fastods-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
~ for more details.
~
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see <http://www.gnu.org/licenses/>.
~ this program. If not, see <http://www.gnu.org/licenses />.
-->

<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>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>

<artifactId>fastods-examples</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -47,12 +47,12 @@
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</dependency>
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-crypto</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
6 changes: 3 additions & 3 deletions fastods-testlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
~ for more details.
~
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see <http://www.gnu.org/licenses/>.
~ this program. If not, see <http://www.gnu.org/licenses />.
-->
<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>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>

<artifactId>fastods-testlib</artifactId>
Expand Down Expand Up @@ -61,7 +61,7 @@
<connection>scm:git:git@github.com:jferard/fastods.git</connection>
<developerConnection>scm:git:git@github.com:jferard/fastods.git</developerConnection>
<url>git@github.com:jferard/fastods.git</url>
<tag>fastods-parent-0.7.3-SNAPSHOT</tag>
<tag>fastods-parent-0.7.3</tag>
</scm>

<distributionManagement>
Expand Down
8 changes: 4 additions & 4 deletions fastods/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
~ for more details.
~
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see <http://www.gnu.org/licenses/>.
~ this program. If not, see <http://www.gnu.org/licenses />.
-->
<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>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>

<artifactId>fastods</artifactId>
Expand Down Expand Up @@ -63,7 +63,7 @@
<connection>scm:git:git@github.com:jferard/fastods.git</connection>
<developerConnection>scm:git:git@github.com:jferard/fastods.git</developerConnection>
<url>git@github.com:jferard/fastods.git</url>
<tag>fastods-parent-0.6.2-SNAPSHOT</tag>
<tag>fastods-parent-0.7.3</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-testlib</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
~ for more details.
~
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see <http://www.gnu.org/licenses/>.
~ this program. If not, see <http://www.gnu.org/licenses />.
-->
<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>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<name>FastODS parent</name>
<packaging>pom</packaging>
<description>A very fast and lightweight (no dependency) library for creating ODS (Open Document
Expand Down Expand Up @@ -59,7 +59,7 @@
<connection>scm:git:git@github.com:jferard/fastods.git</connection>
<developerConnection>scm:git:git@github.com:jferard/fastods.git</developerConnection>
<url>git@github.com:jferard/fastods.git</url>
<tag>fastods-parent-0.6.2-SNAPSHOT</tag>
<tag>fastods-parent-0.7.3</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit d7c10ec

Please sign in to comment.