File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Usage/Import In Your Project
25
25
----------------------------------
26
26
27
27
This library jmacaroons is available via Maven Central.
28
- Requires Java 1.8 +
28
+ Requires Java 1.11 +
29
29
30
30
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.nitram509/jmacaroons.svg )] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.nitram509%22%20AND%20a%3A%22jmacaroons%22 )
31
31
@@ -35,13 +35,13 @@ Maven
35
35
<dependency >
36
36
<groupId >com.github.nitram509</groupId >
37
37
<artifactId >jmacaroons</artifactId >
38
- <version >0.4.2 </version >
38
+ <version >0.5.0 </version >
39
39
</dependency >
40
40
````
41
41
42
42
Gradle
43
43
```` groovy
44
- compile 'com.github.nitram509:jmacaroons:0.4.2 '
44
+ compile 'com.github.nitram509:jmacaroons:0.5.0 '
45
45
````
46
46
47
47
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.github.nitram509</groupId >
6
6
<artifactId >jmacaroons</artifactId >
7
- <version >0.5.0-SNAPSHOT </version >
7
+ <version >0.5.0</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >${project.groupId} :${project.artifactId} </name >
160
160
<plugin >
161
161
<groupId >org.apache.maven.plugins</groupId >
162
162
<artifactId >maven-release-plugin</artifactId >
163
- <version >2.5.3 </version >
163
+ <version >3.0.1 </version >
164
164
<configuration >
165
165
<autoVersionSubmodules >true</autoVersionSubmodules >
166
166
<useReleaseProfile >true</useReleaseProfile >
173
173
<groupId >org.apache.maven.plugins</groupId >
174
174
<artifactId >maven-source-plugin</artifactId >
175
175
<version >3.3.0</version >
176
+ <executions >
177
+ <execution >
178
+ <id >attach-sources</id >
179
+ <goals >
180
+ <goal >jar-no-fork</goal >
181
+ </goals >
182
+ </execution >
183
+ </executions >
176
184
</plugin >
177
185
178
186
<plugin >
183
191
<excludePackageNames >com.neilalexander.jnacl</excludePackageNames >
184
192
<source >8</source >
185
193
</configuration >
194
+ <executions >
195
+ <execution >
196
+ <id >attach-javadocs</id >
197
+ <goals >
198
+ <goal >jar</goal >
199
+ </goals >
200
+ </execution >
201
+ </executions >
186
202
</plugin >
187
203
188
204
<plugin >
You can’t perform that action at this time.
0 commit comments