Skip to content

Commit

Permalink
Update version to 2.3.1 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
wog48 authored Nov 22, 2024
1 parent 33c31fb commit 9b1c8e2
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion jpa-archetype/odata-jpa-archetype-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa-archetype</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>odata-jpa-archetype-spring</artifactId>
<name>Archetype - odata-jpa-archetype-spring</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</parent>

<properties>
<processor.version>2.3.0</processor.version>
<processor.version>2.3.1-SNAPSHOT</processor.version>
<java.version>17</java.version>
<build.sourceEncoding>UTF-8</build.sourceEncoding>
<eclipselink.version>4.0.3</eclipselink.version>
Expand Down
2 changes: 1 addition & 1 deletion jpa-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa-archetype</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/SAP/olingo-jpa-processor-v4</url>

Expand Down
2 changes: 1 addition & 1 deletion jpa/odata-jpa-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>odata-jpa-annotation</artifactId>
<name>odata-jpa-annotation</name>
Expand Down
2 changes: 1 addition & 1 deletion jpa/odata-jpa-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
</parent>

<artifactId>odata-jpa-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/odata-jpa-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
</parent>

<artifactId>odata-jpa-metadata</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/odata-jpa-odata-vocabularies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>odata-jpa-odata-vocabularies</artifactId>
<name>odata-jpa-odata-vocabularies</name>
Expand Down
2 changes: 1 addition & 1 deletion jpa/odata-jpa-processor-cb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
</parent>

<artifactId>odata-jpa-processor-cb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/odata-jpa-processor-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>odata-jpa-processor-ext</artifactId>
<name>odata-jpa-processor-ext</name>
Expand Down
2 changes: 1 addition & 1 deletion jpa/odata-jpa-processor-parallel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
</parent>

<artifactId>odata-jpa-processor-parallel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/odata-jpa-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
</parent>

<artifactId>odata-jpa-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/odata-jpa-spring-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
</parent>

<artifactId>odata-jpa-spring-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/odata-jpa-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>odata-jpa-test</artifactId>
<name>odata-jpa-test</name>
Expand Down
2 changes: 1 addition & 1 deletion jpa/odata-jpa-vocabularies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>odata-jpa-vocabularies</artifactId>
<name>odata-jpa-vocabularies</name>
Expand Down
2 changes: 1 addition & 1 deletion jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sap.olingo</groupId>
<artifactId>odata-jpa</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>odata-jpa</name>
<url>https://github.com/SAP/olingo-jpa-processor-v4</url>
Expand Down

0 comments on commit 9b1c8e2

Please sign in to comment.