Skip to content

Commit

Permalink
[maven-release-plugin] prepare release thirdeye-1.303.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thirdeye-ci committed Jul 12, 2024
1 parent a9fb04b commit 35021ff
Show file tree
Hide file tree
Showing 25 changed files with 28 additions and 30 deletions.
2 changes: 1 addition & 1 deletion pinot-test-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye</artifactId>
<groupId>ai.startree.thirdeye</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ai.startree.thirdeye</groupId>
<artifactId>thirdeye</artifactId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
<packaging>pom</packaging>
<name>thirdeye</name>

Expand Down Expand Up @@ -127,7 +127,7 @@
<url>https://github.com/startreedata/thirdeye.git</url>
<connection>scm:git:[email protected]:startreedata/thirdeye.git</connection>
<developerConnection>scm:git:[email protected]:startreedata/thirdeye.git</developerConnection>
<tag>HEAD</tag>
<tag>thirdeye-1.303.0</tag>
</scm>

<inceptionYear>2014-2018</inceptionYear>
Expand Down
8 changes: 3 additions & 5 deletions thirdeye-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ai.startree.thirdeye</groupId>
<artifactId>thirdeye</artifactId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>

<artifactId>thirdeye-benchmarks</artifactId>
Expand Down Expand Up @@ -91,7 +89,7 @@
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openjdk.jmh.Main</mainClass>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<filters>
<filter>
Expand Down
2 changes: 1 addition & 1 deletion thirdeye-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>ai.startree.thirdeye</groupId>
<artifactId>thirdeye</artifactId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<artifactId>thirdeye-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-dataframe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>ai.startree.thirdeye</groupId>
<artifactId>thirdeye</artifactId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion thirdeye-detectionpipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>ai.startree.thirdeye</groupId>
<artifactId>thirdeye</artifactId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<artifactId>thirdeye-detectionpipeline</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye</artifactId>
<groupId>ai.startree.thirdeye</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye</artifactId>
<groupId>ai.startree.thirdeye</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-notification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>ai.startree.thirdeye</groupId>
<artifactId>thirdeye</artifactId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<artifactId>thirdeye-notification</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye</artifactId>
<groupId>ai.startree.thirdeye</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye</artifactId>
<groupId>ai.startree.thirdeye</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-plugins/thirdeye-bootstrap-open-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye-plugins</artifactId>
<groupId>ai.startree.thirdeye.plugins</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-plugins/thirdeye-contributors-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye-plugins</artifactId>
<groupId>ai.startree.thirdeye.plugins</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-plugins/thirdeye-detection-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye-plugins</artifactId>
<groupId>ai.startree.thirdeye.plugins</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-plugins/thirdeye-detectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye-plugins</artifactId>
<groupId>ai.startree.thirdeye.plugins</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-plugins/thirdeye-enumerators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye-plugins</artifactId>
<groupId>ai.startree.thirdeye.plugins</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-plugins/thirdeye-notification-email/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye-plugins</artifactId>
<groupId>ai.startree.thirdeye.plugins</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-plugins/thirdeye-oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye-plugins</artifactId>
<groupId>ai.startree.thirdeye.plugins</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-plugins/thirdeye-pinot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye-plugins</artifactId>
<groupId>ai.startree.thirdeye.plugins</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion thirdeye-plugins/thirdeye-plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye-plugins</artifactId>
<groupId>ai.startree.thirdeye.plugins</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion thirdeye-plugins/thirdeye-postprocessors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>thirdeye-plugins</artifactId>
<groupId>ai.startree.thirdeye.plugins</groupId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>ai.startree.thirdeye</groupId>
<artifactId>thirdeye</artifactId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<artifactId>thirdeye-scheduler</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>ai.startree.thirdeye</groupId>
<artifactId>thirdeye</artifactId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion thirdeye-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>ai.startree.thirdeye</groupId>
<artifactId>thirdeye</artifactId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion thirdeye-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>ai.startree.thirdeye</groupId>
<artifactId>thirdeye</artifactId>
<version>1.303.0-SNAPSHOT</version>
<version>1.303.0</version>
</parent>
<artifactId>thirdeye-worker</artifactId>

Expand Down

0 comments on commit 35021ff

Please sign in to comment.