[OLINGO-1560] Set version to 4.9.0

This commit is contained in:
mibo 2022-02-27 07:34:32 +01:00
parent 2fbd91d845
commit c28e79077c
47 changed files with 66 additions and 68 deletions

View File

@ -31,7 +31,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-dist</artifactId> <artifactId>odata-dist</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -31,7 +31,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-dist</artifactId> <artifactId>odata-dist</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -31,7 +31,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-dist</artifactId> <artifactId>odata-dist</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

2
dist/pom.xml vendored
View File

@ -31,7 +31,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-parent</artifactId> <artifactId>odata-parent</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -31,7 +31,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-dist</artifactId> <artifactId>odata-dist</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -31,7 +31,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-dist</artifactId> <artifactId>odata-dist</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-ext</artifactId> <artifactId>odata-ext</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -31,7 +31,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-ext</artifactId> <artifactId>odata-ext</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-karaf</artifactId> <artifactId>odata-karaf</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<build> <build>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-karaf</artifactId> <artifactId>odata-karaf</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<dependencies> <dependencies>

View File

@ -96,7 +96,7 @@ public class CarServiceTest extends OlingoOSGiTestSupport {
return new Option[] { return new Option[] {
olingoBaseConfig(), olingoBaseConfig(),
features(olingoUrl, "olingo-server", "olingo-client"), 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) logLevel(LogLevel.INFO)
}; };
} }

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-ext</artifactId> <artifactId>odata-ext</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -31,7 +31,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-ext</artifactId> <artifactId>odata-ext</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -31,7 +31,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-parent</artifactId> <artifactId>odata-parent</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -30,15 +30,12 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-parent</artifactId> <artifactId>odata-parent</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath>
</parent> </parent>
<properties> <properties>
<cobertura.skip>true</cobertura.skip> <cobertura.skip>true</cobertura.skip>
<sonar.skip>true</sonar.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> <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> <tomcat-base-dir>${project.build.directory}/emb-tom-fit</tomcat-base-dir>
<project-resource-dir>${project.build.outputDirectory}</project-resource-dir> <project-resource-dir>${project.build.outputDirectory}</project-resource-dir>
@ -223,7 +220,8 @@
<include>**/*Test.java</include> <include>**/*Test.java</include>
</includes> </includes>
<excludes> <excludes>
<exclude>%regex[${exclude.regex}]</exclude> <!-- exclude proxy tests by default -->
<exclude>%regex[.*proxy.*]</exclude>
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId> <artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId> <artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId> <artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId> <artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-parent</artifactId> <artifactId>odata-parent</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId> <artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId> <artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<dependencies> <dependencies>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId> <artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId> <artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-lib</artifactId> <artifactId>odata-lib</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -25,7 +25,7 @@
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-parent</artifactId> <artifactId>odata-parent</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Olingo-OData</name> <name>Olingo-OData</name>
@ -113,7 +113,7 @@
<!-- Project build settings --> <!-- Project build settings -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.source>1.8</project.build.source> <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> <olingo.deploy.skip>true</olingo.deploy.skip>
<!-- Setting needed for Java 8 release builds --> <!-- Setting needed for Java 8 release builds -->

View File

@ -31,7 +31,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-samples</artifactId> <artifactId>odata-samples</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -30,7 +30,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-samples</artifactId> <artifactId>odata-samples</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-parent</artifactId> <artifactId>odata-parent</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-samples</artifactId> <artifactId>odata-samples</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>

View File

@ -25,7 +25,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService</artifactId> <artifactId>DemoService</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId} Webapp</name> <name>${project.artifactId} Webapp</name>
@ -35,7 +35,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -25,7 +25,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-Media</artifactId> <artifactId>DemoService-Media</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
@ -35,7 +35,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -25,13 +25,13 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-Batch</artifactId> <artifactId>DemoService-Batch</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
<project.source>1.6</project.source> <project.source>1.6</project.source>
<compiler.plugin.version>3.2</compiler.plugin.version> <compiler.plugin.version>3.2</compiler.plugin.version>

View File

@ -25,7 +25,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-DeepInsert</artifactId> <artifactId>DemoService-DeepInsert</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
@ -35,7 +35,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -25,7 +25,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-DeepInsertPreparation</artifactId> <artifactId>DemoService-DeepInsertPreparation</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
@ -35,7 +35,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -25,7 +25,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-Read</artifactId> <artifactId>DemoService-Read</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
@ -35,7 +35,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -9,7 +9,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-ReadEp</artifactId> <artifactId>DemoService-ReadEp</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
@ -19,7 +19,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -25,7 +25,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-Write</artifactId> <artifactId>DemoService-Write</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
@ -35,7 +35,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -25,7 +25,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-Navigation</artifactId> <artifactId>DemoService-Navigation</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
@ -35,7 +35,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -25,7 +25,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-QueryOptions-TCS</artifactId> <artifactId>DemoService-QueryOptions-TCS</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
@ -35,7 +35,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -25,7 +25,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-QueryOptions-ES</artifactId> <artifactId>DemoService-QueryOptions-ES</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
@ -35,7 +35,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -25,7 +25,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-QueryOptions-O</artifactId> <artifactId>DemoService-QueryOptions-O</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
@ -35,7 +35,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -25,7 +25,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-QueryOptions-F</artifactId> <artifactId>DemoService-QueryOptions-F</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId} Webapp</name> <name>${project.artifactId} Webapp</name>
@ -35,7 +35,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -25,7 +25,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-Action</artifactId> <artifactId>DemoService-Action</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
@ -35,7 +35,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -25,7 +25,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-ActionPreparation</artifactId> <artifactId>DemoService-ActionPreparation</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
@ -35,7 +35,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -9,7 +9,7 @@
<groupId>my.group.id</groupId> <groupId>my.group.id</groupId>
<artifactId>DemoService-Streaming</artifactId> <artifactId>DemoService-Streaming</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<name>${project.artifactId}-Webapp</name> <name>${project.artifactId}-Webapp</name>
@ -19,7 +19,7 @@
<properties> <properties>
<javax.version>2.5</javax.version> <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> <slf4j.version>1.7.7</slf4j.version>
</properties> </properties>

View File

@ -30,7 +30,7 @@
<parent> <parent>
<groupId>org.apache.olingo</groupId> <groupId>org.apache.olingo</groupId>
<artifactId>odata-samples</artifactId> <artifactId>odata-samples</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>