Skip to content

Commit

Permalink
prepare organization move
Browse files Browse the repository at this point in the history
contributes to #7

Signed-off-by: Didier Vojtisek <[email protected]>
  • Loading branch information
dvojtise committed May 31, 2021
1 parent 46c9f58 commit b2606d5
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>git-sync-tools</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>git-sync</name>
<name>sync-git-submodules-branches</name>
<comment></comment>
<projects>
</projects>
Expand Down
12 changes: 6 additions & 6 deletions git-sync/pom.xml → sync-git-submodules-branches/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>

<groupId>fr.inria.diverse</groupId>
<artifactId>git-sync</artifactId>
<artifactId>sync-git-submodules-branches</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>git-sync Maven Plugin</name>
<name>sync-git-submodules-branches Maven Plugin</name>

<!-- FIXME change it to the project's website -->
<url>http://maven.apache.org</url>
<url>https://github.com/gemoc/git-sync-tools</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -71,7 +71,7 @@
<artifactId>maven-plugin-plugin</artifactId>
<version>3.5.2</version>
<configuration>
<goalPrefix>git-sync</goalPrefix>
<goalPrefix>sync-git-submodules-branches</goalPrefix>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>
Expand All @@ -94,8 +94,8 @@
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub dvojtise Apache Maven Packages</name>
<url>https://maven.pkg.github.com/dvojtise/git-sync</url>
<name>GitHub Gemoc Apache Maven Packages</name>
<url>https://maven.pkg.github.com/gemoc/sync-git-submodules-branches</url>
</repository>
</distributionManagement>
<profiles>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b2606d5

Please sign in to comment.