Repository: cayenne
Updated Branches:
  refs/heads/STABLE-4.0 8ef94ac7c -> 40095e9cf


New version of JApp plugin with new launchers for Mac and Windows


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/40095e9c
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/40095e9c
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/40095e9c

Branch: refs/heads/STABLE-4.0
Commit: 40095e9cf5ca397a548c10967548b3926df6f33c
Parents: 8ef94ac
Author: Nikita Timofeev <stari...@gmail.com>
Authored: Mon Jan 29 11:57:30 2018 +0300
Committer: Nikita Timofeev <stari...@gmail.com>
Committed: Mon Jan 29 11:57:30 2018 +0300

----------------------------------------------------------------------
 assembly/pom.xml                    | 2 +-
 modeler/cayenne-modeler-mac/pom.xml | 4 ++--
 pom.xml                             | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/40095e9c/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 14a8131..a01b862 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -317,7 +317,7 @@
                                                                        
<executable>/bin/chmod</executable>
                                                                        
<arguments>
                                                                                
<argument>755</argument>
-                                                                               
<argument>target/cayenne-${project.version}-macosx/CayenneModeler.app/Contents/MacOS/JavaAppLauncher</argument>
+                                                                               
<argument>target/cayenne-${project.version}-macosx/CayenneModeler.app/Contents/MacOS/CayenneModeler</argument>
                                                                        
</arguments>
                                                                </configuration>
                                                        </execution>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/40095e9c/modeler/cayenne-modeler-mac/pom.xml
----------------------------------------------------------------------
diff --git a/modeler/cayenne-modeler-mac/pom.xml 
b/modeler/cayenne-modeler-mac/pom.xml
index ec3de85..e4b3a72 100644
--- a/modeler/cayenne-modeler-mac/pom.xml
+++ b/modeler/cayenne-modeler-mac/pom.xml
@@ -103,8 +103,8 @@
                                                        
<mainClass>org.apache.cayenne.modeler.osx.OSXMain</mainClass>
                                                        
<icon>src/japplication/resources/CayenneModeler.icns</icon>
                                                        <os>mac</os>
-                                                       <jvm>1.7+</jvm>
-                                                       <jvmOptions>-Xmx500m 
-Dapple.laf.useScreenMenuBar=true -Xdock:name=CayenneModeler</jvmOptions>
+                                                       <jvm>1.8+</jvm>
+                                                       <jvmOptions>-Xmx500m 
-Dapple.laf.useScreenMenuBar=true</jvmOptions>
                                                </configuration>
                                                <executions>
                                                        <execution>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/40095e9c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2402538..4be33cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -798,7 +798,7 @@
                                <plugin>
                                        <groupId>org.objectstyle.japp</groupId>
                                        
<artifactId>japp-maven-plugin</artifactId>
-                                       <version>3.0</version>
+                                       <version>3.1</version>
                                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to