Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed Feb 10, 2019
1 parent c782cba commit 4471437
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.phpmonkeys</groupId>
<artifactId>gwt-twemoji</artifactId>
<packaging>jar</packaging>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<name>GWT-Twemoji</name>
<description>A simple gwt wraper for the twemoji js library.</description>
<url>https://github.com/phpmonkeys-de/gwt-twemoji</url>
Expand Down Expand Up @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:ssh://github.com/phpmonkeys-de/gwt-twemoji.git</connection>
<url>http://github.com/phpmonkeys-de/gwt-twemoji</url>
<tag>HEAD</tag>
<tag>1.3</tag>
</scm>

<developers>
Expand Down Expand Up @@ -134,7 +134,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<version>3.0.1</version>
<configuration>
<source>8</source>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 4471437

Please sign in to comment.