Skip to content

Commit

Permalink
MacroBase 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabuzaid21 committed Mar 19, 2018
1 parent 0c9e334 commit 75d455a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>edu.stanford.futuredata</groupId>
<artifactId>macrobase-core</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
<name>macrobase-core</name>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.stanford.futuredata</groupId>
<artifactId>macrobase-lib</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
<name>macrobase-lib</name>
<url>https://github.com/stanford-futuredata/macrobase</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>edu.stanford.futuredata</groupId>
<artifactId>macrobase</artifactId>
<packaging>pom</packaging>
<version>0.1-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
<name>macrobase</name>
<url>https://github.com/stanford-futuredata/macrobase</url>
<description>MacroBase is an anomaly detection engine designed to prioritize human attention in large-scale datasets and data streams.</description>
Expand Down
6 changes: 3 additions & 3 deletions sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>macrobase-sql</artifactId>
<packaging>jar</packaging>
<version>0.1-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
<name>macrobase-sql</name>
<url>http://maven.apache.org</url>
<parent>
<groupId>edu.stanford.futuredata</groupId>
<artifactId>macrobase</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>edu.stanford.futuredata</groupId>
<artifactId>macrobase-lib</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 75d455a

Please sign in to comment.