Skip to content

Commit

Permalink
chroe: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zavakid authored and oldratlee committed Mar 29, 2022
1 parent 6fe0862 commit 8e1ef57
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion auto-pipeline-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.foldright.auto-pipeline</groupId>
<artifactId>auto-pipeline-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion auto-pipeline-examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.foldright.auto-pipeline"
version = "0.2.0-SNAPSHOT"
version = "0.2.0"

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion auto-pipeline-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.foldright.auto-pipeline</groupId>
<artifactId>auto-pipeline-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion auto-pipeline-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.foldright.auto-pipeline</groupId>
<artifactId>auto-pipeline-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.foldright.auto-pipeline</groupId>
<artifactId>auto-pipeline-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<url>https://github.com/foldright/auto-pipeline</url>
Expand Down

0 comments on commit 8e1ef57

Please sign in to comment.