Skip to content

Commit d9eec81

Browse files
committed
prepare next iteration + update readme with the last release.
1 parent a944e46 commit d9eec81

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@
1010
* [Widget Sample](http://arcbees.github.com/gwtchosen/widgetsample/index.html)
1111

1212
##Stable version
13-
* [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ccom.github.jdramaix)
13+
* [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ccom.arcbees.gwtchosen)
1414

1515
##Maven Configuration
16-
Find the the available jars in [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ccom.github.jdramaix).
1716

1817
### Release:
1918
```xml
2019
<dependency>
21-
<groupId>com.github.jdramaix</groupId>
20+
<groupId>com.arcbees</groupId>
2221
<artifactId>gwtchosen</artifactId>
23-
<version>1.2.0</version>
22+
<version>2.1</version>
2423
<scope>compile</scope>
2524
</dependency>
2625
```
@@ -38,14 +37,11 @@ Find the the available jars in [Maven Central](http://search.maven.org/#search%7
3837
<dependency>
3938
<groupId>com.arcbees</groupId>
4039
<artifactId>gwtchosen</artifactId>
41-
<version>2.0.0-SNAPSHOT</version>
40+
<version>2.2.0-SNAPSHOT</version>
4241
<scope>compile</scope>
4342
</dependency>
4443
```
4544

46-
##Previous Versions
47-
* [GwtChosen 1.1.0](http://code.google.com/p/gwtquery-plugins/downloads/detail?name=gwtchosen-1.1.0.jar)
48-
4945
#Contributor
5046

5147
##IDE Setup

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.arcbees</groupId>
1212
<artifactId>gwtchosen-project</artifactId>
1313
<packaging>pom</packaging>
14-
<version>2.0.1-SNAPSHOT</version>
14+
<version>2.2.0-SNAPSHOT</version>
1515
<inceptionYear>2012</inceptionYear>
1616
<url>https://github.com/arcbees/gwtchosen</url>
1717

@@ -46,7 +46,7 @@
4646

4747
<issueManagement>
4848
<system>GitHub</system>
49-
<url>https://github.com/jdramaix/gwtchosen/issues</url>
49+
<url>https://github.com/ArcBees/gwtchosen/issues</url>
5050
</issueManagement>
5151

5252
<organization>

0 commit comments

Comments
 (0)