Skip to content

Commit

Permalink
fixed version and flatten addon pom
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Aug 19, 2016
1 parent 5ce76f8 commit a0c1574
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion enhanced-window-opener-addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.vaadin.addon</groupId>
<artifactId>enhanced-window-opener-root</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<artifactId>enhanced-window-opener</artifactId>
Expand Down Expand Up @@ -115,6 +115,26 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>uber-pom</artifactId>
<version>1.0.1</version>
<configuration>
<remove>
<section>parent</section>
<section>modules</section>
<section>profiles/profile/modules</section>
</remove>
<removeSiblingDuplications>true</removeSiblingDuplications>
</configuration>
<executions>
<execution>
<goals>
<goal>upom</goal>
</goals>
</execution>
</executions>
</plugin>

<!-- Testing -->
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion enhanced-window-opener-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vaadin.addon</groupId>
<artifactId>enhanced-window-opener-root</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<artifactId>enhanced-window-opener-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.vaadin.addon</groupId>
<artifactId>enhanced-window-opener-root</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<name>Enhanced Window Opener Add-on Root Project</name>

<prerequisites>
Expand Down

0 comments on commit a0c1574

Please sign in to comment.