Changes in pythonadapter/pom.xml [20:30]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pythonadapter/pom.xml
r20 r30 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>pythonadapter</artifactId> 8 <version>1. 4.4</version> <!-- must equal ${geniusweb.version} -->8 <version>1.5.9</version> <!-- must equal ${geniusweb.version} --> 9 9 <packaging>jar</packaging> 10 10 … … 17 17 <passwd>${env.ARTIFACTORY_PASS}</passwd> 18 18 <jackson-2-version>2.9.10</jackson-2-version> 19 <geniusweb.version>1. 4.4</geniusweb.version>19 <geniusweb.version>1.5.9</geniusweb.version> 20 20 </properties> 21 21 … … 54 54 </snapshots> 55 55 </repository> 56 57 56 </repositories> 58 57 59 58 <pluginRepositories> 60 59 <pluginRepository> 61 <id>jcenter</id> 62 <url>https://jcenter.bintray.com</url> 60 <id>central</id> 61 <url>https://repo1.maven.org/</url> 62 </pluginRepository> 63 <pluginRepository> 64 <id>jfrog-plugins-release</id> 65 <name>plugins-release</name> 66 <url>https://oss.jfrog.org/artifactory/plugins-release</url> 63 67 </pluginRepository> 64 68 </pluginRepositories> … … 81 85 <groupId>org.apache.maven.plugins</groupId> 82 86 <artifactId>maven-javadoc-plugin</artifactId> 83 <version> 2.10.1</version>87 <version>3.2.0</version> 84 88 <executions> 85 89 <execution> … … 88 92 <goal>jar</goal> 89 93 </goals> 90 <configuration>91 <additionalparam>${javadoc.opts}</additionalparam>92 <additionalparam>-Xdoclint:none</additionalparam>93 </configuration>94 94 </execution> 95 95 </executions>
Note:
See TracChangeset
for help on using the changeset viewer.