Skip to content
This repository has been archived by the owner on Sep 23, 2018. It is now read-only.

Commit

Permalink
Update pom with developer info.
Browse files Browse the repository at this point in the history
  • Loading branch information
morimekta committed Mar 28, 2016
1 parent 05b7e64 commit 2f365f8
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
29 changes: 28 additions & 1 deletion pom.xml
Expand Up @@ -8,6 +8,7 @@
Providence is a port of Apache thrift that has some extra tooling, and
different way of generating classes and serializing data.
</description>
<url>http://www.github.com/morimekta/providence</url>

<prerequisites>
<maven>3.0</maven>
Expand All @@ -21,8 +22,34 @@
</license>
</licenses>

<distributionManagement>
<snapshotRepository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>

<developers>
<developer>
<id>morimekta</id>
<name>Stein Eldar Johnsen</name>
<email>morimekta+utils@gmail.com</email>
<timezone>Europe/Oslo</timezone>
<roles>
<role>Maintainer</role>
<role>Developer</role>
</roles>
</developer>
</developers>

<scm>
<url>https://github.com/morimekta/providence.git</url>
<url>https://github.com/morimekta/providence</url>
<developerConnection>scm:git:ssh://git@github.com/morimekta/providence.git</developerConnection>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions providence-generator/pom.xml
Expand Up @@ -4,9 +4,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<name>Providence Tools : Generator</name>
<name>Providence Tools : Source Generator</name>
<description>
Providence core tools: Code Generator
Source code generator main code base.
</description>

<licenses>
Expand Down
6 changes: 5 additions & 1 deletion providence-maven-plugin/pom.xml
Expand Up @@ -10,7 +10,11 @@
<artifactId>providence-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>

<name>Providence Tools : Maven Source Generator Plugin</name>
<name>Providence Tools : Source Generator Maven Plugin</name>
<description>
Maven plugin for generating source code model objects from
thrift definitions using the providence libraries.
</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 2f365f8

Please sign in to comment.