Skip to content

Commit

Permalink
New SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Sebastian Nordholt committed Jan 30, 2019
1 parent 0a54e97 commit 65ff15b
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>master-pom</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<!-- ================= FRESCO DEPENDENCIES ============================ -->
Expand Down
2 changes: 1 addition & 1 deletion demos/aes/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>demos</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demos/aggregation/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>demos</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demos/common/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>demos</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demos/distance/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>demos</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demos/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>master-pom</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demos/psi/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>demos</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demos/sum/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>demos</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@
</properties>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>master-pom</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>FRESCO parent pom</name>
Expand Down
2 changes: 1 addition & 1 deletion suite/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>master-pom</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion suite/spdz/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>fresco-protocol-suites-pom</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion suite/spdz2k/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>fresco-protocol-suites-pom</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions suite/tinytables/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>fresco-protocol-suites-pom</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>ot</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion tools/mascot/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>tools-master-pom</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tools/ot/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>tools-master-pom</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>master-pom</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 65ff15b

Please sign in to comment.