From e10fb0503a728e2f36f8eb96ced6f7bab59d41f7 Mon Sep 17 00:00:00 2001 From: Thad House Date: Sun, 9 Jul 2023 17:41:50 -0700 Subject: [PATCH] How to generate a guid --- ExampleVendorJson.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExampleVendorJson.json b/ExampleVendorJson.json index e7456a2..16cf8e0 100644 --- a/ExampleVendorJson.json +++ b/ExampleVendorJson.json @@ -2,7 +2,7 @@ "fileName": "ExampleVendorJson.json", "name": "ExampleVendorDep", "version": "0.0.1", - "uuid": "Generate A Unique UUID and insert it here", This line is to purposely make this fail to parse + "uuid": "Generate A Unique GUID https://guidgenerator.com/online-guid-generator.aspx and insert it here", This line is to purposely make this fail to parse "mavenUrls": [ "ThisNeedsToBeTheRootMavenUrl" ],