Skip to content

Commit 7cf1484

Browse files
committed
Updated to 5.1.0
1 parent 8edfbed commit 7cf1484

File tree

7 files changed

+41
-36
lines changed

7 files changed

+41
-36
lines changed

as2-demo-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.helger.as2</groupId>
2525
<artifactId>as2-lib-parent-pom</artifactId>
26-
<version>5.0.1-SNAPSHOT</version>
26+
<version>5.1.0-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>as2-demo-spring-boot</artifactId>
2929
<packaging>jar</packaging>

as2-demo-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.helger.as2</groupId>
2424
<artifactId>as2-lib-parent-pom</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.1.0-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>as2-demo-webapp</artifactId>
2828
<packaging>war</packaging>

as2-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>com.helger.as2</groupId>
4040
<artifactId>as2-lib-parent-pom</artifactId>
41-
<version>5.0.1-SNAPSHOT</version>
41+
<version>5.1.0-SNAPSHOT</version>
4242
</parent>
4343
<artifactId>as2-lib</artifactId>
4444
<packaging>bundle</packaging>

as2-partnership-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.helger.as2</groupId>
2323
<artifactId>as2-lib-parent-pom</artifactId>
24-
<version>5.0.1-SNAPSHOT</version>
24+
<version>5.1.0-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>as2-partnership-mongodb</artifactId>
2727
<packaging>bundle</packaging>

as2-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<parent>
3838
<groupId>com.helger.as2</groupId>
3939
<artifactId>as2-lib-parent-pom</artifactId>
40-
<version>5.0.1-SNAPSHOT</version>
40+
<version>5.1.0-SNAPSHOT</version>
4141
</parent>
4242
<modelVersion>4.0.0</modelVersion>
4343
<artifactId>as2-server</artifactId>

as2-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.helger.as2</groupId>
2424
<artifactId>as2-lib-parent-pom</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.1.0-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>as2-servlet</artifactId>
2828
<packaging>bundle</packaging>

pom.xml

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>com.helger.as2</groupId>
2828
<artifactId>as2-lib-parent-pom</artifactId>
29-
<version>5.0.1-SNAPSHOT</version>
29+
<version>5.1.0-SNAPSHOT</version>
3030
<packaging>pom</packaging>
3131
<name>as2-lib-parent-pom</name>
3232
<description>Base POM to build the as2-lib projects</description>
@@ -71,7 +71,7 @@
7171
<log4j.version>2.20.0</log4j.version>
7272
<spring-boot.version>3.0.3</spring-boot.version>
7373
</properties>
74-
74+
7575
<dependencyManagement>
7676
<dependencies>
7777
<dependency>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>com.helger.web</groupId>
8686
<artifactId>ph-web-parent-pom</artifactId>
87-
<version>10.0.2-SNAPSHOT</version>
87+
<version>10.1.0</version>
8888
<type>pom</type>
8989
<scope>import</scope>
9090
</dependency>
@@ -98,28 +98,11 @@
9898
<dependency>
9999
<groupId>com.helger.photon</groupId>
100100
<artifactId>ph-oton-parent-pom</artifactId>
101-
<version>9.0.1-SNAPSHOT</version>
101+
<version>9.1.0</version>
102102
<type>pom</type>
103103
<scope>import</scope>
104104
</dependency>
105105

106-
<dependency>
107-
<groupId>org.bouncycastle</groupId>
108-
<artifactId>bcjmail-jdk18on</artifactId>
109-
<version>1.72</version>
110-
<exclusions>
111-
<exclusion>
112-
<groupId>com.sun.mail</groupId>
113-
<artifactId>jakarta.mail</artifactId>
114-
</exclusion>
115-
</exclusions>
116-
</dependency>
117-
<dependency>
118-
<groupId>org.eclipse.angus</groupId>
119-
<artifactId>angus-mail</artifactId>
120-
<version>2.0.1</version>
121-
</dependency>
122-
123106
<dependency>
124107
<groupId>org.apache.logging.log4j</groupId>
125108
<artifactId>log4j-api</artifactId>
@@ -176,15 +159,37 @@
176159
</dependency>
177160
</dependencies>
178161

179-
<modules>
180-
<module>as2-lib</module>
181-
<module>as2-partnership-mongodb</module>
182-
<module>as2-servlet</module>
183-
<module>as2-demo-webapp</module>
184-
<module>as2-server</module>
185-
<module>as2-demo-spring-boot</module>
186-
</modules>
187-
162+
<profiles>
163+
<profile>
164+
<id>java11-16</id>
165+
<activation>
166+
<jdk>[11,17)</jdk>
167+
</activation>
168+
<modules>
169+
<module>as2-lib</module>
170+
<module>as2-partnership-mongodb</module>
171+
<module>as2-servlet</module>
172+
<module>as2-demo-webapp</module>
173+
<module>as2-server</module>
174+
<!-- as2-demo-spring-boot requires Java 17+ -->
175+
</modules>
176+
</profile>
177+
<profile>
178+
<id>java17+</id>
179+
<activation>
180+
<jdk>[17,)</jdk>
181+
</activation>
182+
<modules>
183+
<module>as2-lib</module>
184+
<module>as2-partnership-mongodb</module>
185+
<module>as2-servlet</module>
186+
<module>as2-demo-webapp</module>
187+
<module>as2-server</module>
188+
<module>as2-demo-spring-boot</module>
189+
</modules>
190+
</profile>
191+
</profiles>
192+
188193
<build>
189194
<plugins>
190195
<plugin>

0 commit comments

Comments
 (0)