Skip to content

Commit 57f898c

Browse files
committed
Add maven config
1 parent e34edcd commit 57f898c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="cn.trinea.android.common"
44
android:versionCode="30"
5-
android:versionName="4.2.10" >
5+
android:versionName="4.2.13" >
66

77
<uses-sdk
88
android:minSdkVersion="9"

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<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/xsd/maven-4.0.0.xsd">
2+
<project
3+
xmlns="http://maven.apache.org/POM/4.0.0"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
36

47
<modelVersion>4.0.0</modelVersion>
58
<groupId>cn.trinea.android.common</groupId>
69
<artifactId>trinea-android-common</artifactId>
710
<packaging>pom</packaging>
811

912
<name>Trinea Android Common Library</name>
10-
<version>4.2.10</version>
13+
<version>4.2.13-SNAPSHOT</version>
1114
<url>https://github.com/Trinea/android-common</url>
1215
<description>Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on</description>
1316
<inceptionYear>2012</inceptionYear>
@@ -29,7 +32,7 @@
2932
<connection>scm:git:git://github.com/Trinea/android-common.git</connection>
3033
<developerConnection>scm:git:[email protected]:Trinea/android-common.git</developerConnection>
3134
<url>https://github.com/Trinea/android-common</url>
32-
<tag>v4.2.10</tag>
35+
<tag>HEAD</tag>
3336
</scm>
3437

3538
<developers>

0 commit comments

Comments
 (0)