Skip to content

Commit f00de50

Browse files
author
noname
committed
[maven-release-plugin] prepare for next development iteration
1 parent 96441f4 commit f00de50

File tree

21 files changed

+47
-47
lines changed

21 files changed

+47
-47
lines changed

example-projects/ruta-ep-example-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>ruta-ep-parent</artifactId>
26-
<version>3.5.1</version>
26+
<version>3.5.2-SNAPSHOT</version>
2727
<relativePath>../../ruta-ep-parent/pom.xml</relativePath>
2828
</parent>
2929

example-projects/ruta-maven-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>ruta-parent</artifactId>
26-
<version>3.5.1</version>
26+
<version>3.5.2-SNAPSHOT</version>
2727
<relativePath>../../ruta-parent/pom.xml</relativePath>
2828
</parent>
2929
<url>${uimaWebsiteUrl}</url>
@@ -37,7 +37,7 @@
3737
<connection>scm:git:https://github.com/apache/uima-ruta/</connection>
3838
<developerConnection>scm:git:https://github.com/apache/uima-ruta/</developerConnection>
3939
<url>https://github.com/apache/uima-ruta/</url>
40-
<tag>ruta-3.5.1</tag>
40+
<tag>HEAD</tag>
4141
</scm>
4242

4343
<dependencies>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>ruta-parent</artifactId>
26-
<version>3.5.1</version>
26+
<version>3.5.2-SNAPSHOT</version>
2727
<relativePath>ruta-parent/pom.xml</relativePath>
2828
</parent>
2929

@@ -41,7 +41,7 @@
4141
<connection>scm:git:https://github.com/apache/uima-ruta/</connection>
4242
<developerConnection>scm:git:https://github.com/apache/uima-ruta/</developerConnection>
4343
<url>https://github.com/apache/uima-ruta/</url>
44-
<tag>ruta-3.5.1</tag>
44+
<tag>HEAD</tag>
4545
</scm>
4646

4747
<!-- dependencies used during assembly -->
@@ -272,7 +272,7 @@
272272
<!-- dir="${basedir}/example-projects/ExtensionsExample/" -->
273273
<!-- includes=".project" -->
274274
<!-- prefix="${project.artifactId}-${project.version}/example-projects/ExtensionsExample/"
275-
/> -->
275+
/> -->
276276
<!-- </zip> -->
277277
<zip destfile="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip" update="true">
278278
<zipfileset dir="${basedir}/example-projects/TextRulerExample/" includes=".project" prefix="${project.artifactId}-${project.version}/example-projects/TextRulerExample/" />
@@ -283,7 +283,7 @@
283283
<!-- <zipfileset dir="${basedir}/example-projects/GermanNovels/" -->
284284
<!-- includes=".project" -->
285285
<!-- prefix="${project.artifactId}-${project.version}/example-projects/GermanNovels/"
286-
/> -->
286+
/> -->
287287
<!-- </zip> -->
288288
<zip destfile="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip" update="true">
289289
<zipfileset dir="${basedir}/example-projects/Misc/" includes=".project" prefix="${project.artifactId}-${project.version}/example-projects/Misc/" />

ruta-core-ext/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>ruta-parent</artifactId>
26-
<version>3.5.1</version>
26+
<version>3.5.2-SNAPSHOT</version>
2727
<relativePath>../ruta-parent/pom.xml</relativePath>
2828
</parent>
2929

@@ -43,7 +43,7 @@
4343
<connection>scm:git:https://github.com/apache/uima-ruta/</connection>
4444
<developerConnection>scm:git:https://github.com/apache/uima-ruta/</developerConnection>
4545
<url>https://github.com/apache/uima-ruta/</url>
46-
<tag>ruta-3.5.1</tag>
46+
<tag>HEAD</tag>
4747
</scm>
4848

4949
<dependencies>

ruta-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>ruta-parent</artifactId>
26-
<version>3.5.1</version>
26+
<version>3.5.2-SNAPSHOT</version>
2727
<relativePath>../ruta-parent/pom.xml</relativePath>
2828
</parent>
2929

