Skip to content

Commit

Permalink
change group id
Browse files Browse the repository at this point in the history
  • Loading branch information
diasf committed Oct 9, 2024
1 parent fbcd180 commit 7b196b8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions dataverse-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>edu.harvard.iq</groupId>
<groupId>pl.edu.icm.dataverse</groupId>
<artifactId>dataverse-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -107,7 +107,7 @@
</dependency>

<dependency>
<groupId>edu.harvard.iq</groupId>
<groupId>pl.edu.icm.dataverse</groupId>
<artifactId>dataverse-webapp</artifactId>
<version>${project.version}</version>
<type>war</type>
Expand Down
4 changes: 2 additions & 2 deletions dataverse-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>edu.harvard.iq</groupId>
<groupId>pl.edu.icm.dataverse</groupId>
<artifactId>dataverse-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -52,7 +52,7 @@
</dependency>

<dependency>
<groupId>edu.harvard.iq</groupId>
<groupId>pl.edu.icm.dataverse</groupId>
<artifactId>dataverse-test-common</artifactId>
<version>${project.version}</version>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion dataverse-test-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>edu.harvard.iq</groupId>
<groupId>pl.edu.icm.dataverse</groupId>
<artifactId>dataverse-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
</parent>
Expand Down
8 changes: 4 additions & 4 deletions dataverse-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packaging>war</packaging>

<parent>
<groupId>edu.harvard.iq</groupId>
<groupId>pl.edu.icm.dataverse</groupId>
<artifactId>dataverse-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
</parent>
Expand All @@ -24,7 +24,7 @@
<!-- TODO: Housekeeping is utterly needed. -->
<dependencies>
<dependency>
<groupId>edu.harvard.iq</groupId>
<groupId>pl.edu.icm.dataverse</groupId>
<artifactId>dataverse-persistence</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down Expand Up @@ -626,13 +626,13 @@

<!-- Test dependencies -->
<dependency>
<groupId>edu.harvard.iq</groupId>
<groupId>pl.edu.icm.dataverse</groupId>
<artifactId>dataverse-test-common</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>edu.harvard.iq</groupId>
<groupId>pl.edu.icm.dataverse</groupId>
<artifactId>dataverse-persistence</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
If you are doing more than bumping the version number, please read
doc/sphinx-guides/source/developers/dependencies.rst
-->
<groupId>edu.harvard.iq</groupId>
<groupId>pl.edu.icm.dataverse</groupId>
<artifactId>dataverse-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down Expand Up @@ -87,13 +87,13 @@
<url>file://${project.basedir}/local_lib</url>
</repository>
<repository>
<id>drodb-releases</id>
<id>dataverse-releases</id>
<url>https://maven.ceon.pl/repository/drodb-releases</url>
<snapshots><enabled>false</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
<repository>
<id>drodb-snapshots</id>
<id>dataverse-snapshots</id>
<url>https://maven.ceon.pl/repository/drodb-snapshots</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>false</enabled></releases>
Expand Down Expand Up @@ -1035,11 +1035,11 @@

<distributionManagement>
<repository>
<id>drodb-releases</id>
<id>dataverse-releases</id>
<url>https://maven.ceon.pl/artifactory/drodb-releases</url>
</repository>
<snapshotRepository>
<id>drodb-snapshots</id>
<id>dataverse-snapshots</id>
<url>https://maven.ceon.pl/artifactory/drodb-snapshots</url>
</snapshotRepository>
</distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>drodb-releases</id>
<id>dataverse-releases</id>
<username>${env.ARTIFACTORY_DEPLOY_USR}</username>
<password>${env.ARTIFACTORY_DEPLOY_PSW}</password>
</server>
<server>
<id>drodb-snapshots</id>
<id>dataverse-snapshots</id>
<username>${env.ARTIFACTORY_DEPLOY_USR}</username>
<password>${env.ARTIFACTORY_DEPLOY_PSW}</password>
</server>
Expand Down

0 comments on commit 7b196b8

Please sign in to comment.