Skip to content

Commit

Permalink
prepare for release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Jun 26, 2024
1 parent 3e42f9c commit 42072fa
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion odata-client-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-generator</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-microsoft-analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-microsoft-analytics</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-microsoft-client-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-microsoft-client-builder</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-microsoft-dynamics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-microsoft-dynamics</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-msgraph-beta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-msgraph-beta</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-msgraph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-msgraph</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-runtime</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-test-datascope/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-test-datascope</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-test-northwind/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-test-northwind</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-test-olingo-trip-pin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-test-olingo-trip-pin</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-test-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<artifactId>odata-client-test-report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-test-sample-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<artifactId>odata-client-test-sample-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-test-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-test-service</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-test-trip-pin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-test-trip-pin</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion odata-client-test-unit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<artifactId>odata-client-test-unit</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>

<name>${project.artifactId}</name>
<description>Generates odata clients</description>
Expand Down

0 comments on commit 42072fa

Please sign in to comment.