Skip to content

Commit a54cfe7

Browse files
committed
Pom to release
Working pom from Ubuntu box
1 parent 6b8eb89 commit a54cfe7

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

library/pom.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?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/maven-v4_0_0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>firebase-ui</artifactId>
5+
<groupId>com.firebase</groupId>
6+
<name>FirebaseUI-Android</name>
7+
<description>FirebaseUI library for Android applications</description>
8+
<url>https://github.com/firebase/FirebaseUI-Android</url>
9+
<version>0.1.0</version>
10+
<packaging>aar</packaging>
11+
<scm>
12+
<url>scm:[email protected]/firebase/FirebaseUI-Android</url>
13+
<connection>scm:git:[email protected]:firebase/FirebaseUI-Android.git</connection>
14+
<developerConnection>scm:git:[email protected]:firebase/FirebaseUI-Android.git</developerConnection>
15+
</scm>
16+
<licenses>
17+
<license>
18+
<name>MIT</name>
19+
<url>http://firebase.mit-license.org</url>
20+
</license>
21+
</licenses>
22+
<developers>
23+
<developer>
24+
<id>puf</id>
25+
<name>Frank van Puffelen</name>
26+
<email>[email protected]</email>
27+
</developer>
28+
</developers>
29+
</project>

0 commit comments

Comments
 (0)