Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bc636ad authored by Andy Scherzinger's avatar Andy Scherzinger
Browse files

fixed declarations for (future) maven artifact processes

parent 42c84e05
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -3,22 +3,22 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>
    <groupId>com.owncloud.android</groupId>
    <artifactId>owncloud-android-library</artifactId>
    <version>${owncloud.version}</version>
    <groupId>com.nextcloud.android</groupId>
    <artifactId>nextcloud-android-library</artifactId>
    <version>${nextcloud.version}</version>
    <packaging>jar</packaging>
    <name>owncloud-android-library for Owncloud Android</name>
    <name>nextcloud-android-library for Nextcloud Android</name>

    <properties>
        <owncloud.version>1.5.1-SNAPSHOT</owncloud.version>
        <java-version>1.6</java-version>
        <nextcloud.version>1.5.1-SNAPSHOT</nextcloud.version>
        <java-version>1.7</java-version>
        <!-- Given by maven-android-sdk-deployer -->
        <google.android-version>4.4.2_r4</google.android-version>
        <!-- Usually the latest Android API -->
        <google.android-api>19</google.android-api>
    </properties>

    <description>owncloud-android-library for Owncloud for Android</description>
    <description>owncloud-android-library for Nextcloud for Android</description>
    
    <dependencies>