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
stephanenicolas committed Aug 4, 2016
1 parent f9e93b8 commit 6f173dd
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion dart-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.f2prateek.dart</groupId>
<artifactId>dart-parent</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</parent>

<artifactId>dart-annotations</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions dart-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.f2prateek.dart</groupId>
<artifactId>dart-parent</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</parent>

<artifactId>dart-common</artifactId>
Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.f2prateek.dart</groupId>
<artifactId>dart-annotations</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions dart-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.f2prateek.dart</groupId>
<artifactId>dart-parent</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</parent>

<artifactId>dart-processor</artifactId>
Expand Down Expand Up @@ -43,13 +43,13 @@
<dependency>
<groupId>com.f2prateek.dart</groupId>
<artifactId>dart-common</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.f2prateek.dart</groupId>
<artifactId>dart</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dart-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.f2prateek.dart</groupId>
<artifactId>dart-parent</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</parent>

<artifactId>dart-sample</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions dart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.f2prateek.dart</groupId>
<artifactId>dart-parent</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</parent>

<artifactId>dart</artifactId>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.f2prateek.dart</groupId>
<artifactId>dart-annotations</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions henson-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.f2prateek.dart</groupId>
<artifactId>dart-parent</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</parent>

<artifactId>henson-processor</artifactId>
Expand Down Expand Up @@ -43,19 +43,19 @@
<dependency>
<groupId>com.f2prateek.dart</groupId>
<artifactId>dart-annotations</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.f2prateek.dart</groupId>
<artifactId>dart-common</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.f2prateek.dart</groupId>
<artifactId>henson</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion henson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.f2prateek.dart</groupId>
<artifactId>dart-parent</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
</parent>

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

<groupId>com.f2prateek.dart</groupId>
<artifactId>dart-parent</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Dart (Parent)</name>
Expand Down Expand Up @@ -53,7 +53,7 @@
<url>http://github.com/f2prateek/dart/</url>
<connection>scm:git:git://github.com/f2prateek/dart.git</connection>
<developerConnection>scm:git:ssh://[email protected]/f2prateek/dart.git</developerConnection>
<tag>dart-parent-2.0.1</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 6f173dd

Please sign in to comment.