Skip to content

Commit c28e790

Browse files
committed
[OLINGO-1560] Set version to 4.9.0
1 parent 2fbd91d commit c28e790

File tree

47 files changed

+66
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+66
-68
lines changed

dist/android-lib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.olingo</groupId>
3333
<artifactId>odata-dist</artifactId>
34-
<version>4.9.0-SNAPSHOT</version>
34+
<version>4.9.0</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737

dist/client-lib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.olingo</groupId>
3333
<artifactId>odata-dist</artifactId>
34-
<version>4.9.0-SNAPSHOT</version>
34+
<version>4.9.0</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737

dist/javadoc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.olingo</groupId>
3333
<artifactId>odata-dist</artifactId>
34-
<version>4.9.0-SNAPSHOT</version>
34+
<version>4.9.0</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737

dist/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.olingo</groupId>
3333
<artifactId>odata-parent</artifactId>
34-
<version>4.9.0-SNAPSHOT</version>
34+
<version>4.9.0</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737

dist/server-lib-ext/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.olingo</groupId>
3333
<artifactId>odata-dist</artifactId>
34-
<version>4.9.0-SNAPSHOT</version>
34+
<version>4.9.0</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737

dist/server-lib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.olingo</groupId>
3333
<artifactId>odata-dist</artifactId>
34-
<version>4.9.0-SNAPSHOT</version>
34+
<version>4.9.0</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737

ext/client-android/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-ext</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636

ext/client-proxy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.olingo</groupId>
3333
<artifactId>odata-ext</artifactId>
34-
<version>4.9.0-SNAPSHOT</version>
34+
<version>4.9.0</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737

ext/karaf/karaf-features/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-karaf</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636
<build>

ext/karaf/karaf-fit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-karaf</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636
<dependencies>

ext/karaf/karaf-fit/src/test/java/org/apache/olingo/osgi/itests/server/CarServiceTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public Option[] config() {
9696
return new Option[] {
9797
olingoBaseConfig(),
9898
features(olingoUrl, "olingo-server", "olingo-client"),
99-
mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.9.0-SNAPSHOT"),
99+
mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.9.0"),
100100
logLevel(LogLevel.INFO)
101101
};
102102
}

ext/karaf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-ext</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636

ext/pojogen-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.olingo</groupId>
3333
<artifactId>odata-ext</artifactId>
34-
<version>4.9.0-SNAPSHOT</version>
34+
<version>4.9.0</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737

ext/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.olingo</groupId>
3333
<artifactId>odata-parent</artifactId>
34-
<version>4.9.0-SNAPSHOT</version>
34+
<version>4.9.0</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737

fit/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-parent</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
34-
<relativePath>..</relativePath>
33+
<version>4.9.0</version>
3534
</parent>
3635

3736
<properties>
3837
<cobertura.skip>true</cobertura.skip>
3938
<sonar.skip>true</sonar.skip>
40-
<!-- exclude proxy tests by default -->
41-
<exclude.regex>.*proxy.*</exclude.regex>
4239
<project-web-app-dir>${project.build.directory}/${project.build.finalName}</project-web-app-dir>
4340
<tomcat-base-dir>${project.build.directory}/emb-tom-fit</tomcat-base-dir>
4441
<project-resource-dir>${project.build.outputDirectory}</project-resource-dir>
@@ -223,7 +220,8 @@
223220
<include>**/*Test.java</include>
224221
</includes>
225222
<excludes>
226-
<exclude>%regex[${exclude.regex}]</exclude>
223+
<!-- exclude proxy tests by default -->
224+
<exclude>%regex[.*proxy.*]</exclude>
227225
</excludes>
228226
</configuration>
229227
</plugin>

lib/client-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-lib</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636

lib/client-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-lib</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636

lib/commons-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-lib</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636

lib/commons-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-lib</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636

lib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-parent</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636

lib/server-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-lib</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636

lib/server-core-ext/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-lib</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636
<dependencies>

lib/server-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-lib</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636

lib/server-tecsvc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-lib</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636

lib/server-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-lib</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>org.apache.olingo</groupId>
2727
<artifactId>odata-parent</artifactId>
28-
<version>4.9.0-SNAPSHOT</version>
28+
<version>4.9.0</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Olingo-OData</name>
@@ -113,7 +113,7 @@
113113
<!-- Project build settings -->
114114
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
115115
<project.build.source>1.8</project.build.source>
116-
<project.build.outputTimestamp>10</project.build.outputTimestamp>
116+
<project.build.outputTimestamp>${maven.build.timestamp}</project.build.outputTimestamp>
117117
<olingo.deploy.skip>true</olingo.deploy.skip>
118118

119119
<!-- Setting needed for Java 8 release builds -->

samples/client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.olingo</groupId>
3333
<artifactId>odata-samples</artifactId>
34-
<version>4.9.0-SNAPSHOT</version>
34+
<version>4.9.0</version>
3535
<relativePath>..</relativePath>
3636
</parent>
3737

samples/osgi/server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-samples</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>../..</relativePath>
3535
</parent>
3636

samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-parent</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636

samples/server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.apache.olingo</groupId>
3232
<artifactId>odata-samples</artifactId>
33-
<version>4.9.0-SNAPSHOT</version>
33+
<version>4.9.0</version>
3434
<relativePath>..</relativePath>
3535
</parent>
3636

samples/tutorials/p0_all/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>my.group.id</groupId>
2626
<artifactId>DemoService</artifactId>
2727
<packaging>war</packaging>
28-
<version>4.9.0-SNAPSHOT</version>
28+
<version>4.9.0</version>
2929

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

@@ -35,7 +35,7 @@
3535

3636
<properties>
3737
<javax.version>2.5</javax.version>
38-
<odata.version>4.9.0-SNAPSHOT</odata.version>
38+
<odata.version>4.9.0</odata.version>
3939
<slf4j.version>1.7.7</slf4j.version>
4040
</properties>
4141

samples/tutorials/p10_media/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>my.group.id</groupId>
2626
<artifactId>DemoService-Media</artifactId>
2727
<packaging>war</packaging>
28-
<version>4.9.0-SNAPSHOT</version>
28+
<version>4.9.0</version>
2929

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

@@ -35,7 +35,7 @@
3535

3636
<properties>
3737
<javax.version>2.5</javax.version>
38-
<odata.version>4.9.0-SNAPSHOT</odata.version>
38+
<odata.version>4.9.0</odata.version>
3939
<slf4j.version>1.7.7</slf4j.version>
4040
</properties>
4141

samples/tutorials/p11_batch/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<groupId>my.group.id</groupId>
2626
<artifactId>DemoService-Batch</artifactId>
2727
<packaging>war</packaging>
28-
<version>4.9.0-SNAPSHOT</version>
28+
<version>4.9.0</version>
2929

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

3232
<properties>
3333
<javax.version>2.5</javax.version>
34-
<odata.version>4.9.0-SNAPSHOT</odata.version>
34+
<odata.version>4.9.0</odata.version>
3535
<slf4j.version>1.7.7</slf4j.version>
3636
<project.source>1.6</project.source>
3737
<compiler.plugin.version>3.2</compiler.plugin.version>

samples/tutorials/p12_deep_insert/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>my.group.id</groupId>
2626
<artifactId>DemoService-DeepInsert</artifactId>
2727
<packaging>war</packaging>
28-
<version>4.9.0-SNAPSHOT</version>
28+
<version>4.9.0</version>
2929

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

@@ -35,7 +35,7 @@
3535

3636
<properties>
3737
<javax.version>2.5</javax.version>
38-
<odata.version>4.9.0-SNAPSHOT</odata.version>
38+
<odata.version>4.9.0</odata.version>
3939
<slf4j.version>1.7.7</slf4j.version>
4040
</properties>
4141

samples/tutorials/p12_deep_insert_preparation/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>my.group.id</groupId>
2626
<artifactId>DemoService-DeepInsertPreparation</artifactId>
2727
<packaging>war</packaging>
28-
<version>4.9.0-SNAPSHOT</version>
28+
<version>4.9.0</version>
2929

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

@@ -35,7 +35,7 @@
3535

3636
<properties>
3737
<javax.version>2.5</javax.version>
38-
<odata.version>4.9.0-SNAPSHOT</odata.version>
38+
<odata.version>4.9.0</odata.version>
3939
<slf4j.version>1.7.7</slf4j.version>
4040
</properties>
4141

0 commit comments

Comments
 (0)