Skip to content

Commit

Permalink
Set version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mechkg committed Oct 24, 2016
1 parent a0741f6 commit 9346023
Show file tree
Hide file tree
Showing 23 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion ClientShared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.workcraft.gwt</groupId>
<artifactId>shared</artifactId>
<packaging>jar</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>Intake24 shared client-side code</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion CommonSQL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>common-sql</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>Intake24 shared SQL code</name>

Expand Down
2 changes: 1 addition & 1 deletion DatabaseTools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>database-tools</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>"Intake24 database tools</name>

Expand Down
4 changes: 2 additions & 2 deletions FoodDBTool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ http://www.nationalarchives.gov.uk/doc/open-government-licence/
<modelVersion>4.0.0</modelVersion>
<groupId>net.scran24</groupId>
<artifactId>dbtool</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>Intake24 data editing tool</name>

Expand Down Expand Up @@ -64,7 +64,7 @@ http://www.nationalarchives.gov.uk/doc/open-government-licence/
<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>food-data-xml</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions FoodDataSQL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>food-data-sql</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>Intake24 SQL based food database</name>

Expand Down Expand Up @@ -61,19 +61,19 @@
<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>food-data-services</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>food-data-xml</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>common-sql</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions FoodDataServices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>food-data-services</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>Intake24 food lookup service</name>

Expand Down Expand Up @@ -48,13 +48,13 @@
<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>shared-types</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
<groupId>org.workcraft</groupId>
<artifactId>phrase-search</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions FoodDataXML/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>food-data-xml</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>Intake24 XML based food database</name>

Expand Down Expand Up @@ -87,13 +87,13 @@ limitations under the License.
<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>shared-types</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>food-data-services</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion ImageChooser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ http://www.nationalarchives.gov.uk/doc/open-government-licence/
<groupId>org.workcraft.gwt</groupId>
<artifactId>imagechooser</artifactId>
<packaging>jar</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>HTML image chooser</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions ImageCompiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ http://www.nationalarchives.gov.uk/doc/open-government-licence/

<groupId>net.scran24</groupId>
<artifactId>imagecompiler</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>jar</packaging>

<name>Intake24 image compiler</name>
Expand All @@ -40,7 +40,7 @@ http://www.nationalarchives.gov.uk/doc/open-government-licence/
<dependency>
<groupId>org.workcraft.gwt</groupId>
<artifactId>imagemap</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ImageMap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ http://www.nationalarchives.gov.uk/doc/open-government-licence/
<groupId>org.workcraft.gwt</groupId>
<artifactId>imagemap</artifactId>
<packaging>jar</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>HTML image maps with accessibility support</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion ImageProcessorIM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>common-sql</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>Intake24 shared SQL code</name>

Expand Down
4 changes: 2 additions & 2 deletions ImageStorageLocal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>image-storage-local</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>Intake24 local image storage implementation</name>

Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>food-data-services</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion ImageStorageS3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>common-sql</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>Intake24 shared SQL code</name>

Expand Down
6 changes: 3 additions & 3 deletions NutrientsCSV/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>nutrients-csv</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>Intake24 CSV food composition table parser</name>

Expand Down Expand Up @@ -74,13 +74,13 @@ limitations under the License.
<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>shared-types</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>food-data-services</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion PhraseSearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ http://www.nationalarchives.gov.uk/doc/open-government-licence/
<modelVersion>4.0.0</modelVersion>
<groupId>org.workcraft</groupId>
<artifactId>phrase-search</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>Indexing and searching tools for short phrases</name>

Expand Down
2 changes: 1 addition & 1 deletion SharedTypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>shared-types</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>Intake24 shared data structures</name>

Expand Down
6 changes: 3 additions & 3 deletions SlidingScale/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ http://www.nationalarchives.gov.uk/doc/open-government-licence/
<groupId>org.workcraft.gwt</groupId>
<artifactId>slidingscale</artifactId>
<packaging>jar</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>Sliding scale widget</name>

<properties>
Expand Down Expand Up @@ -66,13 +66,13 @@ http://www.nationalarchives.gov.uk/doc/open-government-licence/
<dependency>
<groupId>com.kiouri.sliderbar</groupId>
<artifactId>sliderbar</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
<groupId>org.workcraft.gwt</groupId>
<artifactId>shared</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions SystemDataMongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ limitations under the License.
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>system-data-mongodb</artifactId>
<packaging>jar</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>Intake24 MongoDB system data implementation</name>

<properties>
Expand All @@ -36,7 +36,7 @@ limitations under the License.
<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>system-data-services</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
Expand Down
8 changes: 4 additions & 4 deletions SystemDataSQL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>system-data-sql</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>Intake24 SQL based system database</name>

Expand Down Expand Up @@ -76,19 +76,19 @@ limitations under the License.
<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>shared-types</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>system-data-services</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>common-sql</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions SystemDataServices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>system-data-services</artifactId>
<packaging>jar</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>Intake24 system data services</name>

<properties>
Expand Down Expand Up @@ -51,13 +51,13 @@
<dependency>
<groupId>org.workcraft.gwt</groupId>
<artifactId>shared</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
<groupId>uk.ac.ncl.openlab.intake24</groupId>
<artifactId>shared-types</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 9346023

Please sign in to comment.