Skip to content

Commit 7c65260

Browse files
committed
Update maven pom.version to latest one
1 parent a57c2c8 commit 7c65260

15 files changed

+9
-24
lines changed

StudyplusAndroidSDK/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ uploadArchives {
2323
repositories {
2424
mavenDeployer {
2525
repository(url: "file://" + new File(rootDir, "repository"))
26-
pom.version = "0.1.0-SNAPSHOT"
26+
pom.version = "1.0.0"
2727
pom.groupId = 'jp.studyplus.android.sdk'
2828
pom.artifactId = "studyplus-android-sdk"
2929
}

repository/jp/studyplus/android/sdk/studyplus-android-sdk/0.1.0-SNAPSHOT/maven-metadata.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

repository/jp/studyplus/android/sdk/studyplus-android-sdk/0.1.0-SNAPSHOT/maven-metadata.xml.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

repository/jp/studyplus/android/sdk/studyplus-android-sdk/0.1.0-SNAPSHOT/maven-metadata.xml.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

repository/jp/studyplus/android/sdk/studyplus-android-sdk/0.1.0-SNAPSHOT/studyplus-android-sdk-0.1.0-20140214.040028-1.pom.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

repository/jp/studyplus/android/sdk/studyplus-android-sdk/0.1.0-SNAPSHOT/studyplus-android-sdk-0.1.0-20140214.040028-1.pom.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>jp.studyplus.android.sdk</groupId>
66
<artifactId>studyplus-android-sdk</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
<packaging>aar</packaging>
99
<dependencies>
1010
<dependency>

0 commit comments

Comments
 (0)