Skip to content

Commit

Permalink
update mvn version as SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammi Song authored and Sammi Song committed Jan 8, 2022
1 parent f3e745e commit d0a4e94
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>bazel-to-msbuild</artifactId>
<groupId>com.tuware.msbuild</groupId>
<version>0.2.10</version>
<version>0.2.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>bazel-to-msbuild</artifactId>
<groupId>com.tuware.msbuild</groupId>
<version>0.2.10</version>
<version>0.2.11-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>bazel-to-msbuild</artifactId>
<groupId>com.tuware.msbuild</groupId>
<version>0.2.10</version>
<version>0.2.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion contract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>bazel-to-msbuild</artifactId>
<groupId>com.tuware.msbuild</groupId>
<version>0.2.10</version>
<version>0.2.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>bazel-to-msbuild</artifactId>
<groupId>com.tuware.msbuild</groupId>
<version>0.2.10</version>
<version>0.2.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>bazel-to-msbuild</artifactId>
<groupId>com.tuware.msbuild</groupId>
<version>0.2.10</version>
<version>0.2.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>com.tuware.msbuild</groupId>
<artifactId>bazel-to-msbuild</artifactId>
<packaging>pom</packaging>
<version>0.2.10</version>
<version>0.2.11-SNAPSHOT</version>

<properties>
<groovy.version>3.0.7</groovy.version>
Expand Down

0 comments on commit d0a4e94

Please sign in to comment.