Showing
4 changed files
with
5 additions
and
7 deletions
... | ... | @@ -59,7 +59,6 @@ |
59 | 59 | <plugin> |
60 | 60 | <groupId>com.github.eirslett</groupId> |
61 | 61 | <artifactId>frontend-maven-plugin</artifactId> |
62 | - <version>1.7.5</version> | |
63 | 62 | <configuration> |
64 | 63 | <installDirectory>target</installDirectory> |
65 | 64 | <workingDirectory>${basedir}</workingDirectory> |
... | ... | @@ -149,7 +148,6 @@ |
149 | 148 | <plugin> |
150 | 149 | <groupId>com.github.eirslett</groupId> |
151 | 150 | <artifactId>frontend-maven-plugin</artifactId> |
152 | - <version>1.7.5</version> | |
153 | 151 | <configuration> |
154 | 152 | <installDirectory>target</installDirectory> |
155 | 153 | <workingDirectory>${basedir}</workingDirectory> | ... | ... |
... | ... | @@ -68,7 +68,6 @@ |
68 | 68 | <plugin> |
69 | 69 | <groupId>com.github.eirslett</groupId> |
70 | 70 | <artifactId>frontend-maven-plugin</artifactId> |
71 | - <version>1.7.5</version> | |
72 | 71 | <configuration> |
73 | 72 | <installDirectory>target</installDirectory> |
74 | 73 | <workingDirectory>${basedir}</workingDirectory> |
... | ... | @@ -196,7 +195,6 @@ |
196 | 195 | <plugin> |
197 | 196 | <groupId>com.github.eirslett</groupId> |
198 | 197 | <artifactId>frontend-maven-plugin</artifactId> |
199 | - <version>1.7.5</version> | |
200 | 198 | <configuration> |
201 | 199 | <installDirectory>target</installDirectory> |
202 | 200 | <workingDirectory>${basedir}</workingDirectory> | ... | ... |
... | ... | @@ -636,6 +636,11 @@ |
636 | 636 | <version>1.0.10</version> |
637 | 637 | </plugin> |
638 | 638 | <plugin> |
639 | + <groupId>com.github.eirslett</groupId> | |
640 | + <artifactId>frontend-maven-plugin</artifactId> | |
641 | + <version>1.12.0</version> | |
642 | + </plugin> | |
643 | + <plugin> | |
639 | 644 | <groupId>org.apache.maven.plugins</groupId> |
640 | 645 | <artifactId>maven-surefire-plugin</artifactId> |
641 | 646 | <version>3.0.0-M1</version> | ... | ... |
... | ... | @@ -45,7 +45,6 @@ |
45 | 45 | <plugin> |
46 | 46 | <groupId>com.github.eirslett</groupId> |
47 | 47 | <artifactId>frontend-maven-plugin</artifactId> |
48 | - <version>1.7.5</version> | |
49 | 48 | <configuration> |
50 | 49 | <installDirectory>target</installDirectory> |
51 | 50 | <workingDirectory>${basedir}</workingDirectory> |
... | ... | @@ -85,7 +84,6 @@ |
85 | 84 | <plugin> |
86 | 85 | <groupId>com.github.eirslett</groupId> |
87 | 86 | <artifactId>frontend-maven-plugin</artifactId> |
88 | - <version>1.7.5</version> | |
89 | 87 | <configuration> |
90 | 88 | <installDirectory>target</installDirectory> |
91 | 89 | <workingDirectory>${basedir}</workingDirectory> |
... | ... | @@ -117,7 +115,6 @@ |
117 | 115 | <plugin> |
118 | 116 | <groupId>com.github.eirslett</groupId> |
119 | 117 | <artifactId>frontend-maven-plugin</artifactId> |
120 | - <version>1.7.5</version> | |
121 | 118 | <configuration> |
122 | 119 | <installDirectory>target</installDirectory> |
123 | 120 | <workingDirectory>${basedir}</workingDirectory> | ... | ... |