aboutsummaryrefslogtreecommitdiffstats
path: root/configgen
diff options
context:
space:
mode:
Diffstat (limited to 'configgen')
-rw-r--r--configgen/pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/configgen/pom.xml b/configgen/pom.xml
index be9cd733601..fc7be700373 100644
--- a/configgen/pom.xml
+++ b/configgen/pom.xml
@@ -12,7 +12,7 @@
<packaging>jar</packaging>
<version>6-SNAPSHOT</version>
<name>configgen</name>
- <description>Config java code generation from defintion files for Java Vespa components.</description>
+ <description>Config java code generation from config definition files for Java Vespa components.</description>
<dependencies>
<dependency>
<groupId>junit</groupId>
@@ -51,9 +51,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
- <configuration>
- <updateReleaseInfo>true</updateReleaseInfo>
- </configuration>
</plugin>
</plugins>
</build>