wangliang 3 anni fa
parent
commit
654a764e7c
7 ha cambiato i file con 13 aggiunte e 13 eliminazioni
  1. 1 1
      pom.xml
  2. 2 2
      themis-admin/pom.xml
  3. 2 2
      themis-business/pom.xml
  4. 2 2
      themis-common/pom.xml
  5. 2 2
      themis-exam/pom.xml
  6. 2 2
      themis-mq/pom.xml
  7. 2 2
      themis-task/pom.xml

+ 1 - 1
pom.xml

@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.qmth.themis</groupId>
     <groupId>com.qmth.themis</groupId>
     <artifactId>themis-service</artifactId>
     <artifactId>themis-service</artifactId>
-    <version>1.1.2</version>
+    <version>1.1.3</version>
     <packaging>pom</packaging>
     <packaging>pom</packaging>
 
 
     <modules>
     <modules>

+ 2 - 2
themis-admin/pom.xml

@@ -4,13 +4,13 @@
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.qmth.themis.admin</groupId>
     <groupId>com.qmth.themis.admin</groupId>
     <artifactId>themis-admin</artifactId>
     <artifactId>themis-admin</artifactId>
-    <version>1.1.2</version>
+    <version>1.1.3</version>
     <packaging>jar</packaging>
     <packaging>jar</packaging>
 
 
     <parent>
     <parent>
         <groupId>com.qmth.themis</groupId>
         <groupId>com.qmth.themis</groupId>
         <artifactId>themis-service</artifactId>
         <artifactId>themis-service</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.3</version>
     </parent>
     </parent>
 
 
     <dependencies>
     <dependencies>

+ 2 - 2
themis-business/pom.xml

@@ -5,13 +5,13 @@
 	<modelVersion>4.0.0</modelVersion>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>com.qmth.themis.business</groupId>
 	<groupId>com.qmth.themis.business</groupId>
 	<artifactId>themis-business</artifactId>
 	<artifactId>themis-business</artifactId>
-	<version>1.1.2</version>
+	<version>1.1.3</version>
 	<packaging>jar</packaging>
 	<packaging>jar</packaging>
 
 
 	<parent>
 	<parent>
 		<groupId>com.qmth.themis</groupId>
 		<groupId>com.qmth.themis</groupId>
 		<artifactId>themis-service</artifactId>
 		<artifactId>themis-service</artifactId>
-		<version>1.1.2</version>
+		<version>1.1.3</version>
 	</parent>
 	</parent>
 
 
 	<dependencies>
 	<dependencies>

+ 2 - 2
themis-common/pom.xml

@@ -5,13 +5,13 @@
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.qmth.themis.common</groupId>
     <groupId>com.qmth.themis.common</groupId>
     <artifactId>themis-common</artifactId>
     <artifactId>themis-common</artifactId>
-    <version>1.1.2</version>
+    <version>1.1.3</version>
     <packaging>jar</packaging>
     <packaging>jar</packaging>
 
 
     <parent>
     <parent>
         <groupId>com.qmth.themis</groupId>
         <groupId>com.qmth.themis</groupId>
         <artifactId>themis-service</artifactId>
         <artifactId>themis-service</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.3</version>
     </parent>
     </parent>
 
 
     <dependencies>
     <dependencies>

+ 2 - 2
themis-exam/pom.xml

@@ -4,13 +4,13 @@
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.qmth.themis.exam</groupId>
     <groupId>com.qmth.themis.exam</groupId>
     <artifactId>themis-exam</artifactId>
     <artifactId>themis-exam</artifactId>
-    <version>1.1.2</version>
+    <version>1.1.3</version>
     <packaging>jar</packaging>
     <packaging>jar</packaging>
 
 
     <parent>
     <parent>
         <groupId>com.qmth.themis</groupId>
         <groupId>com.qmth.themis</groupId>
         <artifactId>themis-service</artifactId>
         <artifactId>themis-service</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.3</version>
     </parent>
     </parent>
 
 
     <dependencies>
     <dependencies>

+ 2 - 2
themis-mq/pom.xml

@@ -4,13 +4,13 @@
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.qmth.themis.mq</groupId>
     <groupId>com.qmth.themis.mq</groupId>
     <artifactId>themis-mq</artifactId>
     <artifactId>themis-mq</artifactId>
-    <version>1.1.2</version>
+    <version>1.1.3</version>
     <packaging>jar</packaging>
     <packaging>jar</packaging>
 
 
     <parent>
     <parent>
         <groupId>com.qmth.themis</groupId>
         <groupId>com.qmth.themis</groupId>
         <artifactId>themis-service</artifactId>
         <artifactId>themis-service</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.3</version>
     </parent>
     </parent>
 
 
     <dependencies>
     <dependencies>

+ 2 - 2
themis-task/pom.xml

@@ -4,13 +4,13 @@
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.qmth.themis.task</groupId>
     <groupId>com.qmth.themis.task</groupId>
     <artifactId>themis-task</artifactId>
     <artifactId>themis-task</artifactId>
-    <version>1.1.2</version>
+    <version>1.1.3</version>
     <packaging>jar</packaging>
     <packaging>jar</packaging>
 
 
     <parent>
     <parent>
         <groupId>com.qmth.themis</groupId>
         <groupId>com.qmth.themis</groupId>
         <artifactId>themis-service</artifactId>
         <artifactId>themis-service</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.3</version>
     </parent>
     </parent>
 
 
     <dependencies>
     <dependencies>