Skip to content

Commit

Permalink
git subrepo pull utils/xspec-maven-plugin
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "utils/xspec-maven-plugin"
  merged:   "5648e8ceb7"
upstream:
  origin:   "[email protected]:daisy/xspec-maven-plugin"
  branch:   "master"
  commit:   "5ae7fcdb1c"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
  • Loading branch information
bertfrees committed Mar 11, 2022
1 parent eefe3a9 commit 7400f67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion utils/xspec-maven-plugin/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
remote = [email protected]:daisy/xspec-maven-plugin
branch = master
commit = 5ae7fcdb1c25f819ba3d2ac768e3605f01f7e999
parent = f35702a9581f52cd3a6ca1a455ad08082765b35b
parent = 9d3987f5cd7d08d9173267e43497d1edb44b3562
cmdver = 0.3.1
4 changes: 2 additions & 2 deletions utils/xspec-maven-plugin/xspec-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.daisy.maven</groupId>
<artifactId>xspec-maven-plugin</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>XSpec Maven Plugin</name>
Expand Down Expand Up @@ -43,7 +43,7 @@
<url>http://github.com/daisy/xspec-maven-plugin</url>
<connection>scm:git:[email protected]:daisy/xspec-maven-plugin.git</connection>
<developerConnection>scm:git:[email protected]:daisy/xspec-maven-plugin.git</developerConnection>
<tag>xspec-maven-plugin-1.0.1</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down
6 changes: 1 addition & 5 deletions utils/xspec-maven-plugin/xspec-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.daisy.maven</groupId>
<artifactId>xspec-runner</artifactId>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
<packaging>bundle</packaging>

<properties>
Expand Down Expand Up @@ -116,8 +116,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>xspec-runner-1.0.5</tag>
</scm>
</project>

0 comments on commit 7400f67

Please sign in to comment.