You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/06/25 07:28:24 UTC

[plc4x-build-tools] branch develop updated: - Added some description to the root pom.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 26d5307  - Added some description to the root pom.
26d5307 is described below

commit 26d5307d81b20c09bf06dff4a515d4188f0c4c5a
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue Jun 25 09:28:17 2019 +0200

    - Added some description to the root pom.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 648318f..d76b396 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,7 @@
   <packaging>pom</packaging>
 
   <name>PLC4X Build-Tools</name>
+  <description>This is just a pom to ease importing the repo into a Maven supporting IDE</description>
 
   <modules>
     <module>code-generation</module>