simonpoole / OpeningHoursParser

Parser for string values according to the OSM opening hours specification
MIT License
32 stars 12 forks source link

Add <url> and <license> in generated pom #46

Closed simon04 closed 4 years ago

simon04 commented 4 years ago

Can you add <url> and <license> to https://dl.bintray.com/simonpoole/osm/ch/poole/OpeningHoursParser/0.21.3/OpeningHoursParser-0.21.3.pom

Gradle docs: https://docs.gradle.org/current/dsl/org.gradle.api.publish.maven.MavenPublication.html#org.gradle.api.publish.maven.MavenPublication

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ch.poole</groupId>
  <artifactId>OpeningHoursParser</artifactId>
  <version>0.21.3</version>
</project>

Example having the elements: https://repo1.maven.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom

simonpoole commented 4 years ago

Added in https://github.com/simonpoole/OpeningHoursParser/commit/eb0b742e4f6d84f93297e6919b2c837b054cdc7c

simon04 commented 4 years ago

Thank you!