Update project metadata

This commit is contained in:
Wilson Lin 2020-01-18 22:47:28 +11:00
parent 3c4b71612e
commit 3c227437c2
2 changed files with 31 additions and 1 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2018 Wilson Lin
Copyright (c) 2020 Wilson Lin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -8,6 +8,36 @@
<artifactId>hyperbuild</artifactId>
<version>0.0.17</version>
<name>hyperbuild</name>
<description>One-pass in-place HTML minifier written in Rust with context-aware whitespace handling</description>
<developers>
<developer>
<name>Wilson Lin</name>
<email>code@wilsonl.in</email>
<url>https://wilsonl.in/</url>
</developer>
</developers>
<licenses>
<license>
<name>MIT License</name>
<url>https://www.opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/wilsonzlin/hyperbuild</url>
<connection>scm:git:git@github.com:wilsonzlin/hyperbuild.git</connection>
<developerConnection>scm:git:git@github.com:wilsonzlin/hyperbuild.git</developerConnection>
</scm>
<properties>
<java.version>1.7</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<build>
<plugins>
<plugin>