Skip to content

Commit

Permalink
Merge branch 'release/1.42.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-gallagher committed Sep 3, 2024
2 parents 678b636 + 95bc900 commit e6e990f
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 19 deletions.
2 changes: 1 addition & 1 deletion domino-jnx-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
</parent>
<artifactId>domino-jnx-api</artifactId>
<name>HCL Domino API</name>
Expand Down
2 changes: 1 addition & 1 deletion domino-jnx-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
</parent>
<artifactId>domino-jnx-commons</artifactId>
<name>HCL Domino API Common Code</name>
Expand Down
2 changes: 1 addition & 1 deletion domino-jnx-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
</parent>
<artifactId>domino-jnx-console</artifactId>
<name>HCL Domino API Server Controller Connector</name>
Expand Down
2 changes: 1 addition & 1 deletion domino-jnx-jna/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
</parent>
<artifactId>domino-jnx-jna</artifactId>
<name>HCL Domino API, JNA Implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-domino-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-domino-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-domino-webapp-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-domino-webapp-admin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-gluon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-gluon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-graalvm-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-graalvm-native</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-runjava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-runjava</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-swt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-swt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/jnx-example-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>jnx-example-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/domino-jnx-jakarta-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>domino-jnx-jakarta-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/domino-jnx-jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>domino-jnx-jsonb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/domino-jnx-lsxbeshim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>domino-jnx-lsxbeshim</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/domino-jnx-rawdoc-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>domino-jnx-rawdoc-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/domino-jnx-vertx-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>domino-jnx-vertx-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/domino-jnx-xpages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>domino-jnx-xpages</artifactId>
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<packaging>pom</packaging>
<name>HCL Domino API Parent Project</name>
<description>Modern Java API for HCL Domino</description>
Expand Down Expand Up @@ -662,6 +662,7 @@
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>8</maven.compiler.release>
<domino.version>12.0.1</domino.version>
</properties>
</profile>
Expand All @@ -671,6 +672,7 @@
<java.version>17</java.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
<domino.version>14.0.0</domino.version>
</properties>
</profile>
Expand All @@ -680,6 +682,7 @@
<java.version>21</java.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.release>21</maven.compiler.release>
<domino.version>14.5.0</domino.version>
</properties>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion test/it-domino-jnx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hcl.domino</groupId>
<artifactId>domino-jnx</artifactId>
<version>1.42.0</version>
<version>1.42.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>it-domino-jnx</artifactId>
Expand Down

0 comments on commit e6e990f

Please sign in to comment.