Skip to content

Commit

Permalink
fix missing maven plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed May 4, 2015
1 parent 74a07de commit a7eb622
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mvvmfx-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</description>

<properties>
<version.mvvmfx>${parent.version}</version.mvvmfx>
<version.mvvmfx>${project.parent.version}</version.mvvmfx>
</properties>


Expand All @@ -43,6 +43,7 @@
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
<configuration>
<escapeString>\</escapeString>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions mvvmfx-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<forkMode>always</forkMode>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions mvvmfx-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<forkMode>always</forkMode>
</configuration>
Expand Down

0 comments on commit a7eb622

Please sign in to comment.