diff --git a/core/pom.xml b/core/pom.xml index 4ea1ba5..ea5938c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ dk.alexandra.fresco.outsourcing outsourcing - 0.0.1-SNAPSHOT + 0.1 4.0.0 diff --git a/core/src/main/java/dk/alexandra/fresco/outsourcing/network/TwoPartyNetwork.java b/core/src/main/java/dk/alexandra/fresco/outsourcing/network/TwoPartyNetwork.java index ec6a3bd..2ac0157 100644 --- a/core/src/main/java/dk/alexandra/fresco/outsourcing/network/TwoPartyNetwork.java +++ b/core/src/main/java/dk/alexandra/fresco/outsourcing/network/TwoPartyNetwork.java @@ -17,7 +17,7 @@ public interface TwoPartyNetwork extends Closeable { /** * Receives a message from an opposing party. - * @return + * @return received date */ byte[] receive(); diff --git a/core/src/main/java/dk/alexandra/fresco/outsourcing/server/ClientSessionProducer.java b/core/src/main/java/dk/alexandra/fresco/outsourcing/server/ClientSessionProducer.java index 4b5bbe2..ed39d9a 100644 --- a/core/src/main/java/dk/alexandra/fresco/outsourcing/server/ClientSessionProducer.java +++ b/core/src/main/java/dk/alexandra/fresco/outsourcing/server/ClientSessionProducer.java @@ -8,7 +8,7 @@ public interface ClientSessionProducer { /** - * Gets the next fresh {@link SessionT} produced by this producer. + * Gets the next fresh {@code SessionT} produced by this producer. * *

* This should block until a new session is available. @@ -19,7 +19,7 @@ public interface ClientSessionProducer { SessionT next(); /** - * Tells if there producers will produce more sessions or if all expected sessions have been + * Tells if the producers will produce more sessions or if all expected sessions have been * handed off. * * @return true if there are more sessions waiting, false otherwise. diff --git a/core/src/main/java/dk/alexandra/fresco/outsourcing/server/ClientSessionRegistration.java b/core/src/main/java/dk/alexandra/fresco/outsourcing/server/ClientSessionRegistration.java index 5ac6645..c6420d2 100644 --- a/core/src/main/java/dk/alexandra/fresco/outsourcing/server/ClientSessionRegistration.java +++ b/core/src/main/java/dk/alexandra/fresco/outsourcing/server/ClientSessionRegistration.java @@ -3,7 +3,7 @@ import dk.alexandra.fresco.outsourcing.network.TwoPartyNetwork; /** - * Handles new client session requests for {@link SessionT} type. + * Handles new client session requests for {@code SessionT} type. * * @param the session type (input or output) this handler can process */ diff --git a/demo/pom.xml b/demo/pom.xml index a887dca..8c080fa 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -6,11 +6,11 @@ dk.alexandra.fresco.outsourcing outsourcing - 0.0.1-SNAPSHOT + 0.1 outsourcing-demo - 0.0.1-SNAPSHOT + 0.1 Fresco Outsourcing Demo @@ -75,7 +75,7 @@ dk.alexandra.fresco.outsourcing outsourcing-core - 0.0.1-SNAPSHOT + 0.1 diff --git a/pom.xml b/pom.xml index 90db4e9..2c7c415 100644 --- a/pom.xml +++ b/pom.xml @@ -7,12 +7,21 @@ outsourcing pom - 0.0.1-SNAPSHOT + 0.1 Fresco Outsourcing A module for FRESCO that deals with outsourcing MPC computation from a group of clients to a group of MPC servers. + https://github.com/aicis/fresco-outsourcing + + + + MIT-like License + https://github.com/aicis/fresco/blob/master/LICENSE.md + repo + + @@ -23,12 +32,106 @@ + + scm:git:git://github.com/aicis/fresco-outsourcing.git + scm:git:ssh://github.com/aicis/fresco-outsourcing.git + https://github.com/aicis/fresco-outsourcing/tree/master/ + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + The Alexandra Institute + https://alexandra.dk + + + + + release + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + -Xdoclint:none + true + true + true + true + + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + dk.alexandra.fresco core - 1.3.3 + 1.3.4 test-jar test @@ -36,13 +139,13 @@ dk.alexandra.fresco core - 1.3.3 + 1.3.4 dk.alexandra.fresco spdz - 1.3.3 + 1.3.4 @@ -55,19 +158,19 @@ org.slf4j slf4j-api - 1.7.36 + 2.0.3 ch.qos.logback logback-classic - 1.2.11 + 1.4.3 org.slf4j log4j-over-slf4j - 1.7.36 + 2.0.3