Skip to content

Commit

Permalink
Update description (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 13, 2023
1 parent 3a7fb71 commit 9646f11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ notifications:
pullrequests: notifications@shardingsphere.apache.org

github:
description: Distributed scheduled job framework
description: Distributed scheduled job
labels:
- elasticjob
- database
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [ElasticJob - distributed scheduled job solution](http://shardingsphere.apache.org/elasticjob/)
# [ElasticJob - Distributed scheduled job](http://shardingsphere.apache.org/elasticjob/)

**Official website: https://shardingsphere.apache.org/elasticjob/**

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
<artifactId>elasticjob</artifactId>
<version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<name>Elastic Job</name>
<description>Distributed scheduled job</description>

<modules>
<module>elasticjob-api</module>
Expand Down Expand Up @@ -792,7 +793,6 @@
</reporting>

<url>http://shardingsphere.apache.org/elasticjob/</url>
<description>Distributed scheduled job solution</description>

<licenses>
<license>
Expand Down

0 comments on commit 9646f11

Please sign in to comment.