sirixdb / brackit

Query processor with proven optimizations, ready to use for your JSON store to query semi-structured data with JSONiq. Can also be used as an ad-hoc in-memory query processor.
http://brackit.io
Other
48 stars 11 forks source link

Fix build warning about maven-source-plugin missing version #35

Closed AlvinKuruvilla closed 2 years ago

AlvinKuruvilla commented 2 years ago

I noticed that while running mvn package it would complain that


for org.apache.maven.plugins:maven-source-plugin is missing.```. This
commit aims to reolve that warning by specifying the most recent version
of the maven-source-plugin in pom.xml. According to
https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-source-plugin,
the latest version of the maven-source-plugin is 3.2.1
JohannesLichtenberger commented 2 years ago

Thanks!