Skip to content

Commit

Permalink
updated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Laviole committed May 17, 2016
1 parent 9942a62 commit 706b922
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.processing</groupId>
<artifactId>processing-complete</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>../build/pom.xml</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.processing</groupId>
<artifactId>core</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.processing</groupId>
<artifactId>processing-complete</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<packaging>pom</packaging>


Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.processing</groupId>
<artifactId>processing-complete</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>../build/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/libraries/net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.processing</groupId>
<artifactId>processing-complete</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>../../../build/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions java/libraries/pdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.processing</groupId>
<artifactId>processing-complete</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>../../../build/pom.xml</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.processing</groupId>
<artifactId>core</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions java/libraries/serial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.processing</groupId>
<artifactId>processing-complete</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>../../../build/pom.xml</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.processing</groupId>
<artifactId>core</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</dependency>


Expand Down
8 changes: 4 additions & 4 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.processing</groupId>
<artifactId>processing-complete</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>../build/pom.xml</relativePath>
</parent>

<groupId>org.processing</groupId>
<artifactId>java-mode</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Processing Java Mode</name>
Expand All @@ -24,12 +24,12 @@
<dependency>
<groupId>org.processing</groupId>
<artifactId>core</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.processing</groupId>
<artifactId>pde</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</dependency>

<!-- version found in app/lib/ant.jar/org/apache/tools/ant/version.txt -->
Expand Down

0 comments on commit 706b922

Please sign in to comment.