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
Ming committed Apr 23, 2016
1 parent 3bd5526 commit 3636421
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jinq</groupId>
<artifactId>jinq</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</parent>
<artifactId>analysis</artifactId>
<packaging>jar</packaging>
Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>org.jinq</groupId>
<artifactId>jinq-asm-rebased</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jinq</groupId>
<artifactId>api</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jinq</groupId>
<artifactId>jinq</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</parent>
<artifactId>api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jinq-asm-rebased/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jinq</groupId>
<artifactId>jinq</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</parent>
<artifactId>jinq-asm-rebased</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions jinq-hibernate-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jinq</groupId>
<artifactId>jinq</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</parent>
<artifactId>jinq-hibernate-legacy</artifactId>
<packaging>jar</packaging>
Expand All @@ -27,12 +27,12 @@
<dependency>
<groupId>org.jinq</groupId>
<artifactId>jinq-jpa</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jinq</groupId>
<artifactId>api</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions jinq-jooq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jinq</groupId>
<artifactId>jinq</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</parent>
<artifactId>jinq-jooq</artifactId>
<packaging>jar</packaging>
Expand All @@ -26,12 +26,12 @@
<dependency>
<groupId>org.jinq</groupId>
<artifactId>api</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jinq</groupId>
<artifactId>analysis</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jinq-jpa-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jinq</groupId>
<artifactId>jinq</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</parent>
<artifactId>jinq-jpa-scala</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.jinq</groupId>
<artifactId>jinq-jpa</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
Expand Down
8 changes: 4 additions & 4 deletions jinq-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jinq</groupId>
<artifactId>jinq</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</parent>
<artifactId>jinq-jpa</artifactId>
<packaging>jar</packaging>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.jinq</groupId>
<artifactId>jinq-asm-rebased</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
Expand All @@ -38,12 +38,12 @@
<dependency>
<groupId>org.jinq</groupId>
<artifactId>api</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jinq</groupId>
<artifactId>analysis</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.jinq</groupId>
<artifactId>jinq</artifactId>
<version>1.8.11</version>
<version>1.8.12-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jinq</name>
Expand All @@ -28,7 +28,7 @@
<url>https://github.com/my2iu/Jinq</url>
<connection>scm:git:https://github.com/my2iu/Jinq.git</connection>
<developerConnection>scm:git:https://[email protected]/my2iu/Jinq.git</developerConnection>
<tag>jinq-1.8.11</tag>
<tag>jinq-1.8.3</tag>
</scm>

<developers>
Expand Down

0 comments on commit 3636421

Please sign in to comment.