Skip to content

Commit 989bcee

Browse files
committed
Bump version to 2.0.0-SNAPSHOT
1 parent 7a8b12d commit 989bcee

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>com.techsenger.tabshell</groupId>
1111
<artifactId>tabshell</artifactId>
12-
<version>1.1.0-SNAPSHOT</version>
12+
<version>2.0.0-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>TabShell</name>
1515
<description>Techsenger TabShell</description>

tabshell-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.techsenger.tabshell</groupId>
66
<artifactId>tabshell</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.techsenger.tabshell</groupId>

tabshell-demos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.techsenger.tabshell</groupId>
66
<artifactId>tabshell</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.techsenger.tabshell.demos</groupId>

tabshell-demos/tabshell-demos-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.techsenger.tabshell.demos</groupId>
66
<artifactId>tabshell-demos</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.techsenger.tabshell.demos</groupId>

tabshell-demos/tabshell-demos-full/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.techsenger.tabshell.demos</groupId>
66
<artifactId>tabshell-demos</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.techsenger.tabshell.demos</groupId>

tabshell-dialogs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.techsenger.tabshell</groupId>
66
<artifactId>tabshell</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.techsenger.tabshell</groupId>

tabshell-icons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.techsenger.tabshell</groupId>
66
<artifactId>tabshell</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.techsenger.tabshell</groupId>

tabshell-material/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.techsenger.tabshell</groupId>
66
<artifactId>tabshell</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.techsenger.tabshell</groupId>

tabshell-registrars/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.techsenger.tabshell</groupId>
66
<artifactId>tabshell</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.techsenger.tabshell</groupId>

tabshell-storage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.techsenger.tabshell</groupId>
66
<artifactId>tabshell</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.techsenger.tabshell</groupId>

tabshell-tabs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.techsenger.tabshell</groupId>
66
<artifactId>tabshell</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.techsenger.tabshell</groupId>

tabshell-terminal/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.techsenger.tabshell</groupId>
66
<artifactId>tabshell</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.techsenger.tabshell</groupId>

tabshell-text/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.techsenger.tabshell</groupId>
66
<artifactId>tabshell</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>2.0.0-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.techsenger.tabshell</groupId>

0 commit comments

Comments
 (0)