Skip to content

Commit

Permalink
Fix issue with in the meantime invalid maven repo repo.opengeo.org an…
Browse files Browse the repository at this point in the history
…d update RELEASE-NOTES
  • Loading branch information
CarstenHollmann committed Oct 15, 2014
1 parent e633cd9 commit b15b9cd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
15 changes: 15 additions & 0 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ RELEASE NOTES
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-sos-4.1.1
==================================

--- New features ---

--- Changes ---

--- Fixed bugs ---

* Issue with OpenGeo repository
* GetFeatureOfInterest request with featureOfInterest identifier and procedure/observableProperty identifier
ignores the featureOfInterest identifier
* Performance issue for first/latest GetObservation with series concept


Release 52n-sos-4.1
==================================
Expand Down
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1242,13 +1242,18 @@
</snapshots>
</repository>
<repository>
<id>opengeo</id>
<name>OpenGeo repository</name>
<url>http://repo.opengeo.org</url>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>boundless</id>
<name>Boundless, formerly OpenGeo</name>
<url>http://repo.boundlessgeo.com/main/</url>
</repository>
</repositories>
<profiles>
<profile>
Expand Down

0 comments on commit b15b9cd

Please sign in to comment.