File tree 7 files changed +24
-6
lines changed
7 files changed +24
-6
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ Maven Package] ( https://github.com/umjammer/rococoa/actions/workflows/maven-publish.yml/badge.svg )] ( https://github.com/umjammer/rococoa/actions/workflows/maven-publish.yml )
2
+
1
3
# Welcome to Rococoa
2
4
3
5
Rococoa is a generic Java binding to the Mac Objective-C object system. It
Original file line number Diff line number Diff line change 7
7
<groupId >org.rococoa</groupId >
8
8
<artifactId >rococoa-parent</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >0.8.3-SNAPSHOT </version >
10
+ <version >0.8.4 </version >
11
11
12
12
<modules >
13
13
<module >rococoa-auto</module >
148
148
<verbose >false</verbose >
149
149
<failOnWarnings >false</failOnWarnings >
150
150
<failOnError >false</failOnError >
151
- <additionalparam >-Xdoclint:all -Xdoclint:-missing</additionalparam >
151
+ <additionalparam >-Xdoclint:none -Xdoclint:-missing</additionalparam >
152
152
<doclint >none</doclint >
153
153
</configuration >
154
154
</execution >
206
206
</dependencies >
207
207
</dependencyManagement >
208
208
209
+ <repositories >
210
+ <repository >
211
+ <id >github</id >
212
+ <name >GitHub umjammer Apache Maven Packages</name >
213
+ <url >https://maven.pkg.github.com/umjammer/rococoa-core</url >
214
+ </repository >
215
+ </repositories >
216
+
209
217
<dependencies >
210
218
<dependency >
211
219
<groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.rococoa</groupId >
12
12
<artifactId >rococoa-parent</artifactId >
13
- <version >0.8.3-SNAPSHOT </version >
13
+ <version >0.8.4 </version >
14
14
</parent >
15
15
16
16
<name >Rococoa Autogenerated Cocoa Package</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.rococoa</groupId >
12
12
<artifactId >rococoa-parent</artifactId >
13
- <version >0.8.3-SNAPSHOT </version >
13
+ <version >0.8.4 </version >
14
14
</parent >
15
15
16
16
<name >Rococoa Cocoa Mappings</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.rococoa</groupId >
12
12
<artifactId >rococoa-parent</artifactId >
13
- <version >0.8.3-SNAPSHOT </version >
13
+ <version >0.8.4 </version >
14
14
</parent >
15
15
16
16
<name >Rococoa Contrib</name >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.rococoa</groupId >
11
11
<artifactId >rococoa-parent</artifactId >
12
- <version >0.8.3-SNAPSHOT </version >
12
+ <version >0.8.4 </version >
13
13
</parent >
14
14
15
15
<name >Rococoa Core</name >
Original file line number Diff line number Diff line change 23
23
</plugins >
24
24
</build >
25
25
26
+ <repositories >
27
+ <repository >
28
+ <id >github</id >
29
+ <name >GitHub umjammer Apache Maven Packages</name >
30
+ <url >https://maven.pkg.github.com/umjammer/rococoa-core</url >
31
+ </repository >
32
+ </repositories >
33
+
26
34
<dependencies >
27
35
<dependency >
28
36
<groupId >org.rococoa</groupId >
You can’t perform that action at this time.
0 commit comments