- Update to v0.7.4 * Fix scroll thumb jumping ahead and returning back. Note that this reverts changes made in an effort to make scroll listeners less noisy. OBS-URL: https://build.opensuse.org/request/show/1274598 OBS-URL: https://build.opensuse.org/package/show/Java:packages/flowless?expand=0&rev=2
45 lines
1.7 KiB
XML
45 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<!-- This module was also published with a richer model, Gradle metadata, -->
|
|
<!-- which should be used instead. Do not delete the following line which -->
|
|
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
|
<!-- that they should prefer consuming it instead. -->
|
|
<!-- do_not_remove: published-with-gradle-metadata -->
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.fxmisc.flowless</groupId>
|
|
<artifactId>flowless</artifactId>
|
|
<version>0.7.4</version>
|
|
<name>flowless</name>
|
|
<description>Efficient VirtualFlow for JavaFX.</description>
|
|
<url>https://github.com/FXMisc/Flowless/#flowless</url>
|
|
<licenses>
|
|
<license>
|
|
<name>The BSD 2-Clause License</name>
|
|
<url>http://opensource.org/licenses/BSD-2-Clause</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<developers>
|
|
<developer>
|
|
<name>Tomas Mikula</name>
|
|
</developer>
|
|
<developer>
|
|
<name>Jordan Martinez</name>
|
|
</developer>
|
|
</developers>
|
|
<scm>
|
|
<connection>scm:git@github.com:FXMisc/Flowless.git</connection>
|
|
<developerConnection>scm:git@github.com:FXMisc/Flowless.git</developerConnection>
|
|
<url>scm:git@github.com:FXMisc/flowless.git</url>
|
|
</scm>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.reactfx</groupId>
|
|
<artifactId>reactfx</artifactId>
|
|
<version>2.0-M5</version>
|
|
<scope>runtime</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|