Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
msmolyakov committed Aug 2, 2019
1 parent 5cba810 commit f869f2a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
<developerConnection>scm:git:[email protected]:msmolyakov/paddle.git</developerConnection>
</scm>

<developers>
<developer>
<name>Maxim Smolyakov</name>
<email>[email protected]</email>
</developer>
</developers>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -155,9 +162,8 @@


<profiles>
<!-- GPG Signature on release -->
<profile>
<id>release-sign-artifacts</id>
<id>release</id>
<activation>
<property>
<name>performRelease</name>
Expand Down

0 comments on commit f869f2a

Please sign in to comment.