Skip to content

Commit

Permalink
[maven-release-plugin] prepare release sirix-parent-0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Lichtenberger committed Sep 29, 2012
1 parent 62bd40d commit b82cd6f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions bundles/sirix-core/pom.xml
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>com.github.johanneslichtenberger.sirix</groupId>
<artifactId>sirix-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sirix-core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>jar</packaging>
<name>sirix-core</name>
<description>Sirix is a versioned, treebased storage system. It provides
Expand Down
8 changes: 4 additions & 4 deletions bundles/sirix-jax-rx/pom.xml
Expand Up @@ -24,26 +24,26 @@
<parent>
<groupId>com.github.johanneslichtenberger.sirix</groupId>
<artifactId>sirix-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>sirix-jax-rx</artifactId>
<packaging>jar</packaging>
<name>sirix-jax-rx</name>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<description>This project is the jax-rx interface to jax-rx.
</description>
<dependencies>
<dependency>
<groupId>com.github.johanneslichtenberger.sirix</groupId>
<artifactId>sirix-core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>com.github.johanneslichtenberger.sirix</groupId>
<artifactId>sirix-core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions bundles/sirix-saxon/pom.xml
Expand Up @@ -24,26 +24,26 @@
<parent>
<groupId>com.github.johanneslichtenberger.sirix</groupId>
<artifactId>sirix-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>sirix-saxon</artifactId>
<packaging>jar</packaging>
<name>sirix-saxon</name>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<description>Saxon binding.</description>

<dependencies>
<dependency>
<groupId>com.github.johanneslichtenberger.sirix</groupId>
<artifactId>sirix-core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>com.github.johanneslichtenberger.sirix</groupId>
<artifactId>sirix-core</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -31,7 +31,7 @@
<artifactId>sirix-parent</artifactId>
<packaging>pom</packaging>
<name>sirix-complete</name>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<description>Sirix is a versioned, treebased storage system. It provides
an ID-less diff-algorithm to import differences between two versions (currently XML-documents). Furthermore
an ID-based diff-algorithm facilitates the comparison of versions stored within
Expand Down

0 comments on commit b82cd6f

Please sign in to comment.