From b51ab2345bda7d694c705ec284f94c6918760f59 Mon Sep 17 00:00:00 2001 From: libraryaddict <github@lib.co.nz> Date: Sat, 1 Sep 2018 13:17:33 +1200 Subject: [PATCH] Add comment to pom.xml --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 62fd9c5c..1b3040bc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <!-- A good example on why temporary names for project identification shouldn't be used --> <groupId>LibsDisguises</groupId> <artifactId>LibsDisguises</artifactId> <version>9.6.0-SNAPSHOT</version>