Skip to content

Commit

Permalink
Update layer 57
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenlagus committed Oct 4, 2016
1 parent bed6cbe commit 51713e9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packaging>jar</packaging>
<groupId>org.telegram</groupId>
<artifactId>telegramapi</artifactId>
<version>57.0-SNAPSHOT</version>
<version>57.0</version>

<name>Telegram Api</name>
<url>https://github.com/rubenlagus/TelegramApi</url>
Expand Down Expand Up @@ -152,10 +152,8 @@
<version>3.0.0</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
<goal>jar</goal>
</goals>
</execution>
</executions>
Expand All @@ -166,11 +164,12 @@
<version>2.10.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>site</phase>
<goals>
<goal>javadoc-no-fork</goal>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 51713e9

Please sign in to comment.