Skip to content

Commit

Permalink
These references to the wocommunity repo shouldn't be necessary anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
nullterminated committed Nov 28, 2024
1 parent eeed209 commit dfaba28
Showing 1 changed file with 0 additions and 74 deletions.
74 changes: 0 additions & 74 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,93 +32,19 @@

<inceptionYear>2001</inceptionYear>

<mailingLists>
<mailingList>
<name>WOProject/WOLips Developer List</name>
<post>[email protected]</post>
<subscribe> [email protected] </subscribe>
<unsubscribe> [email protected] </unsubscribe>
<archive>
http://mail-archives.apache.org/mod_mbox/incubator-cayenne-dev </archive>
<otherArchives>
<otherArchive> http://objectstyle.org/woproject-old/lists.html </otherArchive>
</otherArchives>
</mailingList>
</mailingLists>

<organization>
<name>WOCommunity</name>
<url>http://wocommunity.org/</url>
</organization>

<repositories>
<repository>
<id>wocommunity.releases</id>
<name>WOCommunity Maven 2 Releases Repository</name>
<url>https://maven.wocommunity.org/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>wocommunity.snapshots</id>
<name>WOCommunity Maven 2 Snapshots Repository</name>
<url>https://maven.wocommunity.org/content/groups/public-snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>eclipse</id>
<url>https://download.eclipse.org/releases/latest</url>
<layout>p2</layout>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>wocommunity.releases</id>
<name>WOCommunity Maven 2 Releases Repository</name>
<url>https://maven.wocommunity.org/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
<pluginRepository>
<id>wocommunity.snapshots</id>
<name>WOCommunity Maven 2 Snapshots Repository</name>
<url>https://maven.wocommunity.org/content/groups/public-snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<repository>
<id>wocommunity.deployment</id>
<name>WOCommunity Maven2 Releases Repository</name>
<url>https://maven.wocommunity.org/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>wocommunity.deployment</id>
<name>WOCommunity Maven2 Snapshots Repository</name>
<url>https://maven.wocommunity.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

<scm>
<connection>scm:git:https://github.com/wocommunity/wolips.git</connection>
<developerConnection>scm:git:[email protected]:wocommunity/wolips.git</developerConnection>
Expand Down

0 comments on commit dfaba28

Please sign in to comment.