Skip to content

Commit

Permalink
Revert "New SNAPSHOT version"
Browse files Browse the repository at this point in the history
This reverts commit b602007.
  • Loading branch information
Jonas Lindstrøm committed Sep 17, 2021
1 parent b602007 commit c6828f4
Show file tree
Hide file tree
Showing 27 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>master-pom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<!-- ================ FRESCO BUILD ========================== -->
Expand Down
4 changes: 2 additions & 2 deletions demos/aes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>demos</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>bristol</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demos/aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>demos</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demos/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>demos</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demos/distance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>demos</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>master-pom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions demos/psi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>demos</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>bristol</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demos/sum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>demos</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion lib/bristol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
<parent>
<artifactId>fresco-lib-pom</artifactId>
<groupId>dk.alexandra.fresco</groupId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion lib/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>fresco-lib-pom</artifactId>
<groupId>dk.alexandra.fresco</groupId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lib/dea/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<parent>
<artifactId>fresco-lib-pom</artifactId>
<groupId>dk.alexandra.fresco</groupId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion lib/debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fresco-lib-pom</artifactId>
<groupId>dk.alexandra.fresco</groupId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lib/fixed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fresco-lib-pom</artifactId>
<groupId>dk.alexandra.fresco</groupId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lib/list/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fresco-lib-pom</artifactId>
<groupId>dk.alexandra.fresco</groupId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lib/lp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
<parent>
<artifactId>fresco-lib-pom</artifactId>
<groupId>dk.alexandra.fresco</groupId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion lib/mimc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>fresco-lib-pom</artifactId>
<groupId>dk.alexandra.fresco</groupId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<parent>
<artifactId>master-pom</artifactId>
<groupId>dk.alexandra.fresco</groupId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</properties>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>master-pom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
<packaging>pom</packaging>

<name>FRESCO parent pom</name>
Expand Down
2 changes: 1 addition & 1 deletion suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>master-pom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
22 changes: 11 additions & 11 deletions suite/spdz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>fresco-protocol-suites-pom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -71,68 +71,68 @@
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>dea</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>dea</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>lp</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>lp</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>mimc</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>common</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>fixed</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>list</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>commitment</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>mimc</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion suite/spdz2k/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>fresco-protocol-suites-pom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions suite/tinytables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>fresco-protocol-suites-pom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -57,12 +57,12 @@
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>common</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>ot</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion tools/bitTriples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tools-master-pom</artifactId>
<groupId>dk.alexandra.fresco</groupId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions tools/commitment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>tools-master-pom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -39,7 +39,7 @@
<groupId>dk.alexandra.fresco</groupId>
<scope>test</scope>
<type>test-jar</type>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion tools/mascot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>tools-master-pom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions tools/ot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>tools-master-pom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>commitment</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>master-pom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit c6828f4

Please sign in to comment.