Skip to content

Commit

Permalink
Preparing for next release (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed Mar 20, 2024
1 parent fe471c1 commit a609c7f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>matlab-plugin</artifactId>
<groupId>com.mathworks.ci</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>
<artifactId>build</artifactId>
<packaging>pom</packaging>
Expand All @@ -18,17 +18,17 @@
<dependency>
<groupId>com.mathworks.ci</groupId>
<artifactId>matlab-plugin-agent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.mathworks.ci</groupId>
<artifactId>matlab-plugin-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.mathworks.ci</groupId>
<artifactId>matlab-plugin-server</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions matlab-plugin-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<artifactId>matlab-plugin</artifactId>
<groupId>com.mathworks.ci</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>
<artifactId>matlab-plugin-agent</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.mathworks.ci</groupId>
<artifactId>matlab-plugin-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion matlab-plugin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>matlab-plugin</artifactId>
<groupId>com.mathworks.ci</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>
<artifactId>matlab-plugin-common</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions matlab-plugin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>matlab-plugin</artifactId>
<groupId>com.mathworks.ci</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>
<artifactId>matlab-plugin-server</artifactId>
<packaging>jar</packaging>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>com.mathworks.ci</groupId>
<artifactId>matlab-plugin-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
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>com.mathworks.ci</groupId>
<artifactId>matlab-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<teamcity-version>2021.2</teamcity-version>
Expand Down

0 comments on commit a609c7f

Please sign in to comment.