Skip to content

Commit

Permalink
Version to 5.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Jan 1, 2019
1 parent afb469b commit 53fd6e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class Example {
<dependency>
<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>4.0.3</version>
<version>5.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ simple as adding the lines below to your pom.xml file:
<dependency>
<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>4.0.3</version>
<version>5.0.0</version>
<scope>...</scope>
</dependency>
```
Expand Down
11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -123,9 +123,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${plugin.javadocs.version}</version>
<configuration>
<excludePackageNames>org.kitteh.irc.client.library.implementation</excludePackageNames>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -166,9 +163,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${plugin.javadocs.version}</version>
<configuration>
<excludePackageNames>org.kitteh.irc.client.library.implementation</excludePackageNames>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -317,9 +311,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${plugin.javadocs.version}</version>
<configuration>
<excludePackageNames>org.kitteh.irc.client.library.implementation</excludePackageNames>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 53fd6e3

Please sign in to comment.