Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis J. McWherter Jr committed Nov 16, 2015
1 parent 18c212a commit 3c585b2
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions elide-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-parent-pom</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</parent>

<licenses>
Expand All @@ -35,7 +35,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>1.0.0.7</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions elide-datastore/elide-datastore-hibernate3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-parent-pom</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</parent>

<licenses>
Expand All @@ -35,7 +35,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>1.0.0.7</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions elide-datastore/elide-datastore-hibernate5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-parent-pom</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</parent>

<licenses>
Expand All @@ -35,7 +35,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>1.0.0.7</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions elide-datastore/elide-datastore-inmemorydb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-parent-pom</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</parent>

<licenses>
Expand All @@ -35,7 +35,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>1.0.0.7</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions elide-datastore/elide-datastore-multiplex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-parent-pom</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</parent>

<licenses>
Expand All @@ -31,7 +31,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>1.0.0.7</tag>
</scm>

<properties>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-inmemorydb</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions elide-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-parent-pom</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</parent>

<licenses>
Expand All @@ -35,7 +35,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>1.0.0.7</tag>
</scm>

<properties>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-core</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions elide-example/elide-hibernate3-mysql-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-example-parent-pom</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</parent>

<properties>
<version.elide>1.0.0.7-SNAPSHOT</version.elide>
<version.elide>1.0.0.7</version.elide>
<version.jetty>9.3.5.v20151012</version.jetty>
<version.slf4j>1.7.12</version.slf4j>
<version.log4j>2.3</version.log4j>
Expand Down
6 changes: 3 additions & 3 deletions elide-example/elide-persistence-mysql-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-example-parent-pom</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</parent>

<properties>
<version.elide>1.0.0.7-SNAPSHOT</version.elide>
<version.elide>1.0.0.7</version.elide>
<version.jetty>9.3.5.v20151012</version.jetty>
<version.slf4j>1.7.12</version.slf4j>
<version.log4j>2.3</version.log4j>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-core</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
Expand Down
6 changes: 3 additions & 3 deletions elide-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-parent-pom</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</parent>

<licenses>
Expand All @@ -35,7 +35,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>1.0.0.7</tag>
</scm>

<properties>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-core</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
8 changes: 4 additions & 4 deletions elide-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-parent-pom</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</parent>

<licenses>
Expand All @@ -36,17 +36,17 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-core</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate3</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-multiplex</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
</dependency>

<!-- Additional dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-parent-pom</artifactId>
<version>1.0.0.7-SNAPSHOT</version>
<version>1.0.0.7</version>
<packaging>pom</packaging>
<name>Elide Parent Pom</name>
<description>Parent pom for Elide project</description>
Expand Down Expand Up @@ -53,7 +53,7 @@
<scm>
<developerConnection>scm:git:ssh://git@github.com/yahoo/elide.git</developerConnection>
<url>https://github.com/yahoo/elide.git</url>
<tag>HEAD</tag>
<tag>1.0.0.7</tag>
</scm>

<properties>
Expand Down

0 comments on commit 3c585b2

Please sign in to comment.