Skip to content

Commit a609c7f

Browse files
authored
Preparing for next release (#35)
1 parent fe471c1 commit a609c7f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

build/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>matlab-plugin</artifactId>
66
<groupId>com.mathworks.ci</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>build</artifactId>
1010
<packaging>pom</packaging>
@@ -18,17 +18,17 @@
1818
<dependency>
1919
<groupId>com.mathworks.ci</groupId>
2020
<artifactId>matlab-plugin-agent</artifactId>
21-
<version>1.0-SNAPSHOT</version>
21+
<version>1.1-SNAPSHOT</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.mathworks.ci</groupId>
2525
<artifactId>matlab-plugin-common</artifactId>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>1.1-SNAPSHOT</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.mathworks.ci</groupId>
3030
<artifactId>matlab-plugin-server</artifactId>
31-
<version>1.0-SNAPSHOT</version>
31+
<version>1.1-SNAPSHOT</version>
3232
</dependency>
3333
</dependencies>
3434
<build>

matlab-plugin-agent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<parent>
55
<artifactId>matlab-plugin</artifactId>
66
<groupId>com.mathworks.ci</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>matlab-plugin-agent</artifactId>
1010
<packaging>jar</packaging>
1111
<dependencies>
1212
<dependency>
1313
<groupId>com.mathworks.ci</groupId>
1414
<artifactId>matlab-plugin-common</artifactId>
15-
<version>1.0-SNAPSHOT</version>
15+
<version>1.1-SNAPSHOT</version>
1616
<scope>compile</scope>
1717
</dependency>
1818

matlab-plugin-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>matlab-plugin</artifactId>
66
<groupId>com.mathworks.ci</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>matlab-plugin-common</artifactId>
1010
<packaging>jar</packaging>

matlab-plugin-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>matlab-plugin</artifactId>
66
<groupId>com.mathworks.ci</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>matlab-plugin-server</artifactId>
1010
<packaging>jar</packaging>
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>com.mathworks.ci</groupId>
1515
<artifactId>matlab-plugin-common</artifactId>
16-
<version>1.0-SNAPSHOT</version>
16+
<version>1.1-SNAPSHOT</version>
1717
<scope>compile</scope>
1818
</dependency>
1919

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.mathworks.ci</groupId>
55
<artifactId>matlab-plugin</artifactId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<properties>
99
<teamcity-version>2021.2</teamcity-version>

0 commit comments

Comments
 (0)