Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ddf-rpc-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.connexta</groupId>
<artifactId>ddf-jsonrpc</artifactId>
<version>0.10.7-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>ddf-rpc-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion email/2.25-email-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.connexta.jsonrpc.email</groupId>
<artifactId>email</artifactId>
<version>0.10.7-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>2.25-email-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion email/email-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.connexta.jsonrpc.email</groupId>
<artifactId>email</artifactId>
<version>0.10.7-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>email-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion email/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.connexta</groupId>
<artifactId>ddf-jsonrpc</artifactId>
<version>0.10.7-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<groupId>com.connexta.jsonrpc.email</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jsonrpc-features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.connexta</groupId>
<artifactId>ddf-jsonrpc</artifactId>
<version>0.10.7-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<groupId>com.connexta.jsonrpc</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.connexta</groupId>
<artifactId>ddf-jsonrpc</artifactId>
<version>0.10.7-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Connexta :: JSON RPC </name>
Expand All @@ -16,11 +16,11 @@
</modules>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<ddf.version>2.30.0</ddf.version>
<ddf.version>2.31.0-SNAPSHOT</ddf.version>
<ddf.support.version>2.3.18</ddf.support.version>

<geotools.version>33.1</geotools.version>
Expand Down
Loading