Skip to content

Commit

Permalink
Customization of poms and classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo committed Apr 3, 2024
1 parent 3a08c8f commit 9ec49c3
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pom.xml.versionsBackup
TESTS-TestSuites.xml
*.db
*/dat/out
/.settings/
.idea
# to allow each developer customize sonarlint
org.sonarlint.eclipse.core.prefs
/.settings/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Status](https://github.com/giis-uniovi/modevo/actions/workflows/test.yml/badge.svg)](https://github.com/giis-uniovi/modevo/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=my%3Amodevo&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=my%3Amodevo)
# MoDEvo - Model-driven approach to maintain data integrity for evolution of column family DBMSs

This repository contains the modules of the Model-driven engineering approach MoDEvo, which provides the data migrations required to maintain data integrity in a column family DBSM when the database evolves:
Expand Down
2 changes: 1 addition & 1 deletion modevo-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>pom</packaging>
<name>modevo-bom</name>
<description>MoDEvo bill of materials</description>
<url>http://github.com/giis-uniovi/samples-giis-template</url>
<url>http://github.com/giis-uniovi/modevo</url>
<organization>
<name>Software Engineering Research Group (GIIS) - Universidad de Oviedo, ES</name>
<url>http://giis.uniovi.es/</url>
Expand Down
2 changes: 1 addition & 1 deletion modevo-script/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
Expand Down
2 changes: 1 addition & 1 deletion modevo-script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>jar</packaging>
<name>modevo-script</name>
<description>MoDEvo script module</description>
<url>http://github.com/giis-uniovi/samples-giis-template</url>
<url>http://github.com/giis-uniovi/modevo</url>
<organization>
<name>Software Engineering Research Group (GIIS) - Universidad de Oviedo, ES</name>
<url>http://giis.uniovi.es/</url>
Expand Down
2 changes: 1 addition & 1 deletion modevo-transform/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
Expand Down
2 changes: 1 addition & 1 deletion modevo-transform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>jar</packaging>
<name>modevo-transform</name>
<description>MoDEvo transform module</description>
<url>http://github.com/giis-uniovi/samples-giis-template</url>
<url>http://github.com/giis-uniovi/modevo</url>
<organization>
<name>Software Engineering Research Group (GIIS) - Universidad de Oviedo, ES</name>
<url>http://giis.uniovi.es/</url>
Expand Down
18 changes: 15 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,18 @@
</build>

<developers>
<developer>
<name>Pablo Suarez-Otero</name>
<url>http://giis.uniovi.es</url>
</developer>
<developer>
<name>Michael Mior</name>
<url>https://cs.rit.edu/~dataunitylab/</url>
</developer>
<developer>
<name>Maria Jose Suarez-Cabal</name>
<url>http://giis.uniovi.es</url>
</developer>
<developer>
<name>Javier Tuya</name>
<url>http://giis.uniovi.es</url>
Expand All @@ -191,11 +203,11 @@
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://github.com/giis-uniovi/samples-giis-template/blob/main/LICENSE</url>
<url>https://github.com/giis-uniovi/modevo/blob/main/LICENSE</url>
</license>
</licenses>
<scm>
<url>https://github.com/giis-uniovi/samples-giis-template</url>
<url>https://github.com/giis-uniovi/modevo/blob/main/LICENSE</url>
</scm>

<!-- To publish packages (mvn deploy) a profile must be specified (github for snapsots and maven central for releases) -->
Expand All @@ -206,7 +218,7 @@
<snapshotRepository>
<id>github</id>
<name>GitHub Apache Maven Packages</name>
<url>https://maven.pkg.github.com/giis-uniovi/samples-giis-template</url>
<url>https://maven.pkg.github.com/giis-uniovi/modevo</url>
</snapshotRepository>
</distributionManagement>
</profile>
Expand Down

0 comments on commit 9ec49c3

Please sign in to comment.