Skip to content

Commit 80c3a6e

Browse files
author
gm2552
committed
Fixing issue with not sending DSN bounce messages.
Also removing doxia book.
1 parent 70e0c52 commit 80c3a6e

38 files changed

+113
-1278
lines changed

pom.xml

Lines changed: 10 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>gateway</artifactId>
66
<name>Direct Project Agent Gateways.</name>
7-
<version>6.0.2-SNAPSHOT</version>
7+
<version>6.0.2</version>
88
<description>Direct Project security agent gateways and bridges.</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/gateway</url>
@@ -62,32 +62,32 @@
6262
<dependency>
6363
<groupId>org.nhind</groupId>
6464
<artifactId>agent</artifactId>
65-
<version>6.0.3-SNAPSHOT</version>
65+
<version>6.0.2</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.nhind</groupId>
6969
<artifactId>direct-common</artifactId>
70-
<version>6.0.1-SNAPSHOT</version>
70+
<version>6.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.nhind</groupId>
7474
<artifactId>direct-common-audit</artifactId>
75-
<version>6.0.1-SNAPSHOT</version>
75+
<version>6.0</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.nhind</groupId>
7979
<artifactId>config-service-client</artifactId>
80-
<version>6.0.1-SNAPSHOT</version>
80+
<version>6.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.nhind</groupId>
8484
<artifactId>direct-msg-monitor-client</artifactId>
85-
<version>6.0.1-SNAPSHOT</version>
85+
<version>6.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.nhind</groupId>
8989
<artifactId>xd-common</artifactId>
90-
<version>6.0.1-SNAPSHOT</version>
90+
<version>6.0</version>
9191
<exclusions>
9292
<exclusion>
9393
<groupId>org.springframework.boot</groupId>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.nhind</groupId>
105105
<artifactId>agent</artifactId>
106-
<version>6.0.3-SNAPSHOT</version>
106+
<version>6.0.2</version>
107107
<type>test-jar</type>
108108
<scope>test</scope>
109109
</dependency>
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>org.nhind</groupId>
158158
<artifactId>config-service-jar</artifactId>
159-
<version>6.0.2-SNAPSHOT</version>
159+
<version>6.0.1</version>
160160
<scope>test</scope>
161161
</dependency>
162162
<dependency>
@@ -288,77 +288,7 @@
288288
<!--<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> -->
289289
</archive>
290290
</configuration>
291-
</plugin>
292-
<!-- DOXIA does not yet copy resources to the generated-site or site location. Bug
293-
DOXIA-355 was submitted in July of 09 and is listed to be resolved in DOXIA 1.2.
294-
This plugin a is work around for copying the resources from the book source to
295-
the generate site. -->
296-
<plugin>
297-
<groupId>org.apache.maven.plugins</groupId>
298-
<artifactId>maven-antrun-plugin</artifactId>
299-
<executions>
300-
<execution>
301-
<id>book</id>
302-
<phase>pre-site</phase>
303-
<configuration>
304-
<tasks>
305-
<copy todir="${project.build.directory}/generated-site/xdoc/users-guide/images/">
306-
<fileset dir="${basedir}/src/books/users-guide/images/" />
307-
</copy>
308-
<copy todir="${project.build.directory}/site/users-guide/images/">
309-
<fileset dir="${basedir}/src/books/users-guide/images/" />
310-
</copy>
311-
</tasks>
312-
</configuration>
313-
<goals>
314-
<goal>run</goal>
315-
</goals>
316-
</execution>
317-
</executions>
318-
</plugin>
319-
<plugin>
320-
<groupId>org.apache.maven.doxia</groupId>
321-
<artifactId>doxia-maven-plugin</artifactId>
322-
<version>1.2</version>
323-
<executions>
324-
<execution>
325-
<phase>pre-site</phase>
326-
<goals>
327-
<goal>render-books</goal>
328-
</goals>
329-
</execution>
330-
</executions>
331-
<configuration>
332-
<books>
333-
<book>
334-
<directory>src/books/users-guide</directory>
335-
<descriptor>src/books/users-guide.xml</descriptor>
336-
<formats>
337-
<format>
338-
<id>xdoc</id>
339-
</format>
340-
</formats>
341-
</book>
342-
</books>
343-
</configuration>
344-
<dependencies>
345-
<dependency>
346-
<groupId>org.codehaus.plexus</groupId>
347-
<artifactId>plexus-utils</artifactId>
348-
<version>1.5.12</version>
349-
</dependency>
350-
<dependency>
351-
<groupId>org.apache.maven.doxia</groupId>
352-
<artifactId>doxia-decoration-model</artifactId>
353-
<version>1.2</version>
354-
</dependency>
355-
<dependency>
356-
<groupId>org.apache.maven.doxia</groupId>
357-
<artifactId>doxia-module-confluence</artifactId>
358-
<version>1.2</version>
359-
</dependency>
360-
</dependencies>
361-
</plugin>
291+
</plugin>
362292
<plugin>
363293
<groupId>org.apache.maven.plugins</groupId>
364294
<artifactId>maven-javadoc-plugin</artifactId>

src/books/users-guide.xml

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

src/books/users-guide/depl-intro.confluence

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

src/books/users-guide/depl-james-fine-grain-options.confluence

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

0 commit comments

Comments
 (0)