Skip to content

Commit

Permalink
[maven-release-plugin] prepare release inception-35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reckart committed Jan 28, 2025
1 parent b8d9908 commit 100f388
Show file tree
Hide file tree
Showing 138 changed files with 269 additions and 271 deletions.
2 changes: 1 addition & 1 deletion inception/inception-active-learning/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>35.1-SNAPSHOT</version>
<version>35.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>inception-active-learning</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-agreement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>35.1-SNAPSHOT</version>
<version>35.1</version>
</parent>

<artifactId>inception-agreement</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-annotation-storage-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>35.1-SNAPSHOT</version>
<version>35.1</version>
</parent>

<artifactId>inception-annotation-storage-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-annotation-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>35.1-SNAPSHOT</version>
<version>35.1</version>
</parent>
<artifactId>inception-annotation-storage</artifactId>
<name>INCEpTION - Core - Annotation Storage</name>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-api-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>35.1-SNAPSHOT</version>
<version>35.1</version>
</parent>
<artifactId>inception-api-annotation</artifactId>
<name>INCEpTION - Core - Annotation API</name>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-api-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>35.1-SNAPSHOT</version>
<version>35.1</version>
</parent>
<artifactId>inception-api-editor</artifactId>
<name>INCEpTION - Core - Annotation editor API</name>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-api-formats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>35.1-SNAPSHOT</version>
<version>35.1</version>
</parent>
<artifactId>inception-api-formats</artifactId>
<name>INCEpTION - Core - Formats API</name>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-api-render/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>35.1-SNAPSHOT</version>
<version>35.1</version>
</parent>
<artifactId>inception-api-render</artifactId>
<name>INCEpTION - Core - Annotation rendering API</name>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-app-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>35.1-SNAPSHOT</version>
<version>35.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions inception/inception-assistant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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">
<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.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-app</artifactId>
<version>35.1-SNAPSHOT</version>
<version>35.1</version>
</parent>
<artifactId>inception-assistant</artifactId>
<name>INCEpTION - Assistant</name>
Expand Down
Loading

0 comments on commit 100f388

Please sign in to comment.