summaryrefslogtreecommitdiff
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2017-02-15Updated version numbers to 1.6v1.6.0Wouter van Oortmerssen1-1/+1
Change-Id: I215fcc7581253f14171b513d4fc75da960b2064a
2017-01-03Updated version to 1.5v1.5.0Wouter van Oortmerssen1-1/+1
Change-Id: I34007829cdd3ad024df21f68bb369016d5d21131
2016-08-151.4 prep fixesv1.4.0Wouter van Oortmerssen1-1/+1
Change-Id: I001ad8dd5f95e6e5ad43daf956663218d19f5c96
2016-07-15Added OSGi header generation for maven project.Romain Gilles1-1/+7
This allow jar generated with maven to be used in OSGi environment.
2016-07-05Move maven `pom.xml` from the java folder to the root folder.Romain Gilles1-0/+84
This avoid to put the pom.xml file into the source directory. Normally the pom file is in a parent (/parent) folder and it is not mixed with the java source code. An other thing is: this will make import of the project more easy from a IDE. The side effect is that the target folder where maven build artifacts will move from the <flatbuffers>/java/target to <flatbuffers>/target therefore the gitignore file has been updated in consequences.