Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWayne Beaton2016-10-18 20:51:04 +0000
committerWayne Beaton2016-10-18 20:51:04 +0000
commit8af9b4543b0f0a467f958ffe591b78eb0588338a (patch)
tree3c4075a2dfab3cd3d89d4c35c4aeb77a64356277
parent4ac77dfe3d2d200122b83b8a1a0b79fffe5e13cd (diff)
downloadorg.eclipse.dash.handbook-8af9b4543b0f0a467f958ffe591b78eb0588338a.tar.gz
org.eclipse.dash.handbook-8af9b4543b0f0a467f958ffe591b78eb0588338a.tar.xz
org.eclipse.dash.handbook-8af9b4543b0f0a467f958ffe591b78eb0588338a.zip
Include project identity in Maven pom file.
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 303889a..c90547f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,4 +167,8 @@
-->
</plugins>
</build>
+ <name>Eclipse Dash</name>
+ <organization>
+ <name>Eclipse Dash</name>
+ </organization>
</project> \ No newline at end of file

Back to the top