From c43be1be61d71c3d1d31cdaeeb9800dd36519c66 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 4 Feb 2016 22:50:23 +0400 Subject: [PATCH] Double quotes. --- plug-ins/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/index.html b/plug-ins/index.html index 9179a68..890fd25 100644 --- a/plug-ins/index.html +++ b/plug-ins/index.html @@ -68,7 +68,7 @@ The project{} directive creates an object of type Project

-A Project has two mandatory attributes: name and version. If you are planning to deploy your project to a Maven repository, you also have to specify its group (e.g. com.beust) and artifactId (e.g. kobalt). +A Project has two mandatory attributes: name and version. If you are planning to deploy your project to a Maven repository, you also have to specify its group (e.g. "com.beust") and artifactId (e.g. "kobalt").