forked from beauhoyt/JMPjct
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
35 lines (31 loc) · 1.21 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<project>
<groupId>mpjct</groupId>
<artifactId>jmp</artifactId>
<version>0.2.0</version>
<description>JMP is a high performance daemon that sits between your client and MySQL server(s) that can monitor, analyze or transform their communication. Written with a modular, threaded structure, you can write plugins to convert queries, update/modify result sets, redirect traffic, automatically shard, anything you want.</description>
<url>https://github.com/MPjct/JMPjct</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/MPjct/JMPjct.git</connection>
<developerConnection>scm:git:[email protected]:MPjct/JMPjct.git</developerConnection>
</scm>
</project>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.mpjct.jmpjct</groupId>
<artifactId>jmp</artifactId>
<version>0.2.0</version>
</project>
<distributionManagement>
<repository>
<id>clojars</id>
<name>Clojars repository</name>
<url>https://clojars.org/repo</url>
</repository>
</distributionManagement>