Skip to content

Commit

Permalink
Update plantuml.jar to Maven source
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaojie1989 committed Nov 9, 2017
1 parent e57387a commit 177b745
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target/
/Sample/StateMachine/
/application1/nbproject/private/
2 changes: 1 addition & 1 deletion nb-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ That way multiple projects can share the same settings (useful for formatting ru
Any value defined here will override the pom.xml file value but is only applicable to the current project.
-->
<netbeans.compile.on.save>all</netbeans.compile.on.save>
<netbeans.hint.jdkPlatform>JDK_1.8.0_112b15</netbeans.hint.jdkPlatform>
<netbeans.hint.license>mit</netbeans.hint.license>
<org-netbeans-modules-javascript2-requirejs.enabled>true</org-netbeans-modules-javascript2-requirejs.enabled>
</properties>
</project-shared-configuration>
2 changes: 1 addition & 1 deletion nbactions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<goal>nbm:run-ide</goal>
</goals>
<properties>
<Env.JAVA_HOME>/home/venkat/Programs/Java/jdk1.8.0_65</Env.JAVA_HOME>
<Env.JAVA_HOME>/opt/jdk</Env.JAVA_HOME>
</properties>
</action>
</actions>
15 changes: 7 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.netbeans.modules</groupId>
<artifactId>PlantUML-NB</artifactId>
<version>1.6</version>
<version>1.7</version>
<packaging>nbm</packaging>

<name>PlantUML-NB</name>
Expand Down Expand Up @@ -38,12 +38,6 @@
<artifactId>org-netbeans-api-annotations-common</artifactId>
<version>${netbeans.platform.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>2017.11</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.sourceforge.plantuml-depend</groupId>
<artifactId>plantuml-dependency-cli</artifactId>
Expand Down Expand Up @@ -249,6 +243,11 @@
<version>1.16.16</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>1.2017.18</version>
</dependency>
</dependencies>

<build>
Expand All @@ -260,7 +259,7 @@
<extensions>true</extensions>
<configuration>
<useDefaultManifestFile>true</useDefaultManifestFile>
<netbeansInstallation>/home/venkat/Programs/netbeans-8.2/</netbeansInstallation>
<netbeansInstallation>/home/jiaojie/netbeans-8.2/</netbeansInstallation>
<additionalArguments>-J-XXaltjvm=dcevm</additionalArguments>
<!--<debugAdditionalArguments>true</debugAdditionalArguments>-->
<!-- <nbmBuildDir>${project.build.directory}/netbeans_clusters/</nbmBuildDir>-->
Expand Down

0 comments on commit 177b745

Please sign in to comment.