Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
adding ioio main library
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam committed Dec 12, 2012
1 parent 53cb20a commit c1598aa
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 0 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions releases/com/ioio/ioio-lib/1.0/ioio-lib-1.0.apklib.md5
@@ -0,0 +1 @@
97d7d0abfe874cf6e718477c0e5bdcf6
1 change: 1 addition & 0 deletions releases/com/ioio/ioio-lib/1.0/ioio-lib-1.0.apklib.sha1
@@ -0,0 +1 @@
e85f897e250f08b75d42a67a4b1c175013bc8ad6
79 changes: 79 additions & 0 deletions releases/com/ioio/ioio-lib/1.0/ioio-lib-1.0.pom
@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.novoda</groupId>
<artifactId>android</artifactId>
<version>2.0.2</version>
</parent>

<groupId>com.ioio</groupId>
<artifactId>ioio-lib</artifactId>
<version>1.0</version>
<packaging>apklib</packaging>
<name>ioio-lib</name>

<repositories>
<repository>
<id>public-mvn-repo-releases</id>
<url>https://github.com/novoda/public-mvn-repo/raw/master/releases</url>
</repository>

</repositories>
<pluginRepositories>
<pluginRepository>
<id>public-mvn-repo.plugin-releases</id>
<url>https://github.com/novoda/public-mvn-repo/raw/master/releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<scm>
<url>http://github.com/novoda/Commons/tree/${scm.branch}</url>
<connection>scm:git:git://github.com/novoda/android.git</connection>
<developerConnection>scm:git:ssh://git@github.com/novoda/android.git</developerConnection>
</scm>


<distributionManagement>
<repository>
<id>local-public-mvn-repo</id>
<name>local clone of https://github.com/novoda/public-mvn-repo</name>
<url>${local.public.mvn.repo}</url>
</repository>
</distributionManagement>

<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<artifactId>maven-scm-plugin</artifactId>
<configuration>
<scmVersionType>branch</scmVersionType>
<scmVersion>${scm.branch}</scmVersion>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
</configuration>
<goals />
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>2.3.3</version>
<scope>provided</scope>
</dependency>

</dependencies>

</project>
1 change: 1 addition & 0 deletions releases/com/ioio/ioio-lib/1.0/ioio-lib-1.0.pom.md5
@@ -0,0 +1 @@
826f7301127c36e2aad89c388bf9af70
1 change: 1 addition & 0 deletions releases/com/ioio/ioio-lib/1.0/ioio-lib-1.0.pom.sha1
@@ -0,0 +1 @@
ccbfd2f237480855b736f14f476c1dbde538a979
12 changes: 12 additions & 0 deletions releases/com/ioio/ioio-lib/maven-metadata.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.ioio</groupId>
<artifactId>ioio-lib</artifactId>
<versioning>
<release>1.0</release>
<versions>
<version>1.0</version>
</versions>
<lastUpdated>20121212151221</lastUpdated>
</versioning>
</metadata>
1 change: 1 addition & 0 deletions releases/com/ioio/ioio-lib/maven-metadata.xml.md5
@@ -0,0 +1 @@
87fcf0f40b923b222b95504d61f068ac
1 change: 1 addition & 0 deletions releases/com/ioio/ioio-lib/maven-metadata.xml.sha1
@@ -0,0 +1 @@
69a0c58dd324ec398dab36c3dee3259876f2ef22

0 comments on commit c1598aa

Please sign in to comment.