Explorar el Código

Merge pull request #475 from csmith/master

Change dependencies after parser group change.
pull/476/head
Greg Holmes hace 8 años
padre
commit
fdf0814b6b
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      parser_irc/build.gradle
  2. 1
    1
      parser_xmpp/build.gradle

+ 1
- 1
parser_irc/build.gradle Ver fichero

@@ -1,3 +1,3 @@
1 1
 dependencies {
2
-    bundle group: 'com.dmdirc.parser', name: 'irc', version: '+', changing: true, transitive: false
2
+    bundle group: 'com.dmdirc', name: 'parser-irc', version: '+', changing: true, transitive: false
3 3
 }

+ 1
- 1
parser_xmpp/build.gradle Ver fichero

@@ -1,3 +1,3 @@
1 1
 dependencies {
2
-    bundle group: 'com.dmdirc.parser', name: 'xmpp', version: '+', changing: true, transitive: false
2
+    bundle group: 'com.dmdirc', name: 'parser-xmpp', version: '+', changing: true, transitive: false
3 3
 }

Loading…
Cancelar
Guardar