Skip to content

Commit

Permalink
v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
karsany committed Oct 15, 2018
1 parent 727a598 commit 685f21d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions obridge-generator-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.obridge</groupId>
<artifactId>obridge-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>
<groupId>org.obridge.test</groupId>
<artifactId>obridge-generator-test</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>obridge-generator-test</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions obridge-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.obridge</groupId>
<artifactId>obridge-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>
<groupId>org.obridge</groupId>
<artifactId>obridge-main</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>obridge-main</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
6 changes: 3 additions & 3 deletions obridge-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.obridge</groupId>
<artifactId>obridge-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</parent>
<groupId>org.obridge</groupId>
<artifactId>obridge-maven-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>obridge-maven-plugin</name>
<packaging>maven-plugin</packaging>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>org.obridge</groupId>
<artifactId>obridge-main</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.obridge</groupId>
<artifactId>obridge-parent</artifactId>
<packaging>pom</packaging>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>OBridge Code Generator</name>

<modules>
Expand Down

0 comments on commit 685f21d

Please sign in to comment.