<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.tidalwave.superpom</groupId>
<artifactId>superpom</artifactId>
<version>5.0-ALPHA-4</version>
<relativePath/>
</parent>
<groupId>it.tidalwave.thesefoolishthings</groupId>
<artifactId>thesefoolishthings</artifactId>
<packaging>pom</packaging>
<version>3.2-ALPHA-1-SNAPSHOT</version>
<name>TheseFoolishThings</name>
<inceptionYear>2009</inceptionYear>
<url>http://thesefoolishthings.tidalwave.it</url>
<description>
A kitchen sink of small libraries that are used by all projects by Tidalwave. It mostly contains:
* a few generic stuff such as ```Id``` and ```IdFactory```;
* the ```Finder``` API for fluent query builders;
* support for the DCI pattern (Data Context and Interaction), with optional Spring integration;
* a tiny but functional local Message Bus, with optional Spring integration;
* a small, experimental Actor library;
* some test utilities.
TheseFoolishThings supports JDK 7 and has got a small JDK 8 integration module.
Since version 3.0 lots of old stuff have been dropped:
* Support for Swing.
* Support for the NetBeans Platform.
* A very small support library for Vaadin.
</description>
<properties>
<scm.repo.url>ssh://git@bitbucket.org/tidalwave/thesefoolishthings-src.git</scm.repo.url>
<scm.repo.readonly.url>https://bitbucket.org/tidalwave/thesefoolishthings-src</scm.repo.readonly.url>
<scm.repo.browse.url>https://bitbucket.org/tidalwave/thesefoolishthings-src/src</scm.repo.browse.url>
<tidalwave.ci.view>TheseFoolishThings</tidalwave.ci.view>
<tidalwave.issues>TFT</tidalwave.issues>
<tft.maven.requiredJdk>[11, 12)</tft.maven.requiredJdk>
<tft.clirr.skip>true</tft.clirr.skip> <!-- FIXME Clirr makes the build fail -->