Skip to content

Commit

Permalink
Merge pull request #5 from guusdk/master
Browse files Browse the repository at this point in the history
Denote 2.0.1 release.
  • Loading branch information
guusdk authored Nov 29, 2016
2 parents 80297dc + f3bfb6a commit 9f86d32
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.igniterealtime</groupId>
<artifactId>whack</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>pom</packaging>
<name>Whack</name>
<description>Whack is a Java library that easily allows the creation of external components that follow the XEP-0114: Jabber Component Protocol.</description>
Expand Down
4 changes: 2 additions & 2 deletions sample/weather/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.igniterealtime</groupId>
<artifactId>whack</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<build>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.igniterealtime.whack</groupId>
<artifactId>core</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions sample/weatherabstract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.igniterealtime</groupId>
<artifactId>whack</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<build>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.igniterealtime.whack</groupId>
<artifactId>core</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.igniterealtime</groupId>
<artifactId>whack</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../</relativePath>
</parent>
<build>
Expand Down

0 comments on commit 9f86d32

Please sign in to comment.