Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fidransky committed Oct 9, 2019
1 parent 5920710 commit 0231f89
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 24 deletions.
6 changes: 3 additions & 3 deletions discussment-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.danekja.discussment</groupId>
<artifactId>discussment</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<artifactId>discussment-core</artifactId>
<packaging>jar</packaging>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>

<name>${project.groupId}.${project.artifactId}</name>
<description>
Expand Down Expand Up @@ -56,7 +56,7 @@
<connection>scm:git:ssh://[email protected]/danekja/discussment.git</connection>
<developerConnection>scm:git:ssh://[email protected]/danekja/discussment.git</developerConnection>
<url>https://github.com/danekja/discussment/tree/master</url>
<tag>HEAD</tag>
<tag>v0.9.3</tag>
</scm>

<distributionManagement>
Expand Down
8 changes: 4 additions & 4 deletions discussment-db-hibernate3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.danekja.discussment</groupId>
<artifactId>discussment</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>org.danekja.discussment.db</groupId>
<artifactId>discussment-db-hibernate3</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>

<name>${project.groupId}.${project.artifactId}</name>
<description>
Expand Down Expand Up @@ -55,7 +55,7 @@
<connection>scm:git:ssh://[email protected]/danekja/discussment.git</connection>
<developerConnection>scm:git:ssh://[email protected]/danekja/discussment.git</developerConnection>
<url>https://github.com/danekja/discussment/tree/master</url>
<tag>HEAD</tag>
<tag>v0.9.3</tag>
</scm>

<distributionManagement>
Expand All @@ -70,7 +70,7 @@
</distributionManagement>

<properties>
<core.version>0.9.3-SNAPSHOT</core.version>
<core.version>0.9.3</core.version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions discussment-db-hibernate5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.danekja.discussment</groupId>
<artifactId>discussment</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>org.danekja.discussment.db</groupId>
<artifactId>discussment-db-hibernate5</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>

<name>${project.groupId}.${project.artifactId}</name>
<description>
Expand Down Expand Up @@ -55,7 +55,7 @@
<connection>scm:git:ssh://[email protected]/danekja/discussment.git</connection>
<developerConnection>scm:git:ssh://[email protected]/danekja/discussment.git</developerConnection>
<url>https://github.com/danekja/discussment/tree/master</url>
<tag>HEAD</tag>
<tag>v0.9.3</tag>
</scm>

<distributionManagement>
Expand All @@ -70,7 +70,7 @@
</distributionManagement>

<properties>
<core.version>0.9.3-SNAPSHOT</core.version>
<core.version>0.9.3</core.version>
</properties>

<dependencies>
Expand Down
12 changes: 5 additions & 7 deletions discussment-db-jpa/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>org.danekja.discussment</groupId>
<artifactId>discussment</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>org.danekja.discussment.db</groupId>
<artifactId>discussment-db-jpa</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>

<name>${project.groupId}.${project.artifactId}</name>
<description>
Expand Down Expand Up @@ -57,7 +55,7 @@
<connection>scm:git:ssh://[email protected]/danekja/discussment.git</connection>
<developerConnection>scm:git:ssh://[email protected]/danekja/discussment.git</developerConnection>
<url>https://github.com/danekja/discussment/tree/master</url>
<tag>HEAD</tag>
<tag>v0.9.3</tag>
</scm>

<distributionManagement>
Expand All @@ -72,7 +70,7 @@
</distributionManagement>

<properties>
<core.version>0.9.3-SNAPSHOT</core.version>
<core.version>0.9.3</core.version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions discussment-ui-wicket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.danekja.discussment</groupId>
<artifactId>discussment</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>
<artifactId>discussment-ui-wicket</artifactId>
<packaging>jar</packaging>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>

<name>${project.groupId}.${project.artifactId}</name>
<description>
Expand Down Expand Up @@ -54,7 +54,7 @@
<connection>scm:git:ssh://[email protected]/danekja/discussment.git</connection>
<developerConnection>scm:git:ssh://[email protected]/danekja/discussment.git</developerConnection>
<url>https://github.com/danekja/discussment/tree/master</url>
<tag>HEAD</tag>
<tag>v0.9.3</tag>
</scm>

<distributionManagement>
Expand All @@ -73,7 +73,7 @@
<dependency>
<groupId>org.danekja.discussment</groupId>
<artifactId>discussment-core</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<classifier>${prj.classifier}</classifier>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.danekja.discussment</groupId>
<artifactId>discussment</artifactId>
<packaging>pom</packaging>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>

<name>${project.groupId}.${project.artifactId}</name>
<description>
Expand Down Expand Up @@ -51,7 +51,7 @@
<connection>scm:git:ssh://[email protected]/danekja/discussment.git</connection>
<developerConnection>scm:git:ssh://[email protected]/danekja/discussment.git</developerConnection>
<url>https://github.com/danekja/discussment/tree/master</url>
<tag>HEAD</tag>
<tag>v0.9.3</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 0231f89

Please sign in to comment.