Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Shervin Nourbakhsh
cameo
Commits
78b3e568
Commit
78b3e568
authored
Jun 11, 2020
by
ics
Browse files
Added branch debian 10 with dependency to protobuf updated
parent
a30ad25b
Changes
6
Hide whitespace changes
Inline
Side-by-side
cameo-api/pom.xml
View file @
78b3e568
...
...
@@ -6,7 +6,7 @@
<version>
0.0.1
</version>
</parent>
<artifactId>
cameo-api
</artifactId>
<version>
0.1.
8
</version>
<version>
0.1.
9
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -22,7 +22,7 @@
<dependency>
<groupId>
fr.ill.ics
</groupId>
<artifactId>
cameo-messages
</artifactId>
<version>
0.1.
4
</version>
<version>
0.1.
5
</version>
</dependency>
<dependency>
<groupId>
fr.ill.ics
</groupId>
...
...
@@ -69,4 +69,4 @@
</plugins>
</build>
</project>
\ No newline at end of file
</project>
cameo-console-jzmq/pom.xml
View file @
78b3e568
...
...
@@ -6,14 +6,14 @@
<version>
0.0.1
</version>
</parent>
<artifactId>
cameo-console-jzmq
</artifactId>
<version>
0.1.
8
</version>
<version>
0.1.
9
</version>
<packaging>
jar
</packaging>
<dependencies>
<dependency>
<groupId>
fr.ill.ics
</groupId>
<artifactId>
cameo-console
</artifactId>
<version>
0.1.
8
</version>
<version>
0.1.
9
</version>
<exclusions>
<exclusion>
<groupId>
fr.ill.ics
</groupId>
...
...
@@ -93,4 +93,4 @@
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
</project>
cameo-console/pom.xml
View file @
78b3e568
...
...
@@ -6,7 +6,7 @@
<version>
0.0.1
</version>
</parent>
<artifactId>
cameo-console
</artifactId>
<version>
0.1.
8
</version>
<version>
0.1.
9
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -22,7 +22,7 @@
<dependency>
<groupId>
fr.ill.ics
</groupId>
<artifactId>
cameo-api
</artifactId>
<version>
0.1.
8
</version>
<version>
0.1.
9
</version>
</dependency>
</dependencies>
...
...
@@ -93,4 +93,4 @@
</plugins>
</build>
</project>
\ No newline at end of file
</project>
cameo-messages/pom.xml
View file @
78b3e568
...
...
@@ -6,7 +6,7 @@
<version>
0.0.1
</version>
</parent>
<artifactId>
cameo-messages
</artifactId>
<version>
0.1.
4
</version>
<version>
0.1.
5
</version>
<properties>
<project.scm.id>
ill-code
</project.scm.id>
...
...
@@ -20,8 +20,8 @@
<dependencies>
<dependency>
<groupId>
com.google.protobuf
</groupId>
<artifactId>
protobuf-lite
</artifactId>
<version>
3.
0
.1
</version>
<artifactId>
protobuf-
java
lite
</artifactId>
<version>
3.
12
.1
</version>
</dependency>
</dependencies>
...
...
@@ -39,7 +39,7 @@
<target>
<echo
message=
"Generating Messages.java"
/>
<exec
executable=
"protoc"
>
<arg
line=
"-Isrc/main/proto --java_out=src/main/java src/main/proto/Messages.proto"
/>
<arg
line=
"-Isrc/main/proto --java_out=
lite:
src/main/java src/main/proto/Messages.proto"
/>
</exec>
</target>
</configuration>
...
...
@@ -51,4 +51,4 @@
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
</project>
cameo-server-jzmq/pom.xml
View file @
78b3e568
...
...
@@ -6,14 +6,14 @@
<version>
0.0.1
</version>
</parent>
<artifactId>
cameo-server-jzmq
</artifactId>
<version>
0.1.
7
</version>
<version>
0.1.
8
</version>
<packaging>
jar
</packaging>
<dependencies>
<dependency>
<groupId>
fr.ill.ics
</groupId>
<artifactId>
cameo-server
</artifactId>
<version>
0.1.
7
</version>
<version>
0.1.
8
</version>
<exclusions>
<exclusion>
<groupId>
fr.ill.ics
</groupId>
...
...
@@ -94,4 +94,4 @@
</plugins>
</build>
</project>
\ No newline at end of file
</project>
cameo-server/pom.xml
View file @
78b3e568
...
...
@@ -6,7 +6,7 @@
<version>
0.0.1
</version>
</parent>
<artifactId>
cameo-server
</artifactId>
<version>
0.1.
7
</version>
<version>
0.1.
8
</version>
<packaging>
jar
</packaging>
<properties>
...
...
@@ -27,7 +27,7 @@
<dependency>
<groupId>
fr.ill.ics
</groupId>
<artifactId>
cameo-messages
</artifactId>
<version>
0.1.
4
</version>
<version>
0.1.
5
</version>
</dependency>
<dependency>
<groupId>
fr.ill.ics
</groupId>
...
...
@@ -107,4 +107,4 @@
</plugins>
</build>
</project>
\ No newline at end of file
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment