Skip to content

Commit b2f8832

Browse files
committed
Releasing 2.0.1
1 parent f227218 commit b2f8832

File tree

2 files changed

+1
-44
lines changed

2 files changed

+1
-44
lines changed

pom.xml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>com.julienviet</groupId>
2323
<artifactId>childprocess-vertx-ext</artifactId>
24-
<version>2.0.1-SNAPSHOT</version>
24+
<version>2.0.1</version>
2525

2626
<name>Child Process extension for Vert.x</name>
2727
<url>https://github.com/vietj/vertx-childprocess</url>
@@ -311,30 +311,6 @@
311311
</execution>
312312
</executions>
313313
</plugin>
314-
<plugin>
315-
<artifactId>maven-assembly-plugin</artifactId>
316-
<version>${maven.assembly.plugin.version}</version>
317-
<executions>
318-
<execution>
319-
<id>package-sources</id>
320-
<phase>package</phase>
321-
<goals>
322-
<goal>single</goal>
323-
</goals>
324-
<configuration>
325-
<attach>true</attach>
326-
<archive>
327-
<!-- Need a manifest to avoid empty archive -->
328-
<manifest>
329-
</manifest>
330-
</archive>
331-
<descriptors>
332-
<descriptor>src/assembly/sources.xml</descriptor>
333-
</descriptors>
334-
</configuration>
335-
</execution>
336-
</executions>
337-
</plugin>
338314
<plugin>
339315
<groupId>org.apache.maven.plugins</groupId>
340316
<artifactId>maven-jar-plugin</artifactId>

src/assembly/sources.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)