Skip to content

Commit c78be19

Browse files
author
Adam Soos
committed
WS-3314: Update package descriptions
1 parent 84e70dc commit c78be19

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<artifactId>rosette-api-annotations</artifactId>
2525
<name>rosette-api-annotations</name>
26-
<description>Rosette API Annotations</description>
26+
<description>Babel Street Analytics API Annotations</description>
2727
<dependencies>
2828
<dependency>
2929
<groupId>com.fasterxml.jackson.core</groupId>

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<artifactId>rosette-api</artifactId>
2525
<name>rosette-api</name>
26-
<description>Rosette API Communications</description>
26+
<description>Babel Street Analytics API Communications</description>
2727
<properties>
2828
<skip-mockserver>false</skip-mockserver>
2929
</properties>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<artifactId>rosette-api-common</artifactId>
2525
<name>rosette-api-common</name>
26-
<description>Rosette API Common</description>
26+
<description>Babel Street Analytics API Common</description>
2727
<dependencies>
2828
<dependency>
2929
<groupId>com.basistech.rosette</groupId>

json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525
<artifactId>rosette-api-json</artifactId>
2626
<name>rosette-api-json</name>
27-
<description>Rosette API JSON module</description>
27+
<description>Babel Street Analytics API JSON module</description>
2828
<dependencies>
2929
<dependency>
3030
<groupId>com.fasterxml.jackson.core</groupId>

model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</parent>
2424
<artifactId>rosette-api-model</artifactId>
2525
<name>rosette-api-model</name>
26-
<description>Rosette API data models</description>
26+
<description>Babel Street Analytics API data models</description>
2727
<properties>
2828
<delombok.output.directory>${project.build.directory}/delombok</delombok.output.directory>
2929
</properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<developerConnection>scm:git:[email protected]:rosette-api/java.git</developerConnection>
3434
<tag>rosette-api-java-binding-1.31.101</tag>
3535
</scm>
36-
<description>This is the Java binding for the Rosette API. The classes in here help Java applications to communicate with the Rosette API.</description>
36+
<description>This is the Java binding for the Babel Street Analytics API. The classes in here help Java applications to communicate with the Analytics API.</description>
3737
<distributionManagement>
3838
<site>
3939
<id>site</id>

0 commit comments

Comments
 (0)