Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis J. McWherter Jr committed Dec 1, 2015
1 parent 645891f commit 11662c9
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 36 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.10-SNAPSHOT</version>
<version>1.0.0.10</version>
</parent>

<licenses>
Expand All @@ -40,7 +40,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.10</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions elide-datastore/elide-datastore-hibernate/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.10-SNAPSHOT</version>
<version>1.0.0.10</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.10</tag>
</scm>

<dependencies>
Expand Down
10 changes: 5 additions & 5 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.10-SNAPSHOT</version>
<version>1.0.0.10</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.10</tag>
</scm>

<properties>
Expand All @@ -51,19 +51,19 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 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.10-SNAPSHOT</version>
<version>1.0.0.10</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.10</tag>
</scm>

<properties>
Expand All @@ -51,19 +51,19 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 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.10-SNAPSHOT</version>
<version>1.0.0.10</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.10</tag>
</scm>

<dependencies>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-integration-tests</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
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.10-SNAPSHOT</version>
<version>1.0.0.10</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.10</tag>
</scm>

<dependencies>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-inmemorydb</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
<scope>test</scope>
</dependency>
<!-- For proper serialization in elide-core -->
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.10-SNAPSHOT</version>
<version>1.0.0.10</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.10</tag>
</scm>

<properties>
Expand All @@ -56,7 +56,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-core</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand Down
6 changes: 3 additions & 3 deletions elide-example/elide-hibernate3-mysql-example/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-example-parent-pom</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
</parent>

<properties>
Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-core</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate3</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
</dependency>

<!-- Jetty -->
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,7 +13,7 @@
<parent>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-example-parent-pom</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
</parent>

<properties>
Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-core</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
</dependency>
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-hibernate5</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
</dependency>

<!-- Jetty -->
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.10-SNAPSHOT</version>
<version>1.0.0.10</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.10</tag>
</scm>

<properties>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-core</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
4 changes: 2 additions & 2 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.10-SNAPSHOT</version>
<version>1.0.0.10</version>
</parent>

<licenses>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-core</artifactId>
<version>1.0.0.10-SNAPSHOT</version>
<version>1.0.0.10</version>
</dependency>
<!-- Additional dependencies -->
<dependency>
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.10-SNAPSHOT</version>
<version>1.0.0.10</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.10</tag>
</scm>

<prerequisites>
Expand Down

0 comments on commit 11662c9

Please sign in to comment.