Skip to content

Commit

Permalink
1.0.1 Release with some documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Linder committed Oct 10, 2020
1 parent 13b1de1 commit df68b76
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ HttpContentDisposition header = HttpContentDisposition.builder()



# Licence
# License

GNU Lesser General Public License 3.0 ([LGPL-3.0](http://www.gnu.org/licenses/lgpl-3.0.html))
GNU Lesser General Public License 3.0 ([LGPL-3.0](http://www.gnu.org/licenses/lgpl-3.0.html)) or later.

See also: [LICENSE]
See also: [LICENSE]
36 changes: 35 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,29 @@

<groupId>com.github.HonoluluHenk</groupId>
<artifactId>http-content-disposition</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<url>https://github.com/HonoluluHenk/http-content-disposition</url>

<licenses>
<license>
<name>LGPL-3.0-or-later</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
</license>
</licenses>

<scm>
<connection>scm:git:https://github.com/HonoluluHenk/http-content-disposition.git</connection>
<developerConnection>scm:git:https://github.com/HonoluluHenk/http-content-disposition.git</developerConnection>
<url>https://github.com/HonoluluHenk/http-content-disposition</url>
</scm>

<contributors>
<contributor>
<name>Christoph Linder</name>
<email>http-content-disposition@elainemarley.homeip.net</email>
</contributor>
</contributors>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -17,6 +39,18 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>

<repositories>
<repository>
<!-- mainly for triggering the release build -->
<id>jitpack.io</id>
<name>jitpack.io-releases</name>
<releases>
<enabled>true</enabled>
</releases>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit df68b76

Please sign in to comment.