From cccb64cc3265c9034c0b9b1b0a1ab17fbaf1fe50 Mon Sep 17 00:00:00 2001 From: Kalyanaraman Santhanam Date: Mon, 30 May 2016 23:16:33 -0400 Subject: [PATCH 1/3] adding pom.xml and .gitignore --- .gitignore | 10 +++++ pom.xml | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 119 insertions(+) create mode 100644 .gitignore create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..452a37b --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +dependency-reduced-pom.xml +buildNumber.properties +.mvn/timing.properties + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..44c696d --- /dev/null +++ b/pom.xml @@ -0,0 +1,109 @@ + + 4.0.0 + com.beeswax + beeswax-api + 20160530 + Beeswax API + jar + Builds a jar for all Proto Classes in Beeswax + + https://github.com/BeeswaxIO/beeswax-api + + + + Copyright 2016, Beeswax.IO Inc. + + + + + Beeswax Corporation + http://beeswax.com + + + + + http://svn.apache.org/viewvc/maven + + + + https://github.com/BeeswaxIO/beeswax-api/issues + GitHub Issues + + + + UTF-8 + + + + + + + maven-compiler-plugin + 3.2 + + 1.8 + 1.8 + + + + org.xolstice.maven.plugins + protobuf-maven-plugin + 0.5.0 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.6 + 1.6 + + + + org.xolstice.maven.plugins + protobuf-maven-plugin + 0.5.0 + + /usr/bin/protoc + ${basedir}/ + true + + + + + compile + test-compile + + + + + + + + + + com.google.protobuf + protobuf-java + 3.0.0-beta-3 + + + com.github.User + Repo + Tag + + + + + + jitpack.io + https://jitpack.io + + + + From 207dec02ac5a1b94253105aff10637fb7a6b266f Mon Sep 17 00:00:00 2001 From: Kalyanaraman Santhanam Date: Mon, 30 May 2016 23:32:50 -0400 Subject: [PATCH 2/3] removing jitpack --- pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pom.xml b/pom.xml index 44c696d..69b8bea 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,6 @@ http://beeswax.com - http://svn.apache.org/viewvc/maven @@ -92,18 +91,6 @@ protobuf-java 3.0.0-beta-3 - - com.github.User - Repo - Tag - - - - jitpack.io - https://jitpack.io - - - From ee27e52d47b976a2d66d75c46d902d10c45d0cc8 Mon Sep 17 00:00:00 2001 From: Kalyanaraman Santhanam Date: Mon, 30 May 2016 23:53:45 -0400 Subject: [PATCH 3/3] updating README.md and scm url --- README.md | 9 +++++++++ pom.xml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9d1209..07bcbf7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # beeswax-api Beeswax API for custom bidders + +Dependency Information: +We recommend [JitPack.io](https://jitpack.io/#BeeswaxIO/beeswax-api) + + + com.github.BeeswaxIO + beeswax-api + 2016-05-30 + diff --git a/pom.xml b/pom.xml index 69b8bea..c3d141d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ - http://svn.apache.org/viewvc/maven + https://github.com/BeeswaxIO/beeswax-api