Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
[RELEASE]squashing 'release/1.2' into 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
0xERR0R committed Aug 18, 2017
1 parent 8cc07a5 commit d716b8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>backend</artifactId>
<packaging>war</packaging>
Expand All @@ -10,7 +9,7 @@
<parent>
<groupId>jmstool</groupId>
<artifactId>jmstool2</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<properties>
<mockrunner-version>1.0.4</mockrunner-version>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>jmstool</groupId>
<artifactId>jmstool2</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<build>
<plugins>
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>jmstool</groupId>
<artifactId>jmstool2</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<packaging>pom</packaging>

<name>jmstool2</name>
Expand Down

0 comments on commit d716b8a

Please sign in to comment.