Skip to content

Commit

Permalink
Update project name in maven poms and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Oct 14, 2013
1 parent 0f60183 commit 1338fd6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This tutorial shows how to build Stratosphere on your own system. Please open a
* Java 6 or 7

```
git clone https://github.com/dimalabs/ozone.git
git clone https://github.com/stratosphere/stratosphere.git
cd ozone
mvn -DskipTests clean package # this will take up to 5 minutes
```
Expand Down Expand Up @@ -141,17 +141,17 @@ public class Tutorial implements PlanAssembler, PlanAssemblerDescription {
## Support
Don’t hesitate to ask!

[Open an issue](https://github.com/dimalabs/ozone/issues/new) on Github, if you found a bug or need any help.
[Open an issue](https://github.com/stratosphere/stratosphere/issues/new) on Github, if you found a bug or need any help.
We also have a [mailing list](https://groups.google.com/d/forum/stratosphere-dev) for both users and developers.

Some of our colleagues are also in the #dima irc channel on freenode.

## Documentation

There is our (old) [official Wiki](https://stratosphere.eu/wiki/doku).
We are in the progress of migrating it to the [GitHub Wiki](https://github.com/dimalabs/ozone/wiki/_pages)
We are in the progress of migrating it to the [GitHub Wiki](https://github.com/stratosphere/stratosphere/wiki/_pages)

Please make edits to the Wiki if you find inconsistencies or [Open an issue](https://github.com/dimalabs/ozone/issues/new)
Please make edits to the Wiki if you find inconsistencies or [Open an issue](https://github.com/stratosphere/stratosphere/issues/new)


## Fork and Contribute
Expand All @@ -178,7 +178,7 @@ We combine cutting edge research outcomes with a stable and usable codebase.
Decisions are not made behind closed doors. We discuss all changes and plans on our Mailinglists and on GitHub.


Build Status: [![Build Status](https://travis-ci.org/dimalabs/ozone.png)](https://travis-ci.org/dimalabs/ozone)
Build Status: [![Build Status](https://travis-ci.org/stratosphere/stratosphere.png)](https://travis-ci.org/stratosphere/stratosphere)



Expand Down
2 changes: 1 addition & 1 deletion pact/pact-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
</execution>

<!-- TeraSort
TeraSort is currently not working, because of problems with the RangePartioner (see https://github.com/dimalabs/ozone/issues/7).
TeraSort is currently not working, because of problems with the RangePartioner (see https://github.com/stratosphere/stratosphere/issues/7).
It should be included again after fixing the issue.
<execution>
<id>TeraSort</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* http:https://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/examples/terasort/TeraGen.html</a>.
*
* Note: this example job is currently not included in the build, because of problems with the RangePartioner (see
* https://github.com/dimalabs/ozone/issues/7). It should be included again after fixing the issue.
* https://github.com/stratosphere/stratosphere/issues/7). It should be included again after fixing the issue.
*
* @author warneke
*/
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<name>ozone</name>
<packaging>pom</packaging>
<url>http:https://github.com/dimalabs/ozone</url>
<url>http:https://github.com/stratosphere/stratosphere</url>
<inceptionYear>2013</inceptionYear>

<licenses>
Expand All @@ -28,9 +28,9 @@
</licenses>

<scm>
<url>https://github.com/dimalabs/ozone</url>
<connection>scm:git:[email protected]:dimalabs/ozone.git</connection>
<developerConnection>scm:git:[email protected]:dimalabs/ozone.git</developerConnection>
<url>https://github.com/stratosphere/stratosphere</url>
<connection>scm:git:[email protected]:stratosphere/stratosphere.git</connection>
<developerConnection>scm:git:[email protected]:stratosphere/stratosphere.git</developerConnection>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion tools/generate_specific_pom.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

#
# See https://github.com/dimalabs/ozone/issues/95
# See https://github.com/stratosphere/stratosphere/issues/95
# Inspired by: https://github.com/apache/hbase/blob/trunk/dev-support/generate-hadoopX-poms.sh
#

Expand Down

0 comments on commit 1338fd6

Please sign in to comment.