Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release ucgdisplay-1.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasco committed Dec 9, 2018
1 parent 06fc70d commit 31e9ecb
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>ucg-display</artifactId>
<groupId>com.ibasco.ucgdisplay</groupId>
<version>1.3.0-alpha-SNAPSHOT</version>
<version>1.3.0-alpha</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drivers/clcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>ucg-display</artifactId>
<groupId>com.ibasco.ucgdisplay</groupId>
<version>1.3.0-alpha-SNAPSHOT</version>
<version>1.3.0-alpha</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drivers/glcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>ucg-display</artifactId>
<groupId>com.ibasco.ucgdisplay</groupId>
<version>1.3.0-alpha-SNAPSHOT</version>
<version>1.3.0-alpha</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/drivers/clcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ucg-display</artifactId>
<groupId>com.ibasco.ucgdisplay</groupId>
<version>1.3.0-alpha-SNAPSHOT</version>
<version>1.3.0-alpha</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/drivers/glcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ucg-display</artifactId>
<groupId>com.ibasco.ucgdisplay</groupId>
<version>1.3.0-alpha-SNAPSHOT</version>
<version>1.3.0-alpha</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion native/modules/graphics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>ucg-display</artifactId>
<groupId>com.ibasco.ucgdisplay</groupId>
<version>1.3.0-alpha-SNAPSHOT</version>
<version>1.3.0-alpha</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion native/modules/input/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>ucg-display</artifactId>
<groupId>com.ibasco.ucgdisplay</groupId>
<version>1.3.0-alpha-SNAPSHOT</version>
<version>1.3.0-alpha</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
-->

<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>

<groupId>com.ibasco.ucgdisplay</groupId>
<artifactId>ucg-display</artifactId>
<version>1.3.0-alpha-SNAPSHOT</version>
<version>1.3.0-alpha</version>
<name>UCGDisplay</name>
<url>https://github.com/ribasco/ucgdisplay</url>
<packaging>pom</packaging>
Expand Down Expand Up @@ -91,7 +90,7 @@
<connection>scm:git:git://github.com/ribasco/ucgdisplay.git</connection>
<developerConnection>scm:git:[email protected]:ribasco/ucgdisplay.git</developerConnection>
<url>https://github.com/ribasco/ucgdisplay</url>
<tag>HEAD</tag>
<tag>ucgdisplay-1.3.0-alpha</tag>
</scm>

<!-- Issue management -->
Expand Down

0 comments on commit 31e9ecb

Please sign in to comment.