From b7dfd333c5ac5caf4278e2557503dc4fe4eb46c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Mon, 17 Oct 2016 15:17:14 +0300 Subject: .travis, build: Build step to push .aar to Maven Central --- build/mvn.pom | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 build/mvn.pom (limited to 'build/mvn.pom') diff --git a/build/mvn.pom b/build/mvn.pom new file mode 100644 index 000000000..009226876 --- /dev/null +++ b/build/mvn.pom @@ -0,0 +1,57 @@ + + 4.0.0 + + org.ethereum + geth + {{.VersionString}} + aar + + Android Ethereum Client + Android port of the go-ethereum libraries and node + https://github.com/ethereum/go-ethereum + 2015 + + + + GNU Lesser General Public License, Version 3.0 + https://www.gnu.org/licenses/lgpl-3.0.en.html + repo + + + + + Ethereum + https://ethereum.org + + + + + karalabe + Péter Szilágyi + peterke@gmail.com + https://github.com/karalabe + + https://www.gravatar.com/avatar/2ecbf0f5b4b79eebf8c193e5d324357f?s=256 + + + + + {{range .Contributors}} + + {{.Name}} + {{.Email}} + {{end}} + + + + GitHub Issues + https://github.com/ethereum/go-ethereum/issues/ + + + + https://github.com/ethereum/go-ethereum + + -- cgit v1.2.3 From 322502b441c6137b2945131f8e3dda1bb3f8d6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 9 Nov 2016 11:13:37 +0200 Subject: build: iOS XCode framework build and upload --- build/mvn.pom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/mvn.pom') diff --git a/build/mvn.pom b/build/mvn.pom index 009226876..7670246ba 100644 --- a/build/mvn.pom +++ b/build/mvn.pom @@ -6,7 +6,7 @@ org.ethereum geth - {{.VersionString}} + {{.Version}} aar Android Ethereum Client -- cgit v1.2.3