2
0

Also release android.

This commit is contained in:
Maarten Billemont 2015-04-18 16:22:26 -04:00
parent 7117d82aa4
commit c2b08678df

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.lyndir.lhunath</groupId> <groupId>com.lyndir.lhunath</groupId>
<artifactId>lyndir</artifactId> <artifactId>lyndir</artifactId>
<version>1.20</version> <version>1.21</version>
</parent> </parent>
<name>Master Password</name> <name>Master Password</name>
@ -26,6 +26,12 @@
</modules> </modules>
<profiles> <profiles>
<profile>
<id>release</id>
<modules>
<module>masterpassword-android</module>
</modules>
</profile>
<profile> <profile>
<id>mod:android</id> <id>mod:android</id>
<modules> <modules>
@ -33,28 +39,6 @@
</modules> </modules>
</profile> </profile>
</profiles> </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 --> <!-- REMOTE ARTIFACT REPOSITORIES -->
<repositories> <repositories>