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 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.15.1</version>
<version>2.15-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.15.1</version>
<version>2.15-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.15.1</version>
<version>2.15-SNAPSHOT</version>
</parent>

<artifactId>odata_checkstyle</artifactId>
<version>2.15.1</version>
<version>2.15-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.15.1</version>
<version>2.15-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.15.1</version>
<version>2.15-SNAPSHOT</version>
</parent>

<artifactId>odata_client_api</artifactId>
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.15.1</version>
<version>2.15-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.15.1</version>
<version>2.15-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.15.1</version>
<version>2.15-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.15.1</version>
<version>2.15-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.15.1</version>
<version>2.15-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.15.1</version>
<version>2.15-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.15.1</version>
<version>2.15-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.15.1</version>
<version>2.15-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.15.1</version>
<version>2.15-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.15.1</version>
<version>2.15-SNAPSHOT</version>
</parent>

<artifactId>odata_webservice</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.15.1</version>
<version>2.15-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Tridion OData v4 Framework</name>
Expand Down Expand Up @@ -72,7 +72,7 @@
<connection>scm:git:git@github.com:sdl/odata.git</connection>
<developerConnection>scm:git:git@github.com:sdl/odata.git</developerConnection>
<url>git@github.com:sdl/odata.git</url>
<tag>release/2.15/2.15.1</tag>
<tag>release/2.15/2.15-SNAPSHOT</tag>
</scm>

<properties>
Expand Down
Loading