Skip to content

Commit

Permalink
[maven-release-plugin] prepare release fastods-parent-0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jferard committed Feb 11, 2018
1 parent 2124bfe commit 1dc6040
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions fastods-testlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
~ A PARTICULAR PURPOSE. See the GNU General Public License 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.4.2-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>fastods-testlib</artifactId>
Expand Down Expand Up @@ -58,7 +58,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>HEAD</tag>
<tag>fastods-parent-0.5.0</tag>
</scm>

<distributionManagement>
Expand Down
11 changes: 5 additions & 6 deletions fastods/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@
~ A PARTICULAR PURPOSE. See the GNU General Public License 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.4.2-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>fastods</artifactId>
Expand Down Expand Up @@ -59,7 +58,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>HEAD</tag>
<tag>fastods-parent-0.5.0</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -119,7 +118,7 @@
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-testlib</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.5.0</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 @@ -16,13 +16,13 @@
~ A PARTICULAR PURPOSE. See the GNU General Public License 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.4.2-SNAPSHOT</version>
<version>0.5.0</version>
<name>FastODS parent</name>
<packaging>pom</packaging>
<description>FastODS writer, a Martin Schulz's SimpleODS fork - parent</description>
Expand Down Expand Up @@ -54,7 +54,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>HEAD</tag>
<tag>fastods-parent-0.5.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 1dc6040

Please sign in to comment.