File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ We provide our Plugin SDK via Maven Central Repository (https://repo1.maven.org/
1212<dependency >
1313 <groupId >com.staffbase</groupId >
1414 <artifactId >plugins-sdk-java</artifactId >
15- <version >1.1.1 </version >
15+ <version >1.2.0 </version >
1616</dependency >
1717```
1818
1919### Gradle
2020
2121```
2222dependencies {
23- compile 'com.staffbase:plugins-sdk-java:1.1.1 '
23+ compile 'com.staffbase:plugins-sdk-java:1.2.0 '
2424}
2525```
2626
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.staffbase</groupId >
55 <artifactId >plugins-sdk-java</artifactId >
6- <version >1.1.3 </version >
6+ <version >1.2.0 </version >
77 <packaging >jar</packaging >
88 <name >
99 ${project.groupId} :${project.artifactId}
157157 <plugin >
158158 <groupId >org.apache.maven.plugins</groupId >
159159 <artifactId >maven-javadoc-plugin</artifactId >
160- <version >2.10.4 </version >
160+ <version >3.2.0 </version >
161161 <executions >
162162 <execution >
163163 <id >attach-javadocs</id >
167167 </execution >
168168 </executions >
169169 </plugin >
170+ <plugin >
171+ <groupId >org.apache.maven.plugins</groupId >
172+ <artifactId >maven-site-plugin</artifactId >
173+ <version >3.9.0</version >
174+ </plugin >
175+ <plugin >
176+ <groupId >org.apache.maven.plugins</groupId >
177+ <artifactId >maven-project-info-reports-plugin</artifactId >
178+ <version >3.0.0</version >
179+ </plugin >
170180 <!-- Deployment -->
171181 <plugin >
172182 <groupId >org.sonatype.plugins</groupId >
You can’t perform that action at this time.
0 commit comments