-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
49 lines (44 loc) · 1.68 KB
/
Copy pathpom.xml
File metadata and controls
49 lines (44 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="ISO-8859-1"?>
<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>
<groupId>io.github.database-audits</groupId>
<artifactId>database-audits-github</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Database Audits GitHub Organization Profile</name>
<description>GitHub central hub repo and landing page.</description>
<url>https://github.com/database-audits</url>
<inceptionYear>2026</inceptionYear>
<licenses>
<license>
<name>GNU Lesser General Public License, Version 2.1</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/database-audits/.github/actions</url>
</ciManagement>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/database-audits/.github/issues</url>
</issueManagement>
<scm>
<connection>scm:git:https://github.com/database-audits/.github.git</connection>
<developerConnection>scm:git:https://github.com/database-audits/.github.git</developerConnection>
<url>https://github.com/database-audits/.github</url>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
<name>Jeff Jensen</name>
<id>jeffjensen</id>
<email>jjensen@apache.org</email>
<roles>
<role>Admin</role>
</roles>
<timezone>-6</timezone>
</developer>
</developers>
</project>