Skip to content

Commit

Permalink
Release for version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kshoji committed Feb 2, 2015
1 parent b18ec6f commit e099baf
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 13 deletions.
6 changes: 3 additions & 3 deletions MIDIDriver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apply plugin: 'com.android.library'

repositories {
maven {
url 'https://github.com/kshoji/javax.sound.midi-for-Android/raw/develop/javax.sound.midi/repository'
url 'https://github.com/kshoji/javax.sound.midi-for-Android/raw/master/javax.sound.midi/repository'
}
mavenCentral()
}

dependencies {
compile 'jp.kshoji:javax-sound-midi:0.0.1-SNAPSHOT:@aar'
compile 'jp.kshoji:javax-sound-midi:0.0.1:@aar'
compile fileTree(dir: 'libs', include: '*.jar')
}

Expand Down Expand Up @@ -47,7 +47,7 @@ group = 'jp.kshoji'
uploadArchives {
repositories.mavenDeployer {
repository url: 'file://' + file('snapshots').absolutePath
pom.version = '0.0.4-SNAPSHOT'
pom.version = '0.1.1'
pom.artifactId = 'midi-driver'
}
}
Expand Down
6 changes: 3 additions & 3 deletions MIDIDriver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jp.kshoji</groupId>
<artifactId>midi-driver</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>aar</packaging>
<name>Android USB MIDI Driver Library</name>
<description>USB MIDI Driver for Android tablets(3.1 or higher)</description>
Expand Down Expand Up @@ -106,7 +106,7 @@
<repository>
<id>javax-sound-midi-repo</id>
<name>javax.sound.midi Repository</name>
<url>https://github.com/kshoji/javax.sound.midi-for-Android/raw/develop/javax.sound.midi/repository</url>
<url>https://github.com/kshoji/javax.sound.midi-for-Android/raw/master/javax.sound.midi/repository</url>
</repository>
</repositories>

Expand All @@ -123,7 +123,7 @@
<dependency>
<groupId>jp.kshoji</groupId>
<artifactId>javax-sound-midi</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<type>aar</type>
</dependency>
</dependencies>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b609f5017489de4fa59584946a8ac590
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5497f2a70c56eab7f44df68c92e978c36fd97fed
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>jp.kshoji</groupId>
<artifactId>midi-driver</artifactId>
<version>0.1.1</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>jp.kshoji</groupId>
<artifactId>javax-sound-midi</artifactId>
<version>0.0.1</version>
<type>aar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
067efc9cbf21ba1225f251c9355f12b5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2ad4cb930a5feb1c80f3aad8037feb01e8023148
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<version>0.0.4-SNAPSHOT</version>
<version>0.1.1</version>
</versions>
<lastUpdated>20140829040140</lastUpdated>
<lastUpdated>20150202032627</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3c411ac02107e2f775858ded5ed9c122
603df2f4dc06a2e5b764f4cfc5b694c4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c59a470990bc35e17511315cba35ca269d122af0
989af17837a75d01f4dd7cf5fd27a95655ee21d1
2 changes: 1 addition & 1 deletion MIDIDriverSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'

repositories {
maven {
url 'https://github.com/kshoji/javax.sound.midi-for-Android/raw/develop/javax.sound.midi/repository'
url 'https://github.com/kshoji/javax.sound.midi-for-Android/raw/master/javax.sound.midi/repository'
}
mavenCentral()
}
Expand Down
6 changes: 3 additions & 3 deletions MIDIDriverSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jp.kshoji</groupId>
<artifactId>midi-driver-sample</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>apk</packaging>
<name>Android USB MIDI Driver sample</name>
<description>Android USB MIDI Driver's sample application</description>
Expand Down Expand Up @@ -103,15 +103,15 @@
<repository>
<id>javax-sound-midi-repo</id>
<name>javax.sound.midi Repository</name>
<url>https://github.com/kshoji/javax.sound.midi-for-Android/raw/develop/javax.sound.midi/repository</url>
<url>https://github.com/kshoji/javax.sound.midi-for-Android/raw/master/javax.sound.midi/repository</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>jp.kshoji</groupId>
<artifactId>midi-driver-library</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.1.1</version>
<type>apklib</type>
</dependency>

Expand Down

0 comments on commit e099baf

Please sign in to comment.