Skip to content

Commit 12aaefe

Browse files
author
wangjin18
committed
version 4.1.0 and javadoc fit
1 parent 4465d60 commit 12aaefe

File tree

96 files changed

+294
-206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+294
-206
lines changed

docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>joyqueue</artifactId>
2020
<groupId>com.jd.joyqueue</groupId>
21-
<version>4.1.0-SNAPSHOT</version>
21+
<version>4.1.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424
<artifactId>joyqueue-docker</artifactId>

docker/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-docker</artifactId>
2222
<groupId>com.jd.joyqueue</groupId>
23-
<version>4.1.0-SNAPSHOT</version>
23+
<version>4.1.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>docker-server</artifactId>

docker/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-docker</artifactId>
2222
<groupId>com.jd.joyqueue</groupId>
23-
<version>4.1.0-SNAPSHOT</version>
23+
<version>4.1.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>docker-web</artifactId>

joyqueue-client/joyqueue-client-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client</artifactId>
2222
<groupId>com.jd.joyqueue</groupId>
23-
<version>4.1.0-SNAPSHOT</version>
23+
<version>4.1.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package com.jd.joyqueue;
2+
3+
/**
4+
*
5+
* To avoid javadoc error
6+
*
7+
**/
8+
public class FakeAll {
9+
10+
}

joyqueue-client/joyqueue-client-core-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client</artifactId>
2222
<groupId>com.jd.joyqueue</groupId>
23-
<version>4.1.0-SNAPSHOT</version>
23+
<version>4.1.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package com.jd.joyqueue;
2+
3+
/**
4+
*
5+
* To avoid javadoc error
6+
*
7+
**/
8+
public class Fake {
9+
10+
}

joyqueue-client/joyqueue-client-core-shaded/src/main/java/com/jd/joyqueue/package-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
* See the License for the specific language governing permissions and
1212
* limitations under the License.
1313
*/
14-
package com.jd.joyqueue;
14+
package com.jd.joyqueue;
15+

joyqueue-client/joyqueue-client-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client</artifactId>
2222
<groupId>com.jd.joyqueue</groupId>
23-
<version>4.1.0-SNAPSHOT</version>
23+
<version>4.1.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

joyqueue-client/joyqueue-client-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>joyqueue-client</artifactId>
2222
<groupId>com.jd.joyqueue</groupId>
23-
<version>4.1.0-SNAPSHOT</version>
23+
<version>4.1.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)