Skip to content

Commit

Permalink
[RELEASE] v0.0.1 released, prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Oct 30, 2020
1 parent 5275dac commit 82e3cf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the extension dependency to your `pom.xml`:
<dependency>
<groupId>com.marcnuri.yakc</groupId>
<artifactId>quarkus-yakc-extension</artifactId>
<version>0.0.0</version>
<version>0.0.1</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.marcnuri.yakc</groupId>
<artifactId>quarkus-yakc-extension-parent</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</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 @@ -6,7 +6,7 @@

<groupId>com.marcnuri.yakc</groupId>
<artifactId>quarkus-yakc-extension-parent</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<name>Quarkus - YAKC</name>
<description>Parent module for Quarkus YACK Extension: Interact with Kubernetes and develop Kubernetes Operators using YAKC (Yet Another Kubernetes Client)</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.marcnuri.yakc</groupId>
<artifactId>quarkus-yakc-extension-parent</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 82e3cf6

Please sign in to comment.