Skip to content

Commit 95f6cd4

Browse files
author
gm2552
committed
Updating project to version 8.1.0-SNAPSHOT.
1 parent 5b4fbf2 commit 95f6cd4

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

pom.xml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>agent</artifactId>
66
<name>Direct Project Security And Trust Agent</name>
7-
<version>8.0.0</version>
7+
<version>8.1.0-SNAPSHOT</version>
88
<description>Direct Project Security And Trust Agent</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/agent</url>
@@ -214,7 +214,18 @@
214214
<directory>${project.basedir}/lib</directory>
215215
</testResource>
216216
</testResources>
217-
<plugins>
217+
<plugins>
218+
<plugin>
219+
<groupId>org.apache.maven.plugins</groupId>
220+
<artifactId>maven-source-plugin</artifactId>
221+
<executions>
222+
<execution>
223+
<goals>
224+
<goal>jar</goal>
225+
</goals>
226+
</execution>
227+
</executions>
228+
</plugin>
218229
<plugin>
219230
<groupId>org.apache.maven.plugins</groupId>
220231
<artifactId>maven-surefire-plugin</artifactId>
@@ -285,8 +296,8 @@
285296
</goals>
286297
</execution>
287298
</executions>
288-
</plugin>
289-
<!-- for release only
299+
</plugin>
300+
<!-- for releases only
290301
<plugin>
291302
<groupId>org.apache.maven.plugins</groupId>
292303
<artifactId>maven-gpg-plugin</artifactId>
@@ -301,7 +312,7 @@
301312
</executions>
302313
<version>3.0.1</version>
303314
</plugin>
304-
-->
315+
-->
305316
</plugins>
306317
</build>
307318
<reporting>

0 commit comments

Comments
 (0)