Skip to content

Commit

Permalink
Merge pull request #56 from eMoflon/feature/update-tycho-maven-plugin
Browse files Browse the repository at this point in the history
Updates Tycho to v4.0.5 + updates Maven Javadoc plugin to v3.6.3
  • Loading branch information
maxkratz authored Jan 29, 2024
2 parents d899edf + 9d403a7 commit 25b41a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.emoflon.ilp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.3</version>
<configuration>
<show>private</show>
<nohelp>true</nohelp>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>eMoflon-ILP for Eclipse</name>

<properties>
<tycho.version>4.0.4</tycho.version>
<tycho.version>4.0.5</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.resource.version>3.3.1</maven.resource.version>
<ld.library.path>/opt/gurobi1003/linux64/lib/:/opt/ibm/ILOG/CPLEX_Studio2211/cplex/bin/x86-64_linux/</ld.library.path>
Expand Down

0 comments on commit 25b41a9

Please sign in to comment.