Skip to content

Commit be3a5e4

Browse files
committed
release 1.0.2, add javadoc, update to 1.0.3-SNAPSHOT
1 parent 9d6a088 commit be3a5e4

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

pom.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?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">
34
<modelVersion>4.0.0</modelVersion>
45

56
<name>obs-websocket-java</name>
67
<groupId>net.twasi</groupId>
78
<artifactId>obs-websocket-java</artifactId>
8-
<version>1.0.2-SNAPSHOT</version>
9+
<version>1.0.3-SNAPSHOT</version>
910

1011
<description>Library to connect to the OBS WebSocket interface.</description>
1112
<url>https://github.com/Twasi/obs-websocket-java</url>
@@ -119,15 +120,13 @@
119120
</plugin>
120121
<plugin>
121122
<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>
127124
<executions>
128125
<execution>
129-
<id>attach-javadoc</id>
130-
<goals />
126+
<id>attach-javadocs</id>
127+
<goals>
128+
<goal>jar</goal>
129+
</goals>
131130
</execution>
132131
</executions>
133132
</plugin>
@@ -144,7 +143,7 @@
144143
<url>https://artifactory.twasi.net/artifactory/libs-release</url>
145144
</repository>
146145
<repository>
147-
<snapshots />
146+
<snapshots/>
148147
<id>snapshots</id>
149148
<name>libs-snapshot</name>
150149
<url>https://artifactory.twasi.net/artifactory/libs-snapshot</url>

0 commit comments

Comments
 (0)