Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Atucha committed Sep 16, 2021
1 parent bdfaeb7 commit 515307d
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bridje-el/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bridje</groupId>
<artifactId>bridje-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bridje-el</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bridje-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bridje</groupId>
<artifactId>bridje-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bridje-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bridje-ioc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bridje</groupId>
<artifactId>bridje-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bridje-ioc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bridje-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bridje</groupId>
<artifactId>bridje-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bridje-jdbc</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bridje-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.bridje</groupId>
<artifactId>bridje-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bridje-maven-plugin</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>maven-plugin</packaging>

<name>Bridje Maven Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion bridje-orm-srcgen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bridje</groupId>
<artifactId>bridje-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bridje-orm-srcgen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bridje-orm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bridje</groupId>
<artifactId>bridje-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bridje-orm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bridje-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bridje</groupId>
<artifactId>bridje-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bridje-sql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bridje-srcgen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bridje</groupId>
<artifactId>bridje-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bridje-srcgen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bridje-vfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bridje</groupId>
<artifactId>bridje-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bridje-vfs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bridje-web-srcgen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bridje</groupId>
<artifactId>bridje-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>bridje-web-srcgen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bridje-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bridje</groupId>
<artifactId>bridje-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

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

<groupId>org.bridje</groupId>
<artifactId>bridje-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>pom</packaging>

<name>Bridje (Parent)</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
<url>https://github.com/bridje/bridje-framework</url>
<connection>scm:git:https://github.com/bridje/bridje-framework.git</connection>
<developerConnection>scm:git:https://github.com/bridje/bridje-framework.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.3</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 515307d

Please sign in to comment.