Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit61c8230

Browse files
authored
Release 1.1.0 (#97)
* Release 1.1.0* Remove unnecessary plugins
1 parente5145d1 commit61c8230

File tree

3 files changed

+16
-84
lines changed

3 files changed

+16
-84
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ For a Maven project, includes the following in your pom.xml
4949
<dependency>
5050
<groupId>org.icepear.echarts</groupId>
5151
<artifactId>echarts-java</artifactId>
52-
<version>1.0.7</version>
52+
<version>1.1.0</version>
5353
</dependency>
5454
```
5555

5656
For a Gradle Groovy project, includes
5757
```
58-
implementation 'org.icepear.echarts:echarts-java:1.0.7'
58+
implementation 'org.icepear.echarts:echarts-java:1.1.0'
5959
```
6060

61-
For more, refer to[here](https://search.maven.org/artifact/org.icepear.echarts/echarts-java/1.0.7/jar).
61+
For more, refer to[here](https://search.maven.org/artifact/org.icepear.echarts/echarts-java/1.1.0/jar).
6262

6363
##🔭 Usage
6464

‎README.zh.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ Maven 项目:
5252
<dependency>
5353
<groupId>org.icepear.echarts</groupId>
5454
<artifactId>echarts-java</artifactId>
55-
<version>1.0.7</version>
55+
<version>1.1.0</version>
5656
</dependency>
5757
```
5858

5959
Gradle 项目:
6060

6161
```
62-
implementation 'org.icepear.echarts:echarts-java:1.0.7'
62+
implementation 'org.icepear.echarts:echarts-java:1.1.0'
6363
```
6464

65-
如果你使用的是其他项目,请参阅[这里](https://search.maven.org/artifact/org.icepear.echarts/echarts-java/1.0.7/jar)
65+
如果你使用的是其他项目,请参阅[这里](https://search.maven.org/artifact/org.icepear.echarts/echarts-java/1.1.0/jar)
6666

6767
##🔭 使用
6868

‎pom.xml‎

Lines changed: 10 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.icepear.echarts</groupId>
77
<artifactId>echarts-java</artifactId>
8-
<version>1.0.7</version>
8+
<version>1.1.0</version>
99

1010
<name>ECharts Java</name>
1111
<description>
@@ -46,17 +46,6 @@
4646
<maven.compiler.target>8</maven.compiler.target>
4747
</properties>
4848

49-
<distributionManagement>
50-
<snapshotRepository>
51-
<id>ossrh</id>
52-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
53-
</snapshotRepository>
54-
<repository>
55-
<id>ossrh</id>
56-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
57-
</repository>
58-
</distributionManagement>
59-
6049
<dependencies>
6150
<dependency>
6251
<groupId>junit</groupId>
@@ -143,25 +132,23 @@
143132
</execution>
144133
</executions>
145134
</plugin>
135+
<plugin>
136+
<groupId>org.sonatype.central</groupId>
137+
<artifactId>central-publishing-maven-plugin</artifactId>
138+
<version>0.6.0</version>
139+
<extensions>true</extensions>
140+
<configuration>
141+
<publishingServerId>central</publishingServerId>
142+
</configuration>
143+
</plugin>
146144
</plugins>
147145
</build>
148146
</profile>
149147
</profiles>
150148

151149
<build>
152150
<pluginManagement>
153-
<!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom)-->
154151
<plugins>
155-
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle-->
156-
<plugin>
157-
<artifactId>maven-clean-plugin</artifactId>
158-
<version>3.1.0</version>
159-
</plugin>
160-
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging-->
161-
<plugin>
162-
<artifactId>maven-resources-plugin</artifactId>
163-
<version>3.0.2</version>
164-
</plugin>
165152
<plugin>
166153
<artifactId>maven-compiler-plugin</artifactId>
167154
<version>3.8.1</version>
@@ -175,62 +162,7 @@
175162
</annotationProcessorPaths>
176163
</configuration>
177164
</plugin>
178-
<plugin>
179-
<artifactId>maven-surefire-plugin</artifactId>
180-
<version>2.22.1</version>
181-
</plugin>
182-
<plugin>
183-
<artifactId>maven-jar-plugin</artifactId>
184-
<version>3.0.2</version>
185-
</plugin>
186-
<plugin>
187-
<artifactId>maven-install-plugin</artifactId>
188-
<version>2.5.2</version>
189-
</plugin>
190-
<plugin>
191-
<artifactId>maven-deploy-plugin</artifactId>
192-
<version>2.8.2</version>
193-
</plugin>
194-
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle-->
195-
<plugin>
196-
<artifactId>maven-site-plugin</artifactId>
197-
<version>3.7.1</version>
198-
</plugin>
199-
<plugin>
200-
<artifactId>maven-project-info-reports-plugin</artifactId>
201-
<version>3.0.0</version>
202-
</plugin>
203-
<plugin>
204-
<groupId>org.apache.maven.plugins</groupId>
205-
<artifactId>maven-checkstyle-plugin</artifactId>
206-
<version>3.1.2</version>
207-
<dependencies>
208-
<dependency>
209-
<groupId>com.puppycrawl.tools</groupId>
210-
<artifactId>checkstyle</artifactId>
211-
<version>9.1</version>
212-
</dependency>
213-
</dependencies>
214-
</plugin>
215165
</plugins>
216166
</pluginManagement>
217167
</build>
218-
219-
<reporting>
220-
<plugins>
221-
<plugin>
222-
<groupId>org.apache.maven.plugins</groupId>
223-
<artifactId>maven-checkstyle-plugin</artifactId>
224-
<version>3.1.2</version>
225-
<configuration>
226-
<configLocation>checkstyle.xml</configLocation>
227-
</configuration>
228-
</plugin>
229-
<plugin>
230-
<groupId>org.apache.maven.plugins</groupId>
231-
<artifactId>maven-jxr-plugin</artifactId>
232-
<version>3.1.1</version>
233-
</plugin>
234-
</plugins>
235-
</reporting>
236168
</project>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp