Skip to content

Commit

Permalink
Add a dummy pom.xml so that GitHub recognizes us and counts dependents
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Sep 3, 2019
1 parent 6ff539e commit de0e08e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
A dummy POM to make GitHub recognize the groupId and artifactId and to show the number of dependents.
See: https://help.github.com/en/articles/listing-the-projects-that-depend-on-a-repository
-->
<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>com.linecorp.centraldogma</groupId>
<artifactId>centraldogma-common</artifactId>
<packaging>jar</packaging>
<version>0</version>
</project>

0 comments on commit de0e08e

Please sign in to comment.