Skip to content

Commit e87d2c8

Browse files
committed
Updated for release 2.2.0
1 parent 7a1dcb6 commit e87d2c8

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The extension is based (forked) from the *Apache Olingo Annotation Processor* (s
1717

1818
## New and Noteworthy
1919

20-
* `Version 2.2` (current development version - release *upcoming*)
20+
* `Version 2.2` (current development version - release *21.02.2016*)
2121
* **[Janos#9](https://github.com/mibo/janos/issues/9):** Add method to create an `EdmProvider` based on `Annotations` (accordingly annotated classes)
2222
* **[Janos#8](https://github.com/mibo/janos/issues/8):** All fields of an POJO are handled as `@EdmProperty` by default (if no
2323
fields with annotations (beside `@EdmKey`) is found)

janos-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>de.mirb.olingo</groupId>
2727
<artifactId>janos</artifactId>
28-
<version>2.2.0-SNAPSHOT</version>
28+
<version>2.2.0</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

janos-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ language governing permissions and limitations under the License. -->
1616
<parent>
1717
<groupId>de.mirb.olingo</groupId>
1818
<artifactId>janos</artifactId>
19-
<version>2.2.0-SNAPSHOT</version>
19+
<version>2.2.0</version>
2020
<relativePath>..</relativePath>
2121
</parent>
2222

janos-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ language governing permissions and limitations under the License. -->
1616
<parent>
1717
<groupId>de.mirb.olingo</groupId>
1818
<artifactId>janos</artifactId>
19-
<version>2.2.0-SNAPSHOT</version>
19+
<version>2.2.0</version>
2020
<relativePath>..</relativePath>
2121
</parent>
2222

janos-jpa-ref/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ language governing permissions and limitations under the License. -->
1616
<parent>
1717
<groupId>de.mirb.olingo</groupId>
1818
<artifactId>janos</artifactId>
19-
<version>2.2.0-SNAPSHOT</version>
19+
<version>2.2.0</version>
2020
<relativePath>..</relativePath>
2121
</parent>
2222

janos-ref/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ language governing permissions and limitations under the License. -->
1616
<parent>
1717
<groupId>de.mirb.olingo</groupId>
1818
<artifactId>janos</artifactId>
19-
<version>2.2.0-SNAPSHOT</version>
19+
<version>2.2.0</version>
2020
<relativePath>..</relativePath>
2121
</parent>
2222

janos-sample-ds/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>janos-sample-ds</artifactId>
66
<packaging>war</packaging>
77

8-
<version>2.2.0-SNAPSHOT</version>
8+
<version>2.2.0</version>
99
<name>janos-sample-ds - Sample with own DataStore</name>
1010

1111
<build>

janos-testutil/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>de.mirb.olingo</groupId>
2222
<artifactId>janos</artifactId>
23-
<version>2.2.0-SNAPSHOT</version>
23+
<version>2.2.0</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626

janos-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>de.mirb.olingo</groupId>
1818
<artifactId>janos</artifactId>
19-
<version>2.2.0-SNAPSHOT</version>
19+
<version>2.2.0</version>
2020
<relativePath>..</relativePath>
2121
</parent>
2222

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>de.mirb.olingo</groupId>
1414
<artifactId>janos</artifactId>
1515
<packaging>pom</packaging>
16-
<version>2.2.0-SNAPSHOT</version>
16+
<version>2.2.0</version>
1717
<name>${project.artifactId}</name>
1818

1919
<parent>

0 commit comments

Comments
 (0)