Skip to content

Commit

Permalink
Changing Core Version to 2.7.6
Browse files Browse the repository at this point in the history
Upgrading POMs for Mango 2.7.6
  • Loading branch information
terrypacker committed Feb 29, 2016
1 parent 212f1fa commit 065491c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Assembly Descriptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.infiniteautomation.mango</groupId>
<artifactId>mango-parent</artifactId>
<version>2.7.5</version>
<version>2.7.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>assembly-descriptors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
<parent>
<artifactId>mango-parent</artifactId>
<groupId>com.infiniteautomation.mango</groupId>
<version>2.7.5</version>
<version>2.7.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.infiniteautomation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion Core/src/com/serotonin/m2m2/Common.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public static final int getMinorVersion() {
}

public static final int getMicroVersion() {
return 5;
return 6;
}

public static final int getDatabaseSchemaVersion() {
Expand Down
2 changes: 1 addition & 1 deletion Modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.infiniteautomation.mango</groupId>
<artifactId>mango-parent</artifactId>
<version>2.7.5</version>
<version>2.7.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>modules-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.infiniteautomation.mango</groupId>
<artifactId>mango-parent</artifactId>
<!-- When changing version ensure you change Common.java as well. -->
<version>2.7.5</version>
<version>2.7.6</version>
<name>Mango Parent</name>
<packaging>pom</packaging>
<properties>
Expand Down

0 comments on commit 065491c

Please sign in to comment.