-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
24 lines (24 loc) · 947 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.roman01la</groupId>
<artifactId>uix.css</artifactId>
<version>0.2.1</version>
<name>uix.css</name>
<licenses>
<license>
<name>Eclipse Public License - Version 2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>
<scm>
<connection>scm:git:[email protected]:roman01la/uix.css.git</connection>
<developerConnection>scm:git:[email protected]:roman01la/uix.css.git</developerConnection>
<tag>3c207e12b49d240a9f3e6131e326450d65dc6b82</tag>
<url>https://github.com/roman01la/uix.css</url>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
</build>
</project>