Skip to content

Commit

Permalink
release first beta version of 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermarian committed Jan 14, 2021
1 parent 56ee1e6 commit e0227f7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion agent/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>studio-parent</artifactId>
<groupId>studio</groupId>
<version>0.3.0-alpha.3-SNAPSHOT</version>
<version>0.3.0-beta.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>studio-parent</artifactId>
<groupId>studio</groupId>
<version>0.3.0-alpha.3-SNAPSHOT</version>
<version>0.3.0-beta.1</version>
</parent>

<artifactId>studio-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion driver/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>studio-parent</artifactId>
<groupId>studio</groupId>
<version>0.3.0-alpha.3-SNAPSHOT</version>
<version>0.3.0-beta.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion metadata/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>studio-parent</artifactId>
<groupId>studio</groupId>
<version>0.3.0-alpha.3-SNAPSHOT</version>
<version>0.3.0-beta.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -12,7 +12,7 @@

<groupId>studio</groupId>
<artifactId>studio-parent</artifactId>
<version>0.3.0-alpha.3-SNAPSHOT</version>
<version>0.3.0-beta.1</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion web-ui/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>studio-parent</artifactId>
<groupId>studio</groupId>
<version>0.3.0-alpha.3-SNAPSHOT</version>
<version>0.3.0-beta.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit e0227f7

Please sign in to comment.