Skip to content

Commit

Permalink
Maven release information in examples parent POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
s17t committed Mar 21, 2018
1 parent e5f07b9 commit 65fc399
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions crawler4j-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@
<description>Open Source Web Crawler for Java</description>
<url>https://github.com/yasserg/crawler4j</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/yasserg/crawler4j</url>
<connection>scm:git:[email protected]:yasserg/crawler4j.git</connection>
<developerConnection>scm:git:[email protected]:yasserg/crawler4j.git</developerConnection>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<modules>
<module>crawler4j-examples-base</module>
<module>crawler4j-examples-postgres</module>
Expand Down

0 comments on commit 65fc399

Please sign in to comment.