diff --git a/LICENSE b/LICENSE index 2ff80bf99..d64569567 100644 --- a/LICENSE +++ b/LICENSE @@ -200,4 +200,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - diff --git a/pom.xml b/pom.xml index e444d7873..beb9725e6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,8 @@ - + 4.0.0 org.sonatype.oss @@ -19,7 +21,7 @@ core extensions - 3.0.3 + 3.1.1 cgruber @@ -74,17 +76,7 @@ Jenkins - https://truth.ci.cloudbees.com/ - - - mail - true - true - false - false -
truth-dev+build@googlecode.com
-
-
+ https://travis-ci.org/google/truth
@@ -103,6 +95,34 @@ scm:git:git@github.com:google/truth.git scm:git:git@github.com:google/truth.git - + + + + + maven-jar-plugin + 2.5 + + + + + + + disable-java8-doclint + + [1.8,) + + + + + maven-javadoc-plugin + + + -Xdoclint:none + + + + + +