Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UDP-11075: Updating version to 2.12-SNAPSHOT #395

Merged
merged 1 commit into from
Jun 14, 2024
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 odata_api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata_assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions odata_checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>com.sdl</groupId>
<artifactId>odata</artifactId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_checkstyle</artifactId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
<packaging>jar</packaging>

<name>OData Checkstyle</name>
Expand Down
2 changes: 1 addition & 1 deletion odata_client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata_client_api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_client_api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata_client_tracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion odata_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata_controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_controller</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata_edm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_edm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata_parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata_processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata_renderer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_renderer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata_service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata_war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion odata_webservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>odata</artifactId>
<groupId>com.sdl</groupId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
</parent>

<artifactId>odata_webservice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.sdl</groupId>
<artifactId>odata</artifactId>
<version>2.11-SNAPSHOT</version>
<version>2.12-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Tridion OData v4 Framework</name>
Expand Down
Loading