Skip to content

Commit

Permalink
Add top-level pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed May 14, 2023
1 parent 2f66e02 commit 8e17caa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?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>io.github.jwharm</groupId>
<artifactId>javagi</artifactId>
<version>0.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>javagi</name>
<modules>
<module>glib</module>
<module>gtk</module>
<module>adwaita</module>
<module>gstreamer</module>
</modules>
</project>

0 comments on commit 8e17caa

Please sign in to comment.