Skip to content

Commit

Permalink
add release notes and fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Hollmann committed Aug 12, 2019
1 parent 2b0ed44 commit c7d798e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@
in Observation&Measurement), information about the sensor itself (encoded in a
SensorML instance document), and information about the sensor mounting platform
(SensorML as well).

## Release 52n-sensorweb-sos-4.4.9

### New features

- Added Oracle support for querying the geometry type in the database.

### Changes

-

### Fixed issues

-


## Release 52n-sensorweb-sos-4.4.8

### New features
Expand Down
2 changes: 1 addition & 1 deletion hibernate/datasource/oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>hibernate-datasource</artifactId>
<version>4.4.11-SNAPSHOT</version>
<version>4.4.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hibernate-datasource-oracle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate/generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb.sos</groupId>
<artifactId>hibernate</artifactId>
<version>4.4.11-SNAPSHOT</version>
<version>4.4.9-SNAPSHOT</version>
</parent>
<artifactId>hibernate-script-generator</artifactId>
<name>52°North SOS - Hibernate Generator</name>
Expand Down

0 comments on commit c7d798e

Please sign in to comment.