File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
src/main/resources/archetype-resources/__rootArtifactId__-client
src/main/deploy/package/macosx Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 3333
3434 <groupId >com.zenjava</groupId >
3535 <artifactId >javafx-rest-archetype</artifactId >
36- <version >1.3 -SNAPSHOT</version >
36+ <version >2.0.1 -SNAPSHOT</version >
3737 <packaging >maven-archetype</packaging >
3838
3939 <name >JavaFX REST Archetype</name >
Original file line number Diff line number Diff line change 3333 <plugin >
3434 <groupId >com.zenjava</groupId >
3535 <artifactId >javafx-maven-plugin</artifactId >
36- <version >1.5 </version >
36+ <version >2.0 </version >
3737 <configuration >
3838
3939 <!-- we need to tell the plugin which class to launch but it figures out most of the rest -->
4646 -->
4747 <keyStoreAlias >example-user</keyStoreAlias >
4848 <keyStorePassword >example-password</keyStorePassword >
49- <permissions >
50- <permission >all-permissions</permission >
51- </permissions >
49+ <allPermissions >true</allPermissions >
5250
5351 </configuration >
5452 </plugin >
You can’t perform that action at this time.
0 commit comments