File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
4
<modelVersion >4.0.0</modelVersion >
4
5
5
6
<name >obs-websocket-java</name >
6
7
<groupId >net.twasi</groupId >
7
8
<artifactId >obs-websocket-java</artifactId >
8
- <version >1.0.2 -SNAPSHOT</version >
9
+ <version >1.0.3 -SNAPSHOT</version >
9
10
10
11
<description >Library to connect to the OBS WebSocket interface.</description >
11
12
<url >https://github.com/Twasi/obs-websocket-java</url >
119
120
</plugin >
120
121
<plugin >
121
122
<groupId >org.apache.maven.plugins</groupId >
122
- <artifactId >maven-source-plugin</artifactId >
123
- <version >3.2.0</version >
124
- <configuration >
125
- <encoding >UTF-8</encoding >
126
- </configuration >
123
+ <artifactId >maven-javadoc-plugin</artifactId >
127
124
<executions >
128
125
<execution >
129
- <id >attach-javadoc</id >
130
- <goals />
126
+ <id >attach-javadocs</id >
127
+ <goals >
128
+ <goal >jar</goal >
129
+ </goals >
131
130
</execution >
132
131
</executions >
133
132
</plugin >
144
143
<url >https://artifactory.twasi.net/artifactory/libs-release</url >
145
144
</repository >
146
145
<repository >
147
- <snapshots />
146
+ <snapshots />
148
147
<id >snapshots</id >
149
148
<name >libs-snapshot</name >
150
149
<url >https://artifactory.twasi.net/artifactory/libs-snapshot</url >
You can’t perform that action at this time.
0 commit comments