removed dummy pom.xml for GitHub dependency graph

This commit is contained in:
Karl Tauber
2021-01-07 14:09:55 +01:00
parent b5954102b6
commit 1315d847b9
4 changed files with 0 additions and 36 deletions

View File

@@ -1,10 +0,0 @@
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.formdev</groupId>
<artifactId>flatlaf</artifactId>
<version>1.0-SNAPSHOT</version>
</project>

View File

@@ -1,5 +1,3 @@
[![Maven Central](https://img.shields.io/maven-central/v/com.formdev/flatlaf.svg)](https://search.maven.org/artifact/com.formdev/flatlaf/)
FlatLaf - Flat Look and Feel
============================

View File

@@ -1,10 +0,0 @@
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.formdev</groupId>
<artifactId>flatlaf-extras</artifactId>
<version>0.46</version>
</project>

14
pom.xml
View File

@@ -1,14 +0,0 @@
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.formdev</groupId>
<artifactId>flatlaf-parent</artifactId>
<packaging>pom</packaging>
<version>0.46</version>
<modules>
<module>flatlaf-extras</module>
</modules>
</project>