Skip to content

Commit

Permalink
mark 1.3.7-RC1 branch build as such
Browse files Browse the repository at this point in the history
  • Loading branch information
nkiraly committed Feb 4, 2014
1 parent 851c906 commit 69915cf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ mvn install
<dependency>
<groupId>org.dbsteward.maven</groupId>
<artifactId>dbsteward-maven-plugin</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7-RC1</version>
</dependency>
</dependencies>
```
Expand All @@ -38,7 +38,7 @@ $ mvn install
<plugin>
<groupId>org.dbsteward.maven</groupId>
<artifactId>dbsteward-maven-plugin</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7-RC1</version>
<configuration>
<sqlFormat>pgsql8</sqlFormat>
<definitionFile>example.xml</definitionFile>
Expand Down Expand Up @@ -89,7 +89,7 @@ Follow Steps 1 and 2 from Building a Database
<plugin>
<groupId>org.dbsteward.maven</groupId>
<artifactId>dbsteward-maven-plugin</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7-RC1</version>
<configuration>
<sqlFormat>pgsql8</sqlFormat>
<oldDefinitionFile>example1.xml</oldDefinitionFile>
Expand Down
6 changes: 3 additions & 3 deletions example1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.dbsteward.maven</groupId>
<artifactId>dbsteward-maven-plugin-example1</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7-RC1</version>

<name>DBSteward Maven Plugin Example 1</name>

Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>org.dbsteward.maven</groupId>
<artifactId>dbsteward-maven-plugin</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7-RC1</version>
</dependency>
</dependencies>

Expand All @@ -62,7 +62,7 @@
<plugin>
<groupId>org.dbsteward.maven</groupId>
<artifactId>dbsteward-maven-plugin</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7-RC1</version>
<configuration>
<!--
DBSteward relative or absolute binary - should be available on your path
Expand Down
6 changes: 3 additions & 3 deletions example2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.dbsteward.maven</groupId>
<artifactId>dbsteward-maven-plugin-example2</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7-RC1</version>

<name>DBSteward Maven Plugin Example 2</name>

Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>org.dbsteward.maven</groupId>
<artifactId>dbsteward-maven-plugin</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7-RC1</version>
</dependency>
</dependencies>

Expand All @@ -63,7 +63,7 @@
<plugin>
<groupId>org.dbsteward.maven</groupId>
<artifactId>dbsteward-maven-plugin</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7-RC1</version>
<configuration>
<!--
DBSteward relative or absolute binary - should be available on your path
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.dbsteward.maven</groupId>
<artifactId>dbsteward-maven-plugin</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7-RC1</version>
<packaging>maven-plugin</packaging>
<name>DBSteward Maven Plugin</name>
<url>http://dbsteward.org</url>
Expand Down
2 changes: 1 addition & 1 deletion src/it/compile-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.dbsteward.maven.it</groupId>
<artifactId>simple-it</artifactId>
<version>1.3.7-SNAPSHOT</version>
<version>1.3.7-RC1</version>

<description>A basic IT verifying the compile mojo works.</description>

Expand Down

0 comments on commit 69915cf

Please sign in to comment.