Skip to content

Commit

Permalink
Release update (#36)
Browse files Browse the repository at this point in the history
* Preparing for next release
  • Loading branch information
nbhoski committed Mar 20, 2024
1 parent a609c7f commit e98cf4a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</parent>
<artifactId>build</artifactId>
<packaging>pom</packaging>
Expand All @@ -23,12 +23,12 @@
<dependency>
<groupId>com.mathworks.ci</groupId>
<artifactId>matlab-plugin-common</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.mathworks.ci</groupId>
<artifactId>matlab-plugin-server</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2-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.1-SNAPSHOT</version>
<version>1.2-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.1-SNAPSHOT</version>
<version>1.2-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.1-SNAPSHOT</version>
<version>1.2-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.1-SNAPSHOT</version>
<version>1.2-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.1-SNAPSHOT</version>
<version>1.2-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.1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<teamcity-version>2021.2</teamcity-version>
Expand Down

0 comments on commit e98cf4a

Please sign in to comment.