Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed May 12, 2019
1 parent 68ff8cb commit 5f5c64b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2009-2018 Jonathan Hedley <[email protected]>
Copyright (c) 2009-2019 Jonathan Hedley <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
38 changes: 19 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
<url>https://jsoup.org/</url>
<inceptionYear>2009</inceptionYear>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/jhy/jsoup/issues</url>
<system>GitHub</system>
<url>https://github.com/jhy/jsoup/issues</url>
</issueManagement>
<licenses>
<license>
<name>The MIT License</name>
<url>https://jsoup.org/license</url>
<distribution>repo</distribution>
</license>
<license>
<name>The MIT License</name>
<url>https://jsoup.org/license</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/jhy/jsoup</url>
<url>https://github.com/jhy/jsoup</url>
<connection>scm:git:https://github.com/jhy/jsoup.git</connection>
<!-- <developerConnection>scm:git:[email protected]:jhy/jsoup.git</developerConnection> -->
<tag>HEAD</tag>
</scm>
<organization>
<name>Jonathan Hedley</name>
<url>https://jhy.io/</url>
<name>Jonathan Hedley</name>
<url>https://jhy.io/</url>
</organization>

<build>
Expand All @@ -44,7 +44,7 @@
</configuration>
</plugin>
<plugin>
<!-- this plugin allows us to ensure Java 7 API compatibility -->
<!-- this plugin allows us to ensure Java 7 API compatibility -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.16</version>
Expand Down Expand Up @@ -92,9 +92,9 @@
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<excludes>
<exclude>org/jsoup/examples/**</exclude>
</excludes>
<excludes>
<exclude>org/jsoup/examples/**</exclude>
</excludes>
</configuration>
<executions>
<execution>
Expand All @@ -117,9 +117,9 @@
</manifestEntries>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
<excludes>
<exclude>org/jsoup/examples/**</exclude>
</excludes>
<excludes>
<exclude>org/jsoup/examples/**</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -250,8 +250,8 @@
</dependencies>

<dependencyManagement>
<dependencies>
</dependencies>
<dependencies>
</dependencies>
</dependencyManagement>

<properties>
Expand Down

0 comments on commit 5f5c64b

Please sign in to comment.