Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fesod-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>
</parent>

<artifactId>fesod-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fesod-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>
</parent>

<artifactId>fesod-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fesod-examples/fesod-sheet-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-examples</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>
</parent>

<artifactId>fesod-sheet-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fesod-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>
</parent>

<artifactId>fesod-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions fesod-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>
</parent>

<artifactId>fesod-shaded</artifactId>
Expand All @@ -43,7 +43,7 @@
indicates that the infrastructure, communications, and decision making process
have stabilized in a manner consistent with other successful ASF projects.

While incubation status is not necessarily a reflection of the completeness
While incubation status is not necessarily a reflection of the completenessaw
or stability of the code, it does indicate that the project has yet to be
fully endorsed by the ASF.

Expand Down
2 changes: 1 addition & 1 deletion fesod-sheet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>
</parent>

<artifactId>fesod-sheet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>

<packaging>pom</packaging>
<name>fesod-parent</name>
Expand Down
Loading