Skip to content

Commit

Permalink
[OLINGO-1560] Set version to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mibo committed Feb 27, 2022
1 parent 2fbd91d commit c28e790
Show file tree
Hide file tree
Showing 47 changed files with 66 additions and 68 deletions.
2 changes: 1 addition & 1 deletion dist/android-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-dist</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/client-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-dist</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-dist</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-parent</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/server-lib-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-dist</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/server-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-dist</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ext/client-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-ext</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ext/client-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-ext</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ext/karaf/karaf-features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-karaf</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion ext/karaf/karaf-fit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-karaf</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public Option[] config() {
return new Option[] {
olingoBaseConfig(),
features(olingoUrl, "olingo-server", "olingo-client"),
mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.9.0-SNAPSHOT"),
mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.9.0"),
logLevel(LogLevel.INFO)
};
}
Expand Down
2 changes: 1 addition & 1 deletion ext/karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-ext</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ext/pojogen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-ext</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-parent</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions fit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-parent</artifactId>
<version>4.9.0-SNAPSHOT</version>
<relativePath>..</relativePath>
<version>4.9.0</version>
</parent>

<properties>
<cobertura.skip>true</cobertura.skip>
<sonar.skip>true</sonar.skip>
<!-- exclude proxy tests by default -->
<exclude.regex>.*proxy.*</exclude.regex>
<project-web-app-dir>${project.build.directory}/${project.build.finalName}</project-web-app-dir>
<tomcat-base-dir>${project.build.directory}/emb-tom-fit</tomcat-base-dir>
<project-resource-dir>${project.build.outputDirectory}</project-resource-dir>
Expand Down Expand Up @@ -223,7 +220,8 @@
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>%regex[${exclude.regex}]</exclude>
<!-- exclude proxy tests by default -->
<exclude>%regex[.*proxy.*]</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion lib/client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lib/client-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lib/commons-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lib/commons-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-parent</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lib/server-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lib/server-core-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lib/server-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lib/server-tecsvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion lib/server-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>org.apache.olingo</groupId>
<artifactId>odata-parent</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<packaging>pom</packaging>

<name>Olingo-OData</name>
Expand Down Expand Up @@ -113,7 +113,7 @@
<!-- Project build settings -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.source>1.8</project.build.source>
<project.build.outputTimestamp>10</project.build.outputTimestamp>
<project.build.outputTimestamp>${maven.build.timestamp}</project.build.outputTimestamp>
<olingo.deploy.skip>true</olingo.deploy.skip>

<!-- Setting needed for Java 8 release builds -->
Expand Down
2 changes: 1 addition & 1 deletion samples/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-samples</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/osgi/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-samples</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-parent</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.olingo</groupId>
<artifactId>odata-samples</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions samples/tutorials/p0_all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>my.group.id</groupId>
<artifactId>DemoService</artifactId>
<packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>

<name>${project.artifactId} Webapp</name>

Expand All @@ -35,7 +35,7 @@

<properties>
<javax.version>2.5</javax.version>
<odata.version>4.9.0-SNAPSHOT</odata.version>
<odata.version>4.9.0</odata.version>
<slf4j.version>1.7.7</slf4j.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions samples/tutorials/p10_media/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>my.group.id</groupId>
<artifactId>DemoService-Media</artifactId>
<packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>

<name>${project.artifactId}-Webapp</name>

Expand All @@ -35,7 +35,7 @@

<properties>
<javax.version>2.5</javax.version>
<odata.version>4.9.0-SNAPSHOT</odata.version>
<odata.version>4.9.0</odata.version>
<slf4j.version>1.7.7</slf4j.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions samples/tutorials/p11_batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<groupId>my.group.id</groupId>
<artifactId>DemoService-Batch</artifactId>
<packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>

<name>${project.artifactId}-Webapp</name>

<properties>
<javax.version>2.5</javax.version>
<odata.version>4.9.0-SNAPSHOT</odata.version>
<odata.version>4.9.0</odata.version>
<slf4j.version>1.7.7</slf4j.version>
<project.source>1.6</project.source>
<compiler.plugin.version>3.2</compiler.plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions samples/tutorials/p12_deep_insert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>my.group.id</groupId>
<artifactId>DemoService-DeepInsert</artifactId>
<packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>

<name>${project.artifactId}-Webapp</name>

Expand All @@ -35,7 +35,7 @@

<properties>
<javax.version>2.5</javax.version>
<odata.version>4.9.0-SNAPSHOT</odata.version>
<odata.version>4.9.0</odata.version>
<slf4j.version>1.7.7</slf4j.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions samples/tutorials/p12_deep_insert_preparation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>my.group.id</groupId>
<artifactId>DemoService-DeepInsertPreparation</artifactId>
<packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.0</version>

<name>${project.artifactId}-Webapp</name>

Expand All @@ -35,7 +35,7 @@

<properties>
<javax.version>2.5</javax.version>
<odata.version>4.9.0-SNAPSHOT</odata.version>
<odata.version>4.9.0</odata.version>
<slf4j.version>1.7.7</slf4j.version>
</properties>

Expand Down
Loading

0 comments on commit c28e790

Please sign in to comment.