@@ -43,7 +43,7 @@
4343
<connection>scm:git:https://github.com/apache/uima-ruta/</connection>
4444
<developerConnection>scm:git:https://github.com/apache/uima-ruta/</developerConnection>
4545
<url>https://github.com/apache/uima-ruta/</url>
46-
<tag>ruta-3.5.1</tag>
46+
<tag>HEAD</tag>
4747
</scm>
4848

4949
<dependencies>

ruta-documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>ruta-parent</artifactId>
26-
<version>3.5.1</version>
26+
<version>3.5.2-SNAPSHOT</version>
2727
<relativePath>../ruta-parent/pom.xml</relativePath>
2828
</parent>
2929

ruta-eclipse-feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<feature
2121
id="org.apache.uima.ruta.feature"
2222
label="UIMA Ruta Workbench"
23-
version="3.5.1"
23+
version="3.5.2.qualifier"
2424
provider-name="Apache Software Foundation">
2525

2626
<description url="http://uima.apache.org">

ruta-eclipse-feature/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>ruta-parent</artifactId>
26-
<version>3.5.1</version>
26+
<version>3.5.2-SNAPSHOT</version>
2727
<relativePath>../ruta-parent/pom.xml</relativePath>
2828
</parent>
2929

@@ -90,37 +90,37 @@
9090
<dependency>
9191
<groupId>org.apache.uima</groupId>
9292
<artifactId>ruta-ep-addons</artifactId>
93-
<version>3.5.1</version>
93+
<version>3.5.2-SNAPSHOT</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.apache.uima</groupId>
9797
<artifactId>ruta-ep-caseditor</artifactId>
98-
<version>3.5.1</version>
98+
<version>3.5.2-SNAPSHOT</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.apache.uima</groupId>
102102
<artifactId>ruta-ep-core-ext</artifactId>
103-
<version>3.5.1</version>
103+
<version>3.5.2-SNAPSHOT</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.apache.uima</groupId>
107107
<artifactId>ruta-ep-engine</artifactId>
108-
<version>3.5.1</version>
108+
<version>3.5.2-SNAPSHOT</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.apache.uima</groupId>
112112
<artifactId>ruta-ep-ide</artifactId>
113-
<version>3.5.1</version>
113+
<version>3.5.2-SNAPSHOT</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.apache.uima</groupId>
117117
<artifactId>ruta-ep-ide-ui</artifactId>
118-
<version>3.5.1</version>
118+
<version>3.5.2-SNAPSHOT</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>org.apache.uima</groupId>
122122
<artifactId>ruta-ep-textruler</artifactId>
123-
<version>3.5.1</version>
123+
<version>3.5.2-SNAPSHOT</version>
124124
</dependency>
125125
</dependencies>
126126
</project>

ruta-eclipse-update-site/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
***************************************************************
2121
-->
2222
<site>
23-
<feature url="features/org.apache.uima.ruta.feature_3.5.1.jar" id="org.apache.uima.ruta.feature" version="3.5.1">
23+
<feature url="features/org.apache.uima.ruta.feature_3.5.2.qualifier.jar" id="org.apache.uima.ruta.feature" version="3.5.2.qualifier">
2424
<category name="apache-uima-ruta"/>
2525
</feature>
2626
<category-def name="apache-uima-ruta" label="Apache UIMA Ruta">

ruta-eclipse-update-site/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.uima</groupId>
2626
<artifactId>ruta-parent</artifactId>
27-
<version>3.5.1</version>
27+
<version>3.5.2-SNAPSHOT</version>
2828
<relativePath>../ruta-parent/pom.xml</relativePath>
2929
</parent>
3030

@@ -39,7 +39,7 @@
3939
<connection>scm:git:https://github.com/apache/uima-ruta/</connection>
4040
<developerConnection>scm:git:https://github.com/apache/uima-ruta/</developerConnection>
4141
<url>https://github.com/apache/uima-ruta/</url>
42-
<tag>ruta-3.5.1</tag>
42+
<tag>HEAD</tag>
4343
</scm>
4444

4545
<properties>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.apache.uima</groupId>
5353
<artifactId>org.apache.uima.ruta.feature</artifactId>
54-
<version>3.5.1</version>
54+
<version>3.5.2-SNAPSHOT</version>
5555
</dependency>
5656
</dependencies>
5757

0 commit comments

Comments
 (0)