Skip to content

Commit bfae163

Browse files
committed
NFS-616: prepare release
1 parent f6d98b1 commit bfae163

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```
2222
dependencies {
23-
compile 'com.staffbase:plugins-sdk-java:1.1.1'
23+
compile 'com.staffbase:plugins-sdk-java:1.2.0'
2424
}
2525
```
2626

pom.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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}
@@ -157,7 +157,7 @@
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>
@@ -167,6 +167,16 @@
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>

0 commit comments

Comments
 (0)