Skip to content

Commit

Permalink
Bumped development version post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Zwiefelhofer committed Nov 9, 2020
1 parent 9dea5ae commit 7d3bb10
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ddf-rpc-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>com.connexta</groupId>
<artifactId>ddf-jsonrpc</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.6-SNAPSHOT</version>
</parent>

<artifactId>ddf-rpc-api</artifactId>

<packaging>bundle</packaging>
<name>Connexta :: JSON RPC Main</name>
<name>Connexta :: JSON RPC :: Main</name>


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

<artifactId>2.19-email-impl</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 @@ -7,7 +7,7 @@
<parent>
<groupId>com.connexta.jsonrpc.email</groupId>
<artifactId>email</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.6-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 @@ -7,7 +7,7 @@
<parent>
<groupId>com.connexta.jsonrpc.email</groupId>
<artifactId>email</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.6-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 @@ -7,7 +7,7 @@
<parent>
<groupId>com.connexta</groupId>
<artifactId>ddf-jsonrpc</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.6-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 @@ -7,7 +7,7 @@
<parent>
<groupId>com.connexta</groupId>
<artifactId>ddf-jsonrpc</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.6-SNAPSHOT</version>
</parent>

<groupId>com.connexta.jsonrpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<name>Connexta :: JSON RPC </name>

<modules>
<module>ddf-rpc-api</module>
<module>email</module>
<module>ddf-rpc-api</module>
<module>jsonrpc-features</module>
</modules>

Expand Down

0 comments on commit 7d3bb10

Please sign in to comment.