|
9 | 9 | <modelVersion>4.0.0</modelVersion> |
10 | 10 | <groupId>org.comroid</groupId> |
11 | 11 | <artifactId>common-util</artifactId> |
12 | | - <version>1.5.3-SNAPSHOT</version> |
13 | | - <name>common-util</name> |
| 12 | + <version>1.5.5-SNAPSHOT</version> |
| 13 | + <name>repo</name> |
14 | 14 | <description>Extensions to org.comroid:interfaces</description> |
15 | | - <url>https://github.com/comroid-git/common-util</url> |
| 15 | + <url>https://github.com/comroid-git/repo</url> |
16 | 16 | <inceptionYear>2020</inceptionYear> |
17 | 17 | <licenses> |
18 | 18 | <license> |
|
28 | 28 | </developer> |
29 | 29 | </developers> |
30 | 30 | <scm> |
31 | | - <connection>scm:git:git://github.com/comroid-git/common-util.git</connection> |
32 | | - <developerConnection>scm:git:ssh://github.com/comroid-git/common-util.git</developerConnection> |
33 | | - <url>https://github.com/comroid-git/common-util</url> |
| 31 | + <connection>scm:git:git://github.com/comroid-git/repo.git</connection> |
| 32 | + <developerConnection>scm:git:ssh://github.com/comroid-git/repo.git</developerConnection> |
| 33 | + <url>https://github.com/comroid-git/repo</url> |
34 | 34 | </scm> |
35 | 35 | <dependencies> |
36 | 36 | <dependency> |
37 | 37 | <groupId>org.comroid</groupId> |
38 | 38 | <artifactId>interfaces</artifactId> |
39 | | - <version>0.10.0-SNAPSHOT</version> |
| 39 | + <version>0.10.2-SNAPSHOT</version> |
40 | 40 | <scope>compile</scope> |
41 | 41 | </dependency> |
42 | 42 | <dependency> |
43 | 43 | <groupId>org.comroid</groupId> |
44 | 44 | <artifactId>trie</artifactId> |
45 | | - <version>1.0.0-SNAPSHOT</version> |
| 45 | + <version>1.0.1-SNAPSHOT</version> |
46 | 46 | <scope>compile</scope> |
47 | 47 | </dependency> |
48 | 48 | <dependency> |
49 | 49 | <groupId>org.comroid</groupId> |
50 | 50 | <artifactId>mutatio</artifactId> |
51 | | - <version>0.10.0-SNAPSHOT</version> |
| 51 | + <version>0.11.0-SNAPSHOT</version> |
52 | 52 | <scope>compile</scope> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
|
57 | 57 | <version>0.5.1</version> |
58 | 58 | <scope>runtime</scope> |
59 | 59 | </dependency> |
60 | | - <dependency> |
61 | | - <groupId>com.google.flogger</groupId> |
62 | | - <artifactId>flogger-system-backend</artifactId> |
63 | | - <version>0.5.1</version> |
64 | | - <scope>runtime</scope> |
65 | | - </dependency> |
66 | 60 | </dependencies> |
67 | 61 | </project> |
0 commit comments