Skip to content

Commit

Permalink
Restored myself (!) and Enrico in the developers
Browse files Browse the repository at this point in the history
  • Loading branch information
lvca committed Sep 15, 2023
1 parent bd7133a commit 68605db
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
OF ANY KIND, either express or implied. ~ 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>

<groupId>com.orientechnologies</groupId>
Expand All @@ -33,16 +34,36 @@
</licenses>

<developers>
<developer>
<id>l.garulli</id>
<name>Luca Garulli</name>
<organization>ArcadeDB</organization>
<organizationUrl>https://www.arcadedb.com</organizationUrl>
<roles>
<role>founder</role>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>lomakin.andrey</id>
<name>Andrey Lomakin</name>
<organization>OrientDB</organization>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+2</timezone>
</developer>
<developer>
<id>e.risa</id>
<name>Enrico Risa</name>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>l.aquila</id>
<name>Luigi Dell'Aquila</name>
Expand All @@ -55,6 +76,8 @@
<developer>
<id>e.tagliaferri</id>
<name>Emanuale Tagliaferri</name>
<organization>SAP</organization>
<organizationUrl>https://sap.com</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
Expand Down Expand Up @@ -92,8 +115,8 @@
<connection>scm:git:git@github.com:orientechnologies/orientdb.git</connection>
<developerConnection>scm:git:git@github.com:orientechnologies/orientdb.git</developerConnection>
<url>scm:git:git@github.com:orientechnologies/orientdb.git</url>
<tag>HEAD</tag>
</scm>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/orientechnologies/orientdb/issues</url>
Expand Down Expand Up @@ -145,11 +168,11 @@
<implementation.build>${scmBranch}@r${buildNumber}</implementation.build>
<blueprints.version>2.6.0</blueprints.version>
<!-- | Configuration properties for the OSGi maven-bundle-plugin -->
<osgi.fragment.host />
<osgi.fragment.host/>
<osgi.export>${project.groupId}.*;version=${project.version};-noimport:=true</osgi.export>
<osgi.import>*</osgi.import>
<osgi.dynamicImport />
<osgi.private />
<osgi.dynamicImport/>
<osgi.private/>
<!-- | shared build/report plugins version -->
<surefire.version>3.1.2</surefire.version>
<sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/
Expand Down Expand Up @@ -435,7 +458,7 @@
<artifactId>maven-site-plugin</artifactId>
<configuration>
<moduleExcludes>
<distribution />
<distribution/>
</moduleExcludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 68605db

Please sign in to comment.