Skip to content

Commit

Permalink
[maven-release-plugin] prepare release gdrive-parent-1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
czpilar committed Feb 18, 2019
1 parent a8acbb9 commit 20fab90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gdrive-cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>net.czpilar.gdrive</groupId>
<artifactId>gdrive-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>net.czpilar.gdrive</groupId>
<artifactId>gdrive-cmd</artifactId>
<packaging>jar</packaging>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<name>gdrive-cmd</name>
<description>Simple java command line application for uploading file(s) to Google Drive.</description>

Expand Down
4 changes: 2 additions & 2 deletions gdrive-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>net.czpilar.gdrive</groupId>
<artifactId>gdrive-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>net.czpilar.gdrive</groupId>
<artifactId>gdrive-core</artifactId>
<packaging>jar</packaging>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<name>gdrive-core</name>
<description>Core library which provide ability for uploading file(s) to Google Drive.</description>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>net.czpilar.gdrive</groupId>
<artifactId>gdrive-parent</artifactId>
<packaging>pom</packaging>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<name>gdrive-parent</name>
<description>Simple java application for uploading file(s) to Google Drive.</description>

Expand Down Expand Up @@ -37,7 +37,7 @@
<connection>scm:git:https://github.com/czpilar/gdrive.git</connection>
<developerConnection>scm:git:https://github.com/czpilar/gdrive.git</developerConnection>
<url>https://github.com/czpilar/gdrive</url>
<tag>HEAD</tag>
<tag>gdrive-parent-1.3.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit 20fab90

Please sign in to comment.