Skip to content

Commit c9a0e44

Browse files
committed
Preparation for 2.1.1 release
1 parent 33ae8c3 commit c9a0e44

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66

77
Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gwt-material <br>
88

9-
## Current Version 2.1
9+
## Current Version 2.1.1
1010
```xml
1111
<dependency>
1212
<groupId>com.github.gwtmaterialdesign</groupId>
1313
<artifactId>gwt-material-addins</artifactId>
14-
<version>2.1</version>
14+
<version>2.1.1</version>
1515
</dependency>
1616
```
1717

18-
## Snapshot Version 2.1.1-SNAPSHOT
18+
## Snapshot Version 2.2-SNAPSHOT
1919
```xml
2020
<dependency>
2121
<groupId>com.github.gwtmaterialdesign</groupId>
2222
<artifactId>gwt-material-addins</artifactId>
23-
<version>2.1.1-SNAPSHOT</version>
23+
<version>2.2-SNAPSHOT</version>
2424
</dependency>
2525
```
2626

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
<parent>
66
<artifactId>gwt-material-parent</artifactId>
77
<groupId>com.github.gwtmaterialdesign</groupId>
8-
<version>2.1.1-SNAPSHOT</version>
8+
<version>2.1.1</version>
99
</parent>
1010

1111
<artifactId>gwt-material-addins</artifactId>
1212
<packaging>gwt-lib</packaging>
1313

1414
<name>Gwt Material Addins</name>
15-
<version>2.1.1-SNAPSHOT</version>
15+
<version>2.1.1</version>
1616
<description>Extra Components of GWT Material Framework</description>
1717

1818
<properties>
19-
<gwt-material.version>2.1.1-SNAPSHOT</gwt-material.version>
19+
<gwt-material.version>2.1.1</gwt-material.version>
2020
</properties>
2121

2222
<scm>

0 commit comments

Comments
 (0)