Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Jun 14, 2017
1 parent 4062f81 commit 9c2bea1
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 35 deletions.
2 changes: 1 addition & 1 deletion herddb-bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.herddb</groupId>
<artifactId>herddb-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion herddb-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.herddb</groupId>
<artifactId>herddb-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion herddb-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.herddb</groupId>
<artifactId>herddb-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
14 changes: 2 additions & 12 deletions herddb-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,12 @@
<parent>
<groupId>org.herddb</groupId>
<artifactId>herddb-parent</artifactId>
<version>0.0.7-ALPHA17</version>
<version>0.1.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>HerdDB Docker</name>
<artifactId>herddb-docker</artifactId>
<dependencies>
<!--
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>herddb-services</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
-->
</dependencies>
<artifactId>herddb-docker</artifactId>
<build>
<resources>
<resource>
Expand Down
2 changes: 1 addition & 1 deletion herddb-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.herddb</groupId>
<artifactId>herddb-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion herddb-net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.herddb</groupId>
<artifactId>herddb-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion herddb-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.herddb</groupId>
<artifactId>herddb-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion herddb-site-skin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.herddb</groupId>
<artifactId>herddb-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion herddb-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.herddb</groupId>
<artifactId>herddb-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion herddb-website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.herddb</groupId>
<artifactId>herddb-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
21 changes: 7 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.herddb</groupId>
<artifactId>herddb-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>
<name>Herd DB</name>
<url>http://herddb.org</url>
Expand Down Expand Up @@ -277,12 +277,7 @@
<module>herddb-cli</module>
<module>herddb-bench</module>
</modules>
<distributionManagement>
<!-- <repository>
<id>dev.majordodo.org</id>
<name>Majordodo Public Repository</name>
<url>https://dev.majordodo.org/nexus/content/repositories/releases/</url>
</repository> -->
<distributionManagement>
<repository>
<id>maven.sviluppo.dna</id>
<name>MagNews Public Repository</name>
Expand Down Expand Up @@ -379,14 +374,14 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.6</version>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down Expand Up @@ -443,6 +438,7 @@
<module>herddb-jdbc</module>
<module>herddb-services</module>
<module>herddb-cli</module>
<module>herddb-ui</module>
<module>herddb-website</module>
<module>herddb-site-skin</module>
<!-- <module>herddb-bench</module> -->
Expand Down Expand Up @@ -491,8 +487,5 @@
<module>herddb-website</module>
</modules>
</profile>
</profiles>
<modules>
<module>herddb-ui</module>
</modules>
</profiles>
</project>

0 comments on commit 9c2bea1

Please sign in to comment.