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
sdorra committed Mar 24, 2021
1 parent 7cd9b92 commit f63046c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.cloudogu.legman</groupId>
<artifactId>legman</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<artifactId>core</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<name>core</name>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions legman-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.cloudogu.legman</groupId>
<artifactId>legman</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<artifactId>legman-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<name>legman-maven-plugin</name>
<packaging>maven-plugin</packaging>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.cloudogu.legman</groupId>
<artifactId>core</artifactId>
<version>2.0.0</version>
<version>2.0.1-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 @@ -6,7 +6,7 @@
<groupId>com.cloudogu.legman</groupId>
<artifactId>legman</artifactId>
<packaging>pom</packaging>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<description>
This project is a fork of the EventBus of Google Guava
</description>
Expand All @@ -33,7 +33,7 @@
<connection>scm:git:https://github.com/sdorra/legman.git</connection>
<developerConnection>scm:git:https://github.com/sdorra/legman.git</developerConnection>
<url>https://github.com/sdorra/legman</url>
<tag>2.0.0</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down
6 changes: 3 additions & 3 deletions support/guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<parent>
<groupId>com.cloudogu.legman.support</groupId>
<artifactId>support</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<artifactId>guice</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<name>guice</name>

<dependencies>

<dependency>
<groupId>com.cloudogu.legman</groupId>
<artifactId>core</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions support/micrometer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<parent>
<groupId>com.cloudogu.legman.support</groupId>
<artifactId>support</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<artifactId>micrometer</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<name>micrometer</name>

<dependencies>

<dependency>
<groupId>com.cloudogu.legman</groupId>
<artifactId>core</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.cloudogu.legman</groupId>
<artifactId>legman</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<groupId>com.cloudogu.legman.support</groupId>
<artifactId>support</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>support</name>

Expand Down
6 changes: 3 additions & 3 deletions support/shiro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<parent>
<groupId>com.cloudogu.legman.support</groupId>
<artifactId>support</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<artifactId>shiro</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<name>shiro</name>

<dependencies>

<dependency>
<groupId>com.cloudogu.legman</groupId>
<artifactId>core</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f63046c

Please sign in to comment.