[maven-release-plugin] prepare release release-1.4.4
This commit is contained in:
parent
aab16d4c08
commit
3cd58789e6
@ -5,12 +5,12 @@
|
||||
<parent>
|
||||
<groupId>org.solovyev.android</groupId>
|
||||
<artifactId>calculatorpp-parent</artifactId>
|
||||
<version>1.4.4-SNAPSHOT</version>
|
||||
<version>1.4.4</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.solovyev.android</groupId>
|
||||
<artifactId>calculatorpp-core</artifactId>
|
||||
<version>1.4.4-SNAPSHOT</version>
|
||||
<version>1.4.4</version>
|
||||
<name>Calculator++ Application Core</name>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.solovyev.android</groupId>
|
||||
<artifactId>calculatorpp-parent</artifactId>
|
||||
<version>1.4.4-SNAPSHOT</version>
|
||||
<version>1.4.4</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.solovyev.android</groupId>
|
||||
<artifactId>calculatorpp-parent</artifactId>
|
||||
<version>1.4.4-SNAPSHOT</version>
|
||||
<version>1.4.4</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@ -21,7 +21,7 @@
|
||||
<dependency>
|
||||
<groupId>org.solovyev.android</groupId>
|
||||
<artifactId>calculatorpp-core</artifactId>
|
||||
<version>1.4.4-SNAPSHOT</version>
|
||||
<version>1.4.4</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
4
pom.xml
4
pom.xml
@ -12,14 +12,14 @@
|
||||
<groupId>org.solovyev.android</groupId>
|
||||
<artifactId>calculatorpp-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.4.4-SNAPSHOT</version>
|
||||
<version>1.4.4</version>
|
||||
<name>Calculator++</name>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:serso/android-calculatorpp.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:serso/android-calculatorpp.git</developerConnection>
|
||||
<url>http://github.com/serso/android-calculatorpp</url>
|
||||
<tag>HEAD</tag>
|
||||
<tag>release-1.4.4</tag>
|
||||
</scm>
|
||||
|
||||
<modules>
|
||||
|
Loading…
Reference in New Issue
Block a user