Also release android.
This commit is contained in:
parent
7117d82aa4
commit
c2b08678df
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>com.lyndir.lhunath</groupId>
|
||||
<artifactId>lyndir</artifactId>
|
||||
<version>1.20</version>
|
||||
<version>1.21</version>
|
||||
</parent>
|
||||
|
||||
<name>Master Password</name>
|
||||
@ -26,6 +26,12 @@
|
||||
</modules>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>release</id>
|
||||
<modules>
|
||||
<module>masterpassword-android</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>mod:android</id>
|
||||
<modules>
|
||||
@ -33,28 +39,6 @@
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>2.5.1</version>
|
||||
<configuration>
|
||||
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
|
||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||
<developmentVersion>GIT-SNAPSHOT</developmentVersion>
|
||||
<localCheckout>false</localCheckout>
|
||||
<preparationGoals>clean install</preparationGoals>
|
||||
<updateBranchVersions>true</updateBranchVersions>
|
||||
<updateWorkingCopyVersions>false</updateWorkingCopyVersions>
|
||||
<branchName>${project.version}-maint</branchName>
|
||||
<mavenExecutorId>forked-path</mavenExecutorId>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<!-- REMOTE ARTIFACT REPOSITORIES -->
|
||||
<repositories>
|
||||
|
Loading…
Reference in New Issue
Block a user