aboutsummaryrefslogtreecommitdiffstats
path: root/bom
diff options
context:
space:
mode:
authorPekka Hyvönen <pekka@vaadin.com>2016-10-21 14:17:00 +0300
committerPekka Hyvönen <pekka@vaadin.com>2016-10-21 14:17:00 +0300
commit7bb00018128637a26f05f378bbab6730ba5437ac (patch)
tree61f18fdef8a5006577e5cc2d0e285bf0ac032e55 /bom
parent28f239d6749001f35ba697d69c136a543b6a50c4 (diff)
downloadvaadin-framework-7bb00018128637a26f05f378bbab6730ba5437ac.tar.gz
vaadin-framework-7bb00018128637a26f05f378bbab6730ba5437ac.zip
Fix bad pom.xml syntax introduced in previous commit8.0.0.alpha5
Change-Id: If46751d4e9d98925db35c1a44a200f24f3396379
Diffstat (limited to 'bom')
-rw-r--r--bom/pom.xml34
1 files changed, 18 insertions, 16 deletions
diff --git a/bom/pom.xml b/bom/pom.xml
index a1c5940efd..d6fda8103b 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -82,20 +82,22 @@
</dependency>
</dependencies>
</dependencyManagement>
- <profile>
- <id>release</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- </plugin>
- </plugins>
- </build>
- </profile>
+ <profiles>
+ <profile>
+ <id>release</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>