Skip to content

Commit 2a037d2

Browse files
committed
Remove createPom task
1 parent 64e28d7 commit 2a037d2

File tree

2 files changed

+3
-56
lines changed

2 files changed

+3
-56
lines changed

library/build.gradle

Lines changed: 2 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 10
99
targetSdkVersion 22
1010
versionCode 1
11-
versionName "0.0.5"
11+
versionName "0.1.0"
1212
}
1313
buildTypes {
1414
release {
@@ -35,61 +35,7 @@ android {
3535

3636
apply plugin: 'maven'
3737

38-
task createPom << {
39-
pom {
40-
project {
41-
groupId 'com.firebase'
42-
artifactId 'firebase-ui'
43-
version '0.0.5-SNAPSHOT'
44-
45-
/* TODO: generate this
46-
build {
47-
plugins {
48-
plugin {
49-
groupId = 'org.apache.maven.plugins'
50-
artifactId = 'maven-compiler-plugin'
51-
configuration {
52-
source = '1.6'
53-
target = '1.6'
54-
}
55-
}
56-
}
57-
}
58-
<build>
59-
<plugins>
60-
<plugin>
61-
<groupId>org.apache.maven.plugins</groupId>
62-
<artifactId>maven-compiler-plugin</artifactId>
63-
<version>3.1</version>
64-
<configuration>
65-
<source>1.6</source>
66-
<target>1.6</target>
67-
</configuration>
68-
</plugin>
69-
</plugins>
70-
</build>
71-
*/
72-
dependencies {
73-
compile 'com.android.support:appcompat-v7:22.2.0'
74-
compile 'com.firebase:firebase-client-android:2.3.1'
75-
compile 'com.android.support:recyclerview-v7:22.2.0'
76-
}
77-
licenses {
78-
license {
79-
name 'MIT'
80-
url 'http://firebase.mit-license.org'
81-
}
82-
}
83-
scm {
84-
connection 'scm:git:[email protected]:firebase/FirebaseUI-Android.git'
85-
developerConnection 'scm:git:[email protected]:firebase/FirebaseUI-Android.git'
86-
url 'https://github.com/firebase/FirebaseUI-Android'
87-
}
88-
}
89-
}.writeTo("pom.xml")
90-
}
91-
92-
version = "0.0.5"
38+
version = "0.1.0"
9339
group = "com.firebase"
9440

9541
configurations {

release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ fi
5050

5151
#gradle clean assembleRelease generateReleaseJavadoc
5252
gradle clean assembleRelease
53+
# gradle uploadArchives
5354

5455
###################
5556
# DEPLOY TO MAVEN #

0 commit comments

Comments
 (0)