Skip to content

Commit

Permalink
updating version numbers to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Jul 31, 2013
1 parent e58daee commit a7f70fe
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion annis-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>annis-all</artifactId>
<groupId>de.hu-berlin.german.korpling.annis</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion annis-interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>annis-all</artifactId>
<groupId>de.hu-berlin.german.korpling.annis</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion annis-kickstarter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>annis-all</artifactId>
<groupId>de.hu-berlin.german.korpling.annis</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions annis-libgui/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.hu-berlin.german.korpling.annis</groupId>
<artifactId>annis-all</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<groupId>de.hu-berlin.german.korpling.annis</groupId>
<artifactId>annis-libgui</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>annis-libgui</name>
<packaging>jar</packaging>
<description>Base project for a Vaadin based GUI.</description>
Expand Down
2 changes: 1 addition & 1 deletion annis-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>annis-all</artifactId>
<groupId>de.hu-berlin.german.korpling.annis</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions annis-visualizers/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.hu-berlin.german.korpling.annis</groupId>
<artifactId>annis-all</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<groupId>de.hu-berlin.german.korpling.annis</groupId>
<artifactId>annis-visualizers</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>annis-visualizers</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions annis-widgets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>annis-all</artifactId>
<groupId>de.hu-berlin.german.korpling.annis</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<groupId>de.hu-berlin.german.korpling.annis</groupId>
<artifactId>annis-widgets</artifactId>
<packaging>jar</packaging>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>annis-widgets</name>


Expand Down
2 changes: 1 addition & 1 deletion buildbot_scripts/copyService.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export ANNIS_HOME=$1
export ANNIS_PORT=$2

ANNIS_VERSION=3.0.0-SNAPSHOT
ANNIS_VERSION=3.0.0
DIST_DIR=annis-service/target/annis-service-$ANNIS_VERSION-distribution/annis-service-$ANNIS_VERSION

#code
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PROJECT_NAME = ANNIS
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 3.0.0-SNAPSHOT
PROJECT_NUMBER = 3.0.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>annis-all</artifactId>
<packaging>pom</packaging>
<name>ANNIS corpus search</name>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<description>
ANNIS is an open source, versatile web browser-based search and
visualization architecture for complex multilevel linguistic corpora with
Expand Down

0 comments on commit a7f70fe

Please sign in to comment.