Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teoincontatto committed Oct 24, 2018
1 parent 470439c commit 27a8581
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.torodb.stampede</groupId>
<artifactId>stampede-pom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>stampede-main</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.torodb</groupId>
<artifactId>parent-pom</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<groupId>com.torodb.stampede</groupId>
<artifactId>stampede-pom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>ToroDB: Stampede</name>
Expand All @@ -22,7 +22,7 @@
</modules>

<properties>
<torodb.engine.version>0.50.3-SNAPSHOT</torodb.engine.version>
<torodb.engine.version>0.50.3</torodb.engine.version>

<license.header.license>agpl</license.header.license>
<license.header.project.name>ToroDB Stampede</license.header.project.name>
Expand Down
2 changes: 1 addition & 1 deletion reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.torodb.stampede</groupId>
<artifactId>stampede-pom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>reporting</artifactId>
<name>ToroDB: Stampede reporting</name>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.torodb.stampede</groupId>
<artifactId>stampede-pom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>stampede-service</artifactId>
Expand Down

0 comments on commit 27a8581

Please sign in to comment.