[OLINGO-772] Set version to 4.1.0-SNAPSHOT
This commit is contained in:
parent
ca40833b20
commit
c9d42e49fa
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<build>
|
<build>
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -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.0.0"),
|
mavenBundle("org.apache.olingo", "odata-server-osgi-sample", "4.1.0-SNAPSHOT"),
|
||||||
logLevel(LogLevel.INFO)
|
logLevel(LogLevel.INFO)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
<groupId>org.apache.olingo</groupId>
|
<groupId>org.apache.olingo</groupId>
|
||||||
<artifactId>odata-parent</artifactId>
|
<artifactId>odata-parent</artifactId>
|
||||||
<version>4.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Olingo-OData</name>
|
<name>Olingo-OData</name>
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -86,7 +86,7 @@ To install the required bundles, you can simply install the Karaf olingo-server
|
||||||
The following commands will install the olingo-server feature.
|
The following commands will install the olingo-server feature.
|
||||||
|
|
||||||
```
|
```
|
||||||
feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.0.0/xml/features
|
feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.1.0-SNAPSHOT/xml/features
|
||||||
feature:install olingo-server
|
feature:install olingo-server
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -95,16 +95,16 @@ feature:install olingo-server
|
||||||
To install this sample bundle, run the karaf console command.
|
To install this sample bundle, run the karaf console command.
|
||||||
|
|
||||||
```
|
```
|
||||||
bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.0.0
|
bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.1.0-SNAPSHOT
|
||||||
```
|
```
|
||||||
|
|
||||||
Shown below is the output from running the above Karaf console commands.
|
Shown below is the output from running the above Karaf console commands.
|
||||||
|
|
||||||
```
|
```
|
||||||
karaf@root()> feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.0.0/xml/features
|
karaf@root()> feature:repo-add mvn:org.apache.olingo/odata-karaf-features/4.1.0-SNAPSHOT/xml/features
|
||||||
Adding feature url mvn:org.apache.olingo/odata-karaf-features/4.0.0/xml/features
|
Adding feature url mvn:org.apache.olingo/odata-karaf-features/4.1.0-SNAPSHOT/xml/features
|
||||||
karaf@root()> feature:install olingo-server
|
karaf@root()> feature:install olingo-server
|
||||||
karaf@root()> bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.0.0
|
karaf@root()> bundle:install -s mvn:org.apache.olingo/odata-server-osgi-sample/4.1.0-SNAPSHOT
|
||||||
Bundle ID: 109
|
Bundle ID: 109
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -123,15 +123,15 @@ START LEVEL 100 , List Threshold: 50
|
||||||
102 | Active | 50 | 2.4.2 | Jackson-core
|
102 | Active | 50 | 2.4.2 | Jackson-core
|
||||||
103 | Active | 50 | 2.4.2 | Jackson-annotations
|
103 | Active | 50 | 2.4.2 | Jackson-annotations
|
||||||
104 | Active | 50 | 2.4.2 | jackson-databind
|
104 | Active | 50 | 2.4.2 | jackson-databind
|
||||||
105 | Active | 50 | 4.0.0.RC01 | odata-commons-api
|
105 | Active | 50 | 4.0.0 | odata-commons-api
|
||||||
106 | Active | 50 | 4.0.0.RC01 | odata-commons-core
|
106 | Active | 50 | 4.0.0 | odata-commons-core
|
||||||
107 | Active | 50 | 4.0.0.RC01 | odata-server-api
|
107 | Active | 50 | 4.0.0 | odata-server-api
|
||||||
108 | Active | 50 | 4.0.0.RC01 | odata-server-core
|
108 | Active | 50 | 4.0.0 | odata-server-core
|
||||||
109 | Active | 80 | 4.0.0.RC01 | odata-server-osgi-sample
|
109 | Active | 80 | 4.0.0 | odata-server-osgi-sample
|
||||||
karaf@root()> web:list
|
karaf@root()> web:list
|
||||||
ID | State | Web-State | Level | Web-ContextPath | Name
|
ID | State | Web-State | Level | Web-ContextPath | Name
|
||||||
-----------------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------------
|
||||||
109 | Active | Deployed | 80 | /olingo-cars | odata-server-osgi-sample (4.0.0.RC01)
|
109 | Active | Deployed | 80 | /olingo-cars | odata-server-osgi-sample (4.0.0)
|
||||||
karaf@root()>
|
karaf@root()>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modules>
|
<modules>
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<javax.version>2.5</javax.version>
|
<javax.version>2.5</javax.version>
|
||||||
<odata.version>4.0.0</odata.version>
|
<odata.version>4.1.0-SNAPSHOT</odata.version>
|
||||||
<slf4j.version>1.7.7</slf4j.version>
|
<slf4j.version>1.7.7</slf4j.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<javax.version>2.5</javax.version>
|
<javax.version>2.5</javax.version>
|
||||||
<odata.version>4.0.0</odata.version>
|
<odata.version>4.1.0-SNAPSHOT</odata.version>
|
||||||
<slf4j.version>1.7.7</slf4j.version>
|
<slf4j.version>1.7.7</slf4j.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<javax.version>2.5</javax.version>
|
<javax.version>2.5</javax.version>
|
||||||
<odata.version>4.0.0</odata.version>
|
<odata.version>4.1.0-SNAPSHOT</odata.version>
|
||||||
<slf4j.version>1.7.7</slf4j.version>
|
<slf4j.version>1.7.7</slf4j.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<javax.version>2.5</javax.version>
|
<javax.version>2.5</javax.version>
|
||||||
<odata.version>4.0.0</odata.version>
|
<odata.version>4.1.0-SNAPSHOT</odata.version>
|
||||||
<slf4j.version>1.7.7</slf4j.version>
|
<slf4j.version>1.7.7</slf4j.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<javax.version>2.5</javax.version>
|
<javax.version>2.5</javax.version>
|
||||||
<odata.version>4.0.0</odata.version>
|
<odata.version>4.1.0-SNAPSHOT</odata.version>
|
||||||
<slf4j.version>1.7.7</slf4j.version>
|
<slf4j.version>1.7.7</slf4j.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<javax.version>2.5</javax.version>
|
<javax.version>2.5</javax.version>
|
||||||
<odata.version>4.0.0</odata.version>
|
<odata.version>4.1.0-SNAPSHOT</odata.version>
|
||||||
<slf4j.version>1.7.7</slf4j.version>
|
<slf4j.version>1.7.7</slf4j.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<javax.version>2.5</javax.version>
|
<javax.version>2.5</javax.version>
|
||||||
<odata.version>4.0.0</odata.version>
|
<odata.version>4.1.0-SNAPSHOT</odata.version>
|
||||||
<slf4j.version>1.7.7</slf4j.version>
|
<slf4j.version>1.7.7</slf4j.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<javax.version>2.5</javax.version>
|
<javax.version>2.5</javax.version>
|
||||||
<odata.version>4.0.0</odata.version>
|
<odata.version>4.1.0-SNAPSHOT</odata.version>
|
||||||
<slf4j.version>1.7.7</slf4j.version>
|
<slf4j.version>1.7.7</slf4j.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<javax.version>2.5</javax.version>
|
<javax.version>2.5</javax.version>
|
||||||
<odata.version>4.0.0</odata.version>
|
<odata.version>4.1.0-SNAPSHOT</odata.version>
|
||||||
<slf4j.version>1.7.7</slf4j.version>
|
<slf4j.version>1.7.7</slf4j.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
@ -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.0.0</version>
|
<version>4.1.0-SNAPSHOT</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue