Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jferard committed Dec 23, 2021
1 parent 081d3e4 commit 7a704a5
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 18 deletions.
6 changes: 3 additions & 3 deletions fastods-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<parent>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.8.1-SNAPSHOT-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

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

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

<dependency>
Expand Down
12 changes: 5 additions & 7 deletions fastods-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,16 @@
~ 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.8.1-SNAPSHOT-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -49,12 +47,12 @@
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods</artifactId>
<version>0.8.1-SNAPSHOT-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-crypto</artifactId>
<version>0.8.1-SNAPSHOT-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions fastods-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<parent>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.8.1-SNAPSHOT-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<artifactId>fastods-extra</artifactId>
<version>0.8.1-SNAPSHOT-SNAPSHOT</version>
<version>0.8.1</version>

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

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion fastods-testlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.8.1-SNAPSHOT-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<artifactId>fastods-testlib</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions fastods/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.8.1-SNAPSHOT-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.8.1-SNAPSHOT-SNAPSHOT</version>
<version>0.8.1</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.8.0-SNAPSHOT</tag>
<tag>0.8.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 7a704a5

Please sign in to comment.