Skip to content

Commit

Permalink
Change version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickWrite committed Sep 17, 2023
1 parent 5829fb2 commit 3d766f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.quickwrite</groupId>
<artifactId>fluent4j</artifactId>
<version>0.2.3-alpha</version>
<version>1.0.0</version>
</parent>

<artifactId>api</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.quickwrite</groupId>
<artifactId>fluent4j</artifactId>
<version>0.2.3-alpha</version>
<version>1.0.0</version>
</parent>

<artifactId>builder</artifactId>
Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>net.quickwrite</groupId>
<artifactId>api</artifactId>
<version>0.2.3-alpha</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>net.quickwrite</groupId>
<artifactId>impl</artifactId>
<version>0.2.3-alpha</version>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.quickwrite</groupId>
<artifactId>fluent4j</artifactId>
<version>0.2.3-alpha</version>
<version>1.0.0</version>
</parent>

<artifactId>impl</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>net.quickwrite</groupId>
<artifactId>api</artifactId>
<version>0.2.3-alpha</version>
<version>1.0.0</version>
</dependency>

<dependency>
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>net.quickwrite</groupId>
<artifactId>fluent4j</artifactId>
<version>0.2.3-alpha</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<modules>
<module>api</module>
Expand Down

0 comments on commit 3d766f6

Please sign in to comment.