From 1415a4db6728dee024e53d0b8eeb0cc2675e7e3a Mon Sep 17 00:00:00 2001 From: Ryan Michela Date: Thu, 23 Aug 2018 12:07:12 -0700 Subject: [PATCH] v1.0.1 --- pom.xml | 2 +- src/test/resources/unit/proto/test.proto | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 src/test/resources/unit/proto/test.proto diff --git a/pom.xml b/pom.xml index 9108bc1..18bc1a2 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs proto-backwards-compatibility maven-plugin - 1.0.1-SNAPSHOT + 1.0.1 Proto Backwards Compatibility Maven Mojo https://github.com/salesforce/proto-backwards-compat-maven-plugin diff --git a/src/test/resources/unit/proto/test.proto b/src/test/resources/unit/proto/test.proto deleted file mode 100644 index 20b3e66..0000000 --- a/src/test/resources/unit/proto/test.proto +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2018, salesforce.com, inc. - * All rights reserved. - * Licensed under the BSD 3-Clause license. - * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause - */ \ No newline at end of file