Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
rareddy committed Jan 30, 2018
1 parent 0051a8d commit c9b9e83
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion data/excel/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.teiid</groupId>
<artifactId>teiid-spring-boot-starter-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion data/rest/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.teiid</groupId>
<artifactId>teiid-spring-boot-starter-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion odata/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.teiid</groupId>
<artifactId>teiid-spring-boot-starter-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>spring-odata</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.teiid</groupId>
<artifactId>teiid-spring-boot-starter-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>teiid-spring-boot-starter-parent</name>
<url>http://teiid.org</url>
Expand All @@ -27,7 +27,7 @@
<connection>scm:git:git@github.com:teiid/teiid-spring-boot.git</connection>
<developerConnection>scm:git:git@github.com:teiid/teiid-spring-boot.git</developerConnection>
<url>https://github.com/teiid/teiid-spring-boot</url>
<tag>teiid-spring-boot-starter-parent-1.0.0</tag>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion samples/excel/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.teiid</groupId>
<artifactId>samples</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>spring-excel-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/json/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.teiid</groupId>
<artifactId>samples</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>spring-json-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/odata/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.teiid</groupId>
<artifactId>samples</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>spring-odata-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.teiid</groupId>
<artifactId>teiid-spring-boot-starter-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>samples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/rdbms-file/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.teiid</groupId>
<artifactId>samples</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>spring-rdbms-file-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/rdbms/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.teiid</groupId>
<artifactId>samples</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>spring-rdbms-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/rest/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.teiid</groupId>
<artifactId>samples</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>spring-rest-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/udf/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.teiid</groupId>
<artifactId>samples</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>spring-udf-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.teiid</groupId>
<artifactId>teiid-spring-boot-starter-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>teiid-spring-boot-starter-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.teiid</groupId>
<artifactId>teiid-spring-boot-starter-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>teiid-spring-boot-starter</artifactId>
Expand Down

0 comments on commit c9b9e83

Please sign in to comment